/* CSS Document */


<!--
html{
margin:0;
padding:0;
}

body{
	font-family: Tahoma;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
    background-color: #000000;
	background:#000000 url(/gfx/background.jpg) repeat;
}


#header{
width:875px;
height:50px;
background-color:#000000;
}

#fillerarea{
width:875px;
height:200px;
background-image:url(/gfx/filler_background.gif);
}


#footer{
clear:both;
width:875px;
background-color: #444444;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#ff0000;
height:20px;
line-height:20px;
vertical-align:middle;
text-align:center;
}

#footer a:link, #footer a:visited{
	color: #CC3300;
	text-decoration: none;
}

#footer a:hover{
	color: #FF9900;
	text-decoration: none;	
}


#container{
width:875px;
margin:0 auto;
}

#navigation{
width:212px;
height:185px;
padding-top:15px;
float:left;
background-color:#3f3f3f;
}

/*********** #content styles ***********/
#content{
width:875px;
font-family:Tahoma;
font-size:12px;
color:#333333;
background-color:#ffffff;
background-image:url(/gfx/content_background.gif);
font-weight:normal;
padding-bottom:10px;
}

#content H1{
font-size:14px;
color: #CC3300;
font-weight:bold;
padding-left:10px;
padding-top:5px;
}

#content H2{
font-size:12px;
color: #CC3300;
font-weight:bold;
padding-left:10px;
}

.LeftAREA{
width:575px;
height:330px;
float:left;
margin-left:5px;
}

.sub_content_left P{
padding-left:10px;
padding-right:10px;
}

.RightAREA{
width:280px;
height:330px;
float:right;
}

.sub_content_right P{
padding-left:10px;
padding-right:10px;
}

.sub_content_header{
width:100%;
height:25px;
line-height:25px;
font-family:Tahoma;
font-size:16px;
font-weight:bold;
color:#666666;
background-color:#eeeeee;
}

.sub_content_area{
width:346px;
background-color:#fdfdfd;
border:1px solid #eeeeee;
padding: 2px 2px 2px 2px;
}




.rightPIC{
float:right;
clear:right;
margin:5px;
padding:5px;
border:1px solid #dddddd;
background-color:#FFFFFF;
}

.leftPIC{
float:left;
clear:left;
margin:5px;
padding:5px;
border:1px solid #999999;
background-color:#FFFFFF;
}









/*********** #main_menu styles ***********/

#main_menu{
	position: relative;
	width:190px;
	font-family:Tahoma;
	font-weight:bold;
	font-size:14px;	
}

#main_menu a:link, #main_menu a:visited{
	display: block;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	border: 1px solid #404040;
	width:190px;
	height:15px;
	line-height:15px;
	vertical-align:middle;
	color: #ffffff;
	text-decoration: none;
	background-color: #555555;
}

#main_menu a:hover{
	color: #CC3300;
	text-decoration: none;
	background-color: #CCCCCC;
}







/******* Links *******/

a:link, a:visited{
	color: #000088;
	text-decoration: none;
}

a:hover{
	color: #888800;
}

/**** links ***/
.links{
font-size:14px;
font-weight:bold;
}

.links:link, .links:visited{
	color: #0000CC;
	text-decoration: none;
}

.links:hover{
	color: #CCCC00;
}
-->
