/* CSS Document */

body 
{
margin: 0;
padding: 0; 
font-family:Tahoma;
font-size:11px;
line-height:13px;
color:#000;
background-color: #000100;
}
.main_text, table, li, input, textarea, select
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:13px;
		color:#000;
	}
h1 { font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#520806; line-height:25px;  }
h2 { font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; }

h1.banner {
font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	background-image:url(images/banner_bg.jpg);
	padding-right:100px;
	text-align:left;
	font-weight:bold;
	color: #000000;
	line-height:50px;
	background-repeat:no-repeat;
	
}
#container
{
margin-left:auto; margin-right:auto; width:1003px;
/* use this to so absolute divs will work - like for video
position:relative; clear:both; height:100%;
*/
}
#banner
{
background-image:url(images/header.jpg); width:1003px; height:184px; background-repeat:no-repeat;
}

a:focus, a:active {
outline: none;
}

#top {background-image:url(images/contentTOP.png); width:903px; height:36px;}

#content { background-image:url(images/container_bg.jpg); background-repeat:repeat; width:1003px; padding-top:40px; padding-bottom:20px;}

#text {width:883px; margin-left:60px; margin-right:40px; background-color:#FFF8DD; padding-left:20px;}

#leftside { float:left; width:420px; margin-left:20px; font-family:Arial, Helvetica, sans-serif; font-size:11px; line-height:18px; padding-right:15px; border-right:dotted 2px; color:#5B0703;}

#rightside {float: left; width: 370px; margin-left:20px; font-family:Arial, Helvetica, sans-serif; font-size:11px; line-height:18px; color:#5B0703;}

#nav {padding-top:137px; width:1003px; text-align:center;}

#footer
{
clear: both;
background-image:url(images/footer.jpg); width:1003px; height:88px; padding-top:50px; background-repeat:no-repeat;
}
/******************* BOTTOM COPYRIGHT DIV *******************/
#copyright 
{
clear: both; margin-left:auto; margin-right:auto; width:850px;
}
/******************* BODY LINKS *******************/
a:link, a:visited {
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #520806;
}
a:hover {
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
/******************* MENU LINKS *******************/
a.menu:link, a.menu:visited {
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #520806;
}
a.menu:hover {
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
box_rightline { width:300px; border-right: #999999 dotted 2px; padding: 0 10px 0 10px;
}
box_leftline { width:300px; border-left: #999999 dotted 2px; padding: 0 10px 0 10px;
}
box_topline { width:300px; border-top: #999999 dotted 2px; padding: 0 10px 0 10px;
}
box_bottomline { width:300px; border-bottom: #999999 dotted 2px; padding: 0 10px 0 10px;
}



