@charset "utf-8";
/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html, body{
	font-family: Arial,sans-serif;
	color: #331d10;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: #280104;
	background-image:url(images/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

h1{
	font-size: 16px;
	color: #cf242a;
	margin-top: 0px;
}

h2{
	font-size: 14px;
	color: #cf242a;
}

h3{
	font-size: 12px;
	color: #cf242a;
}

a{
	color: #005e95;
	text-decoration: none;
}

a:link{
	color: #331d10;
	text-decoration: none;
}

a:visited{
	color: #331d10;
	text-decoration: none;
}

a:hover{
	color: #331d10;
	text-decoration: underline;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper{
	width: 972px;
	padding: 0px;
	margin: auto;
	background: #ffebcf;
	overflow: hidden;
}

#top1{
	height: 68px;
	width: 972px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#top1 img{
	float: left;
}

#top1 a{
	float: right;
	text-align: right;
	margin-top: 10px;
	margin-right: 20px;
	font-size: 12px;
}

#top2{
	height: 32px;
	width: 972px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#logo{
	float: left;
}

#top_nav{
	float: right;
	height: 32px;
	margin: 0px;
	padding: 0px;
}

#top_nav img{
	float: right;
}

#body{
	width: 972px;
	margin: 0px;
	padding: 0px;
}

#body img{
	float: left;
}

#right1{
	float: left;
	width: 503px;
	height: 424px;
	margin: 0px;
	padding: 0px;
	background-image:url(images/2.jpg);
}

#right2{
	float: left;
	width: 503px;
	height: 424px;
	margin: 0px;
	padding: 0px;
	background-image:url(images/4.jpg);
}

#right3{
	float: left;
	width: 503px;
	height: 424px;
	margin: 0px;
	padding: 0px;
	background-image:url(images/6.jpg);
}

#right4{
	float: left;
	width: 503px;
	height: 424px;
	margin: 0px;
	padding: 0px;
	background-image:url(images/8.jpg);
}

#text{
	float: left;
	width: 382px;
	margin-top: 45px;
	margin-left: 40px;
	padding-right: 10px;
	height: 297px;
	overflow: auto;
	font-size: 12px;
	display: inline;
}

#text a{
	color: #cf242a;
	font-weight: bold;
}

#bottom_nav{
	float: left;
	width: 382px;
	margin-top: 40px;
	margin-left: 40px;
	font-size: 12px;
	text-align: center;
}

#bottom_nav a{
	margin: 10px;
}

#footer{
	float: left;
	width: 382px;
	margin-top: 10px;
	margin-left: 40px;
	font-size: 11px;
	text-align: center;
}