﻿html, body{
background: #E0E0E0 url('images/background.jpg');
margin: 0; 
padding: 0;
}

#wrapper{
background: #E0E0E0;
width: 808px;
margin: 0 auto;
}

/*---------------------------DIVS*/

#navItems{
position: absolute; top: 240px; left: 120px;
}	
#nav ul{
	list-style: none;
	text-align: left; line-height: 20px;
	width: 185px;
	margin: 0; padding: 0;
	}

#logo{
background: #E0E0E0;
width: 217px; 
height: 206px;
float:left;
}

#header{
background: #E0E0E0;
width: 591px; 
height: 206px;
float:left;
}

#container{
background: #E0E0E0;
width: 808px; 
height: 385px;
float: left;
}

#pageimage{
float:right;
background: #E0E0E0;
width: 220px; 
height: 165px;
margin:  0 0 0 0;
}

#photxsgos{
background: pink;
width: 200px;
height: 80px;
}

#leftborder{
background: url('images/left_border.jpg');
float: left;
width: 30px; 
height: 385px;
}

#nav{
background: url('images/menu_background.jpg');
float:left;
width: 198px; 
height: 385px;
}

#content{
background: url('images/background.gif') center repeat-y;
float: left;
height: 390px;
width: 550px;
font: 11px Verdana; 
color: #000000; 
text-align: justify;
}

#rightborder{
background: url('images/right_border.jpg');
float: right;
width: 30px; 
height: 385px;
}

.feedback{
width: 500px; 
border-bottom: 1px dashed #c5c5c5;
}

#photocopyright{
float: right;
margin: 30px 0 0 0;
}


#footer{
background: url('images/bottom.jpg');
font: 10px Arial; 
color: #000000; 
text-align: right; 
height: 41px; 
width: 768px;
float: left;
padding: 0 40px 0 0;
}


/*---------------------------Fonts*/

h1{
position: relative; 
top: 0px; 
left: 0px;
color: #000000; 
font: 22px Georgia, Verdana;
margin: 0 0 8px 0; 
padding: 0 0 2px 0;
border-bottom: 1px dashed #000000
}

h2{
position: relative; 
top: 0px; 
left: 0px;
color: #000000; 
font: 14px Georgia, Verdana;
margin: 20px 0 8px 0; 
padding: 0 0 2px 0;
}

h3{
position: relative; 
top: 0px; 
left: 0px;
color: #000000; 
font: 14px Georgia, Verdana;
margin: 20px 0 4px 0; 
padding: 0 0 2px 0;
border-bottom: 1px dashed #c5c5c5;
}

/*---------------------------Menu*/
	
#navigation{
position: relative; top: 40px; left: 0px;
width: 50px;
}

#navigation ul{
list-style-type: none;
text-align:left; color: #2c2c2c; line-height: 18px;
font: 14px Georgia, Verdana; text-align: left; color: #2c2c2c; line-height: 18px;
width: 140px;
} 

#navigation li{
margin: 5px 0 5px 6px; padding: 0 0 2px 2px;  border-bottom: 1px dashed #595959; 
}	#navigation li a:link, #navigation li a:visited{color: #000000; text-decoration: none;}
	#navigation li a:hover, #navigation li a:active{color: #6b5d44; text-decoration: none;}
	
	
/*---------------------------Misc*/

.clear{clear:both;}

p{
margin: 0 0 8px 0
}

img{
padding: 0;
margin: 0;
border: none;
}