/* CSS Document */

body 
{
background-image: url('images/pagebg.gif');
background-color: #eeeeee;
background-repeat: repeat-y;
background-position: left;
background-attachment: fixed;
}

h1{
font-size: 13px; 
font-weight: bold;
font-family: tahoma;
}

h3{
font-size: 13px; 
font-weight: bold;
font-family: tahoma;
color: #FFF;
}

h2{
font-size: 12px; 
font-weight: bold;
font-family: tahoma;
}

div#container {
	position: absolute;
	left: 16px;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 770px;


}

div#sidebar { 
/*position: absolute; 
top: 50px; */
left: 0; 
width: 166px; 
padding: 5px;
/*color: #595959; 
background-color: #D6E701; */
}

div#content { 
/*position: absolute; */
top: 10px; 
left: 0; 
width: 520px; 
padding: 10px;
}

div#content p {
font-size: 12px; 
font-family: tahoma;
}

div#footer { 
background-color: #990D5E; 
color: #CCC; 
border-top: 1px solid #FFF; 
padding: 5px 0 5px; 
text-align: center; 
}

div#footer p {
font-size: 10px; 
font-family: arial;
}

div#footer a { color: #CCC; }

ul#nav { 
margin: 0; 
padding: 0 0 10px; 
width: 166px; 
height: 24px; 
}

ul#nav li { 
margin: 0; 
padding: 0; 
display: inline; 
list-style-type: none; }

ul#nav a:link, ul#nav a:visited { 
/*float: right; */
font: 13px tahoma; 
font-weight: bold; 
text-decoration: none; 
display: block; 
margin-right: 20px; 
padding-top: 5px; 
color: #DAE13C; }

ul#nav a:hover, ul#nav a:active { 
text-decoration: underline; }



a { text-decoration: none; color: #990D5E; font-weight: bold; }
a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }
a.photo { display: block; cursor: pointer; height: 413px; }
/*a img { border: solid; size: 1px; color: #000000; text-decoration: none; }*/

.contactform{border: 1px solid #333; font-family: verdana; font-size: 11px;}

