*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body{
	margin:0px;
	background-color:#ffffff;
	min-width:950px;
	background-image:url(img/body_background.jpg);
}

#container{
	margin:0 auto;
	width:950px;
	background-color:#FFFFFF;
	font-size:12px;
	background-image:url(img/main_background.jpg);
	background-repeat:repeat-y;
}

#content{
	margin-left:93px;
	margin-right:90px;

}

#head_search{
	background-image:url(img/header_img.jpg);
	background-repeat:no-repeat;
	height:112px;
	width:767px;
	text-align:right;
}


.search_form{
	padding-top:80px;
	padding-right:15px;
}

.search_form input{
	font-size:10px;
	color:#333333;
	border:1px solid #a0a0a0;
}

#navigation{
	background-image:url(img/nav_bg.jpg);
	background-repeat:repeat-x;
	height:36px;
}

#navigation ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-align:center;
}

#navigation li{
	display:inline;
	padding:0px;
	margin:0px;
}

#navigation li a{
	padding:10px;
	font-weight:bold;
	font-size:10px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	line-height:35px;
}

#navigation li a:hover{
	text-decoration:underline;
}

#border{
	border:1px solid #a0a0a0;
	background-color:#FFFFFF;
	width:765px;
	margin:0px;
	
	}

#textarea{
	border:1px solid #cccccc;
	margin:10px;
	background-color:#FFFFFF;
	width:723px;
	padding:10px;
}

#textarea2{
	background-color:#FFFFFF;
	width:743px;
	padding:10px;
}


#textarea h1, #textarea2 h1{
	color:#000000;
	font-size:18px;
	text-transform:uppercase;
	background-image:url(img/head_line.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	font-weight:bold;
	padding-bottom:7px;
	margin:0px 0px 10px 0px;
}

#textarea h2, #textarea2 h2{
	color:#FF0000;
	text-transform:uppercase;
	font-weight:normal;
	font-size:15px;
	margin:10px 0px;
	
}

#textarea h3, #textarea2 h3{
	color:#FF0000;
	text-transform:uppercase;
	font-weight:normal;
	font-size:13px;
	margin:0px 0px;
}

a{
	color:#4c789d;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:#000000;
	text-decoration:underline;
}


#btm{
	background-image:url(img/btm_bg.jpg);
	background-repeat:repeat-x;
	height:21px;
	padding-top:11px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
}

#btm a{
	color:#FFFFFF;
	text-decoration:underline;
}

#btm a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

#poweredby{
	text-align:right;
	height:55px;
	padding-top:20px;
}

#subnav{
	background-color:#e5c69a;
	width:185px;
	margin-right:10px;
	border:1px solid #a0a0a0;
	padding-top:5px;

}

#subnav div{
	margin:0px;
	padding-bottom:10px;
}

#subnav ul{
	list-style-type:none;
	margin:0px;
}

#subnav li{
	margin-left:20px;
	font-size:11px;
	list-style-type:none;
	background-image:url(img/redarrow.gif);
	background-repeat:no-repeat;
	background-position:left 3px;
	padding-left:15px;
	padding-top:2px;
	padding-bottom:10px;
}

#subnav li a{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

ul{
	margin:0px;
	padding:0px;
}

li{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

