@charset "utf-8";
#header {
	left:0px;
	top:0px;
	width:730px;
	z-index:1;
	float: left;
	min-height: 30px;
	max-height: 30px;
}
#specials {
	left:0px;
	top:0px;
	width:730px;
	z-index:1;
	float: left;
	min-height: 40px;
	max-height: 40px;
	margin-top: 5px;
}
#logo {
	left:0px;
	width:360px;
	z-index:2;
	float: left;
	background-color:#FF6600;
	min-height: 40px;
	max-height: 40px;
}
#navigation {
	left:360px;
	width:370px;
	z-index:3;
	float: right;
	background-color:#FF6600;
	min-height: 40px;
	max-height: 40px;
}
#content_left {
	left:0px;
	width:215px;
	z-index:4;
	float: left;
	min-height: 400px;
	max-height: 400px;
	background-color:#333333;
	color: #FFFFFF;
	margin-top: 5px;
	padding: 10px 20px 0px 20px;
	font: 12px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}
#content_right {
	left:240px;
	width:470px;
	z-index:5;
	float: right;
	min-height: 385px;
	max-height: 385px;
	color: #FFFFFF;
	background-color:#333333;
	margin-top: 5px;
	margin-left: 5px;
}
#news_content_left {
	left:0px;
	width:215px;
	z-index:4;
	float: left;
	min-height: 400px;
	max-height: 400px;
	background-color:#333333;
	color: #FFFFFF;
	margin-top: 5px;
	padding: 10px 20px 0px 20px;
	font: 12px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	overflow: auto;
}
#orn_content_right {
	left:240px;
	width:430px;
	z-index:5;
	float: right;
	min-height: 400px;
	max-height: 400px;
	color: #FFFFFF;
	background-color:#333333;
	margin-top: 5px;
	margin-left: 5px;
	padding: 10px 20px 0px 20px;
	font: 12px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}
#orn_content_left {
	left:0px;
	width:255px;
	z-index:4;
	float: left;
	min-height: 400px;
	max-height: 400px;
	background-color:#333333;
	color: #FFFFFF;
	margin-top: 5px;
}
#contact_content_left {
	left:0px;
	width:210px;
	z-index:4;
	float: left;
	min-height: 390px;
	max-height: 390px;
	background-color:#333333;
	color: #FFFFFF;
	margin-top: 5px;
	padding: 10px 20px 0px 10px;
	font: 80% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}
#contact_content_right {
	left:240px;
	width:470px;
	z-index:5;
	float: right;
	min-height: 385px;
	max-height: 385px;
	color: #FFFFFF;
	background-color:#003366;
	margin-top: 5px;
	margin-left: 5px;
	padding: 15px 0px 0px 15px;
	font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}
#content_home {
	left:0px;
	top:0px;
	width:730px;
	z-index:4;
	float: left;
	margin-top: 5px;
}
#flashcontent{
	left:0px;
	top:0px;
	width:730px;
	height: 500px;
	z-index:4;
	float: left;
	margin-top: 5px;
	min-height: 500px;
	max-height: 500px;
}
#footer_home_left{
	left:0px;
	width:400px;
	z-index:5;
	float: left;
	min-height: 80px;
	max-height: 80px;
	background-color:#FFFFFF;
	margin-top: 5px;
}
#footer_home_right{
	left:400px;
	width:320px;
	z-index:6;
	float: right;
	text-align: center;
	min-height: 75px;
	max-height: 75px;
	background-color:#FFFFFF;
	margin-top: 5px;
	margin-left: 5px;
	padding: 5px 0px 0px 5px;
	font: 70% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}
#footer {
	left:0px;
	width:730px;
	z-index:7;
	float: left;
	background-color:#FFFFFF;
	margin-top: 5px;
	text-align: center;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}
#container {
	margin:0 auto;
	width:730px;
	bottom:0;
}
body {
	margin:0;
}

h1 { font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif; 	    font-size: 20px; color: #FFFFFF; }



#menu {
	background: #FF6600;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #FF6600 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 12px 12px;
	text-decoration: none;
	font-weight:normal;
	color: #FFFFFF;
}
#menu a:hover {
	background: #333333 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 12px;
	}
	
a:link {color: #ffffff; text-decoration: underline; }
a:active {color: #ffffff; text-decoration: underline; }
a:visited {color: #ffffff; text-decoration: underline; }
a:hover {color: #ffffff; text-decoration: none; }