/* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */

/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
background:white;
}


/* BASIC STYLES */

p{
font: Arial,sans-serif;
color: black;
font-size: 12px;
}

h1{
font-family:"Times New Roman", Times, serif;
color: #A2DACF;
font-size: 16px;
}


h2{
font-family:"Times New Roman", Times, serif;
color: #C67D73;
font-size: 12px;
}

h3{
font: Arial,sans-serif;
font-weight: normal;
color: #666666;
font-size: 12px;
}

a img{border:none;}


/**************** Header and navigation styles ****************/

#container{
width:770px;
margin:20px auto 30px auto;

background:#ffffff;
}





#navigation{
width:770px;
background:#8FD0C8;
color:white;
height: 23px;
}

#navigation ul{
width:770px;
}


#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
}



#navigation li.last{
float:left;
list-style-type:none;
border:none;

}



#navigation li a:active, #navigation li a:link, #navigation li a:visited, #navigation li a:hover{
display:block;
padding:5px 17px 5px 17px;
margin:0px;
font-size:10px;
font-weight:normal;
text-decoration:none;
background-color:inherit;
color: #ffffff;
width: 100%;}

#navigation li a:hover{
color:#EDF0D3;
}

/*#navigation li a:hover{
display:block;
padding:5px 17px;
margin:0px;
font-size:10px;
font-weight:normal;
text-decoration:none;
color: #ffffff;
width: 100%;
background:#80b0da;
}*/


#header{
margin: 5px 0px 0px 0px;
padding: 0px;
width:770px;
height: 101px;
}
/**************** Content styles ****************/

#content{
float:left;
width:770px;
font-size:12px;
padding:0px;
margin:0px;
background: white;
height:auto;

}



#left{
float:left;
width: 148px;
background: #E0E2B3;
margin: 0px 0px 0px 0px;
padding:0px;
height: 100%;
}


#left_white{
width: 149px;
background: #ffffff;
height: 5px;
}

#gallery{
width: 143px;
background: #E0E2B3;
padding: 0px 2px 10px 3px;
text-align: center;
	}


	#gallery img{
	width: 144px;
	margin: 10px 0px 0px 0px;
	padding: 0px;

	}

#right{
float:left;
width: 595px;
background: #EDF0D3;
margin: 0px 0px 0px 6px;
padding: 0px 10px;
height: 100%;
}

#flashcontent{
width: 595px;
background: #EDF0D3;
margin: 0px 0px 0px 6px;
padding: 0px 10px;
height: 100%;
}
.movie{
	width: 100%;
	text-align:center;
	}



#right A:link, #right A:visited, #right A:active
	{
	color: #B58631;
	text-decoration: underline;
	}

#right A:hover
	{
	color: #666666;
	text-decoration: none;
	}



#footer{
	height: 20px;
	}


	iframe{
		border:none;
		}