@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	margin: 0px;
}
h1 {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
div#bodycontainer {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	margin-top: 0px;
	width:900px;
	height:auto !important; /* real browsers */
	background-image:url(../images/bg_topredfield.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 1;
}
div#navigation_home {
	width: 754px;
	top: 41px;
	margin:0 auto; /* center, not in IE5 */
	z-index: 1;
	padding-top: 42px;
}
div#threedwall {
	width: 900px;
	margin:0 auto; /* center, not in IE5 */
	text-align: center;
	z-index: 2;
	margin-top: 0px;
	margin-bottom: 0px;
}
.wall {
	top: -20px;	
}
div#bodycopywrapper {
	margin:0 auto; /* center, not in IE5 */
	width:900px;
	height: 142px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	position: relative;
	background-image: url(../images/bg_divider.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
div#bodycopywrapper h1 {
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
	line-height: 14px;
}
div#bodycopywrapper p {
	font-size: 10px;
	line-height: 13px;
	margin-top: 0px;
	margin-bottom: 5px;
}
div#bodycopyhome {
	width: 380px;
	position: absolute;
	top: 22px;
	left: 74px;
}
div#smallboxhome {
	width: 385px;
	position: absolute;
	top: 22px;
	right: 30px;
}
div#footer {
	margin:0 auto; /* center, not in IE5 */
	width:826px;
	position: relative;
	height: 35px;
	padding-right: 74px;
	margin-top: 8px;
	margin-bottom: 10px;
}
div#footer p{
	color: #333;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}
div#footer_details p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 340px;
	left: 73px;
	text-align: left;
	line-height: 14px;
	margin-top: 0px;
	position: absolute;
	top: 0px;
}
div#footer a:link { font-weight: normal; text-decoration: none; color: #333;}
div#footer a:visited { font-weight: normal; text-decoration: none; color: #333;}
div#footer a:hover { font-weight: normal; text-decoration: none; color: #C00;}
div#footer a:active { font-weight: normal; text-decoration: none; color: #C00;}

div#bodycopyhome a:link { font-weight: normal; text-decoration: none; color: #C00;}
div#bodycopyhome a:visited { font-weight: normal; text-decoration: none; color: #C00;}
div#bodycopyhome a:hover { font-weight: normal; text-decoration: underline; color: #C00;}
div#bodycopyhome a:active { font-weight: normal; text-decoration: none; color: #C00;}

div#smallboxhome a:link { font-weight: normal; text-decoration: none; color: #C00;}
div#smallboxhome a:visited { font-weight: normal; text-decoration: none; color: #C00;}
div#smallboxhome a:hover { font-weight: normal; text-decoration: underline; color: #C00;}
div#smallboxhome a:active { font-weight: normal; text-decoration: none; color: #C00;}
