/* CSS Document */


<!--
html{
margin:0;
padding:0;
}

body{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	margin: 0px;
	padding: 0px;
    background: #eeeeee;
}


#header{
width:875px;
height:100px;
margin:0 auto;
text-align:left;
background-color: #333333;
}


#footer{
clear:both;
width:875px;
background-color: #333333;
font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color: #dddddd;
}

#footer a:link, #footer a:visited{
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover{
	color: #3399CC;
}



#container{
width:875px;
margin:0 auto;
text-align:left;
background-color: #F1D50E;
}

#navigation{
float:right;
width:200px;
background-color: #c0a10c;
background-image:url(/gfx/menuback.jpg);
height:400px;
}

/*********** #content styles ***********/
#content{
float:left;
width:660px;
height:380px;
font-family:Tahoma;
font-size:12px;
color:#705007;
font-weight:normal;
padding-left:10px;
padding-top:10px;
padding-bottom:10px;
clear:both;
}

#content H1{
font-size:14px;
color: #503005;
font-weight:bold;
}

#content H2{
font-size:12px;
color: #503005;
font-weight:bold;
}

#content H3{
font-size:12px;
color: #666666;
font-weight:bold;
}

#content H4{
font-size:12px;
color: #666666;
font-weight:bold;
}


.rightPIC{
float:right;
clear:both;
background-color:#FFFFFF;
margin:5px;
padding:5px;
border:1px solid #ffffff;
}

.leftPIC{
float:left;
margin:5px;
padding:5px;
border:1px solid #ffffff;
}




/*********** #main_menu styles ***********/

#main_menu{
	float:right;
	position: relative;
	width:200px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;	
}

#main_menu a:link, #main_menu a:visited{
	display: block;
	height:20px;
	line-height:20px;
	text-align:center;
	width:190px;
	color: #333333;
	text-decoration: none;
	background-color:#e2c30e;
	background-image:url(/gfx/menubutton_OFF.jpg);
	border:1px solid #999999;
	margin:4px;
}

#main_menu a:hover{
	color: #ffffff;
	text-decoration: none;
	background-color: #d1b21d;	
	background-image:url(/gfx/menubutton_ON.jpg);	
}







/******* Links *******/

a:link, a:visited{
	color: #000088;
	text-decoration: none;
}

a:hover{
	color: #888800;
}


/**** contact ***/
.contactBOLD{
font-weight:bold;
color:#333333;
}

-->

