
body{
margin:0 auto;
padding:0;
font:76% Verdana,Tahoma,Arial,sans-serif;
color:#303030;
}

#wrap{
background:#ffffff;
color:#303030;
margin: auto;
width:800px;
}

#header{
clear:both;
margin: 0px 160px 0 0;
padding:0;
height:10px;
}

#header h1{
width:250px;
margin:0 0 10px 0;
float:left;
}

#header p{
width:500px;
float:right;
text-align:center;
color:#a0a0a0;
margin:0 0 10px 0;
font-size:0.8em;
line-height:1.2em;
background-color:inherit;
}

#frontphoto{
margin: 0 0 5px 0;
border:0;
}

#avmenu{
clear:left;
float:left;
width:150px;
margin:0 0 10px 0;
padding:0;
font-size:0.9em;
}

#avmenu ul{	
list-style:none;
width:150px;
margin:0 0 20px 0;
padding:0;
font-size:1.1em;
}	

#avmenu li{
margin-bottom:4px;
}

#avmenu li a{
font-weight:bold;
height:20px;
text-decoration:none;
color:#505050;
display:block;
padding:6px 0 0 10px;
background:#f4f4f4;
border-left:4px solid #cccccc;
}	
	
#avmenu li a:hover{
background:#eaeaea;
color: blue;
border-left: 4px solid blue;
}

#avmenuoffer{
clear:left;
float:left;
width:150px;
margin:0 0 10px 0;
padding:0;
font-size:1.1em;
}

#avmenuoffer li a{
font-weight:bold;
height:20px;
text-decoration:none;
color:#505050;
display:block;
padding:6px 0 0 10px;
background:#f4f4f4;
border-left:1px solid Red;
border-right:1px solid Red;
border-top:1px solid Red;
border-bottom:1px solid Red;
}	
	
#avmenuoffer li a:hover{
background:#eaeaea;
color: red;
border-left:1px solid Red;
border-right:1px solid Red;
border-top:1px solid Red;
border-bottom:1px solid Red;
}

.announce{
margin:10px 0 10px 0;
padding:10px;
width:130px;
color:#505050;
background-color:#f4f4f4;
line-height:1.3em;
}


/*
#extras{
float:right;
width:120px;
margin:0 0 10px 0;
padding:0;
font-size:0.9em;
line-height:1.5em;
}

#extras p{
margin:0 0 1.5em 0;
}

*/

blockquote {
	padding: 5px 5px;
	background: #FDF5E6;
	margin: 5px 0;
	border: 1px solid Orange;
}

#content{
margin: 0 0px 20px 160px;
border-left:1px solid #f0f0f0;
border-right: 2px solid #f0f0f0;
padding: 0 5px 0 5px;
line-height:1.6em;
text-align: justify;
}

#content h1{
font-size:1.5em;
margin:0 0 0.5em 0;
}

#content img{
padding: 0px;
display:inline;
background:#cccccc;
color:#303030;
border: 0px solid #f0f0f0;
}

h3{
font-size:1.3em;
margin:0 0 10px 0;
}

a{
text-decoration: underline;
color: #191970;
 font-weight: bold;
}

a:hover{
text-decoration:none;

color: Blue;
 font-weight: bold;
 background-color: #ffe4b5;
}



#footer{
clear:both;
margin:0 auto;
padding:10px 0 20px 0;
border-top:4px solid #f0f0f0;
width:800px;
text-align:center;
color: black;
font-size:0.9em;
}

#footer a{
color:#808080;
text-decoration:none;
}

#footer a:hover{
text-decoration:underline;
}

.left{
margin:10px 10px 5px 0;
float:left;
}

.right{
margin:10px 0 5px 10px;
float:right;
}

.textright{
text-align:right;
}

.center{
text-align:center;
}

.small{
font-size:0.8em;
}

.bold{
font-weight:bold;
}

.hide{
display:none;
}


