@charset "utf-8";
#Container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 770px;
}
#Container #header #topright {
	float: right;
	width: 285px;
	height: 160px;
	background-image: url(images/address.jpg);
	background-repeat: no-repeat;
	position: relative;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	height: 50px;
	background-color: #2C0707;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #350302;
}
#footer #cns {
	width: 800px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
}
#Container #content #fcf2 .r .f a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
#Container #content #fcf2 input {
}


#Container #content #leftbox {
	float: left;
	width: 340px;
	padding-left: 5px;
	position: relative;
	margin-top: 13px;
}

#Container #header {
	height: 281px;
	width: 800px;
	background-repeat: no-repeat;
}
#Container #navbar {
	height: 35px;
	width: 800px;
	background-repeat: no-repeat;
	text-align: left;
}

#navbar ul {
    font-family:"Trebuchet MS"
	font-weight: bold;
	font-size: 16px;
	list-style-type: none;
	margin: 0px;
	padding: 1px 0px;
	height: 16px;
	font-family: "Trebuchet MS";
}

#navbar li {
	display: inline;
	margin-right: 10px;
	margin-left: 5px;
}

#navbar a {
	color:#F0EADD;
	text-decoration: none;
}
#navbar a:hover {
	color:#CC0000;
	text-decoration: none;
}
#navbar a:active {
   color:#660000;
   }

#Container #header #logo {
	height: 140px;
	width: 500px;
	background-image: url(images/logo1.jpg);
	background-repeat: no-repeat;
	margin-top: 38px;
	position: relative;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Container #content #rightbox {
	float: right;
	height: 354px;
	width: 429px;
	background-repeat: no-repeat;
	margin-top: 10px;
	background-color: #480C0C;
}
#Container #content {
	height: 500px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: none;
}
body {
	margin: 0px;
}
#footer #cns a {
	color: #660000;
	text-decoration:none
}
#footer #cns a:hover {
	color:#FF0000;
	text-decoration:none
}
