	/* CSS style 
=========================*/

* {
	padding: 0;
	
}

html {
	height: 100%;
	margin: 20px;
}

body {
	background: #222222;
	font: 55% Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0px;
}
.hr {
	width:500;
	height: 100px;
	margin-top: 0px;
}
p	{
	margin-top:0px;
}


/* layout
=========================*/

#wrapper {
	margin: 0 auto;
	width: 1000px;
	min-height: 100%;
	font-size: 1.1em;
}
#header {
	height: 130px;
}
#header2 {
	height: 120px;
}
#nav_content {
	width: 1000px;
	padding-bottom: 15px;
	margin-bottom:2px;
	height: 30px;
}
.nav_panel {
	display: block;
	width: 1000px;
	min-height: 1px;
}
#nav_header {
	height: 19px;
}
div.navbar {
	float: left;
	width: 995px;
	height: 19px;
	padding: 2px;
	background-color: transparent;
	background-repeat: repeat;
	background-position: left top;	
}
div.nav1 a {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
div.nav1 a:hover {
	color: #FF6600;
}

#content {
	background: transparent url(../images/pattern.gif) repeat top left;
	width: 880px;
	padding-left: 120px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom:2px;
}
#content2 {
	background: transparent url(../images/pattern.gif) repeat top left;
	width: 880px;
	padding-left: 120px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom:2px;
}
#content3 {
	background: transparent url(../images/pattern.gif) repeat top left;
	width: 880px;
	padding-left: 120px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom:2px;
}
.top_panel {
	display: block;
	width: 720px;
	min-height: 1px;
	padding: 6px;
	background-color: #222222;
}
.left_panel {
	display: block;
	width: 720px;
	min-height: 1px;
	padding: 6px;
	background-color: #222222;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	
}
div.coll1 {
	float: left;
	width: 200px;
	margin-bottom:20px;
}
div.coll2 {
	float: left;
	width: 216px;
	margin-bottom:20px;
}
div.coll3 {
	float: left;
	text-align:right;
	width: 186px;
}
div.coll4 {
	float: left;
	width: 720px;
}
div.coll5 {
	float: left;
	width: 220px;
	margin-top:6px;
}
div.coll6 {
	float: left;
	width: 500px;
	margin-top:6px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.coll3 a {
	outline: none;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
div.coll3 a:hover {
	color: #FFF;
	background-color: #FF6600;
	display: block;
}
.bottom_panel {
	display: block;
	width: 720px;
	min-height: 13px;
	padding: 6px;
	margin-top:6px;
	background-color: #222222;
	font-size: 10pt;
	color: #FFFFFF;
	line-height: 14pt;
}
div.bottom_panel a {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
div.bottom_panel a:hover {
	color: #FFFFFF;
}
