/* based on a layout by Andreas Viklund  - http://andreasviklund.com 

Screen layout: */

body{
margin:0 auto;
padding:0;
font:76% Verdana,Tahoma,Arial,sans-serif;
background:#fbf4f4 url(images/bg2.gif) top center repeat-y;
color:#303030;
}

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

#topheader{
clear:both;
margin:0px;
padding:0;
height:30px;
}


#topheader p{
float:right;
color:#736666;
margin-top:15px;
margin-right:20px;
margin-bottom:15px;
font-size:1.4em;
font-weight: bold;
font-style: italic;
}

#header{
width:760px;
background:#d18787 url(images/headerbg1.jpg) top left repeat-x;
margin-bottom:20px;
}

#header h1{
padding:15px 0px 10px 10px;
color:#fffcfc;
font-size:2.5em;
font-style: italic;
font-family: Times, "Times New Roman", serif;
}

#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:#594f4f;
display:block;
padding:6px 0 0 10px;
background:#fbf4f4;
border-left:4px solid #b05f58;
}	
	
#avmenu li a:hover{
background:#edf6ff;
border-left:4px solid #0058a5;
}

.locations{
margin:10px 0 10px 0;
padding:10px;
width:130px;
color:#594f4f;
background-color:#fbf4f4;
line-height:1.3em;
}

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

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

#content{
margin:0 140px 20px 160px;
border-left:4px solid #edf6ff;
border-right:4px solid #edf6ff;
padding:0 10px 0 10px;
line-height:1.6em;
text-align:left;
}

#content h1{
font-size:1.7em;
margin:0 0 0.5em 0;
color:#594f4f;
}

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

#content img{
padding:1px;
display:inline;
color:#303030;
}

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

a{
text-decoration:none;
color:#0058a5;
}

a:hover{
text-decoration:underline;
color:#0058a5;
}

a img{
border:0;
}

#footer{
background:#d18787 url(images/footerbg1.jpg) top left repeat-x;
clear:both;
margin:0 auto;
padding:10px 0;
width:760px;
text-align:center;
color:#fffafc;
font-size:0.9em;
}

#footer a{
color:#fffcfc;
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;
}