/* CSS Document */



* {
	margin : 0;
	padding : 0;
}
BODY {
	background-color: #666666;
}
#fr_grayline {
	margin-top: 0;
	position:absolute;
	background: url("images/fr_sign_left.gif") no-repeat top left;
	left:0px;
	height:149px;
	width:351px;
}
#fr_blackbg {
	margin-top: 0;
	position:absolute;
	background: url("images/fr_sign_right.gif") no-repeat top left;
	left:347px;
	height:149px;
	width:449px;
}
#front {
	margin-left: 90px;
	margin-top: 42px;
	position:absolute;
}
#fr_image {
	margin-top: 149px;
	position:absolute;
	background: url("images/fr_image.gif") no-repeat top left;
	left:0px;
	height:380px;
	width:351px;
}
#fr_graybg {
	margin-top: 149px;
	position:absolute;
	background: url("images/fr_bg_lf.gif") repeat top left;
	left:347px;
	height:380px;
	width:449px;
}
#fr_bottom_lf {
	margin-top: 529px;
	position:absolute;
	background: url("images/fr_buttom_lf.gif") no-repeat top left;
	left:0px;
	height:50px;
	width:351px;
}
#fr_blue {
	margin-top: 529px;
	background-color: #0e141f;
	position:absolute;
	left:347px;
	height:50px;
	width:449px;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#663300;
	position:absolute;
	left:50px;
	top:175px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	position:absolute;
	left:430px;
	top:190px;
}
#orangebg {
	position:absolute;
	margin-top: 579px;
	background-color: #993300;
	margin-left: 0;
	width: 796px;
	height: 40px;
}
H5 {
	text-valign: top;
	padding-left: 490px;
	padding-top: 0px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#cccccc;
}

.navigation{    /* Font for main menu items */
	list-style-type:none;

}

.navigation li{     /* Main menu <li> */
	list-style-type:none;     /* No bullets */
	    /* No margin - needed for Opera */

}
.navigation li a {
	display:block;
	padding: 10px 0px 10px 10px;
	width: 128px;
	font: normal 12px arial, sans-serif;
	color:#666;
	text-decoration: none;
	border-bottom: 1px solid #666666;
	}
.navigation li a:hover {
	color:#993300;
	}
.navigation li a.Home {
	border:none;
	}
