/* andreas01 - an open source xhtml/css website layout by Andreas Viklund  - http://andreasviklund.com - Free to use for any purpose as long as the proper credits are given to the original author.
Version: 2.0 (Jun 25, 2006)
Screen layout: */

/***** Body and main container *****/
body {
margin:0 auto;
padding:0;
font:76% Verdana,Tahoma,Arial,sans-serif;
background:#f4f4f4 url(img/bg.gif) top center repeat-y;
color:#303030;
}

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

/***** Various tags *****/
a {
text-decoration:none;
font-weight:bold;
color:#286ea0;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#286ea0;
background-color:inherit;
}
a img {
border:0;
}
#header {
margin:10px 0 0;
padding:20px 0px 0px 0px;
height:95px;
font-weight:bold;
}
#title{
width:268px;
height:60px;
font-family: "broadway", Arial, Helvetica, sans-serif;       /** this has to be font-family, just using font wouldn't style **/
font-size:34px;
}
#title a {
text-decoration:none;
}
#title a:hover{
color:yellow;
}
#top_banner {
	position:absolute;
	top:20px;
	lft:10px;
	margin:0px 0px 0px 270px;
	padding:0px;
	width:468px;
	height:60px;
}
#mainimage {
margin:0 0 10px;
border:0;
}

/***** Left sidebar *****/
#left {
clear:left;
float:left;
width:140px;
margin:10px 0 5px;
padding:0;
}

/***** Main menu *****/
ul.avmenu {
width:140px;
margin:0 0 18px;
padding:0;
list-style:none;
}

ul.avmenu li {
width:140px;
padding:0;
line-height:1.4em;
display:inline;
}

ul.avmenu li a {
background-color:#f4f4f4;
color:#505050;
font-weight:bold;
width:130px;
float:left;
margin-bottom:5px;
padding:5px 1px 5px 5px;
border-left:4px solid #cccccc;
text-decoration:none;
}

ul.avmenu li a:hover,ul.avmenu li a.current {
background-color:#eaeaea;
border-left:4px solid #286ea0;
color:#505050;
}

ul.avmenu ul {
margin:0 0 0 15px;
padding:0 0 5px 0;
font-size:0.9em;
width:125px;
}

ul.avmenu ul a {
padding:3px 1px 3px 5px;
width:115px;
}

ul.avmenu ul ul {
width:113px;
}

ul.avmenu ul ul a {
width:100px;
}
.linkheader{
font-family: "broadway", Arial, Helvetica, sans-serif;       /** this has to be font-family, just using font wouldn't style **/
font-size:16px;
background-color:#CDCDCD;
color:#505050;
width:130px;
float:left;
margin-bottom:5px;
padding:5px 1px 5px 5px;
border-left:4px solid #cccccc;
text-decoration:none;
}
.linkheader a {
color:#505050;
}


#maincontent {

border-left:1px solid #f0f0f0;
padding:0px 0px 0px 8px;
line-height:1.6em;
width: 450px;
height: auto;
float:left;
}
#maincontent h1 {
text-align:center;
padding: 7px 0px 0px 0px;
border-color:1px solid #f0f0f0;
font-family: Arial, Helvetica, sans-serif; 
}
#maincontent img{

margin: 100px 10px 0px 0px;
}
.image1 {
margin: 0px 7px 0px 0px;
border: 0px solid black;
float: left;
}
#right{
height: 650px;
width: 160px;
float:left;
} 
.right_ad {
	width: 120px;
	height: 600px;
	margin: 10px 0px 0px 20px;
}
/***** Footer *****/
#footer {
clear:both;
margin:0 auto;
padding:10px 0 20px;
border-top:4px solid #f0f0f0;
width:760px;
text-align:center;
color:#808080;
background:#ffffff;
font-size:0.9em;
}

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

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


