/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Screen layout: */

body {
	margin: 0 auto;
	padding: 0;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	background: #f4f4f4 url(Images/bg.jpg) top center;
	background-repeat: repeat-y;
	background-attachment: fixed;
}

#wrap {
	#A66C00;
	margin: 0 auto;
	width: 80%;
	border: 4px #7E3750;
	background-color: #FFF8CE;
}

#header {
	background-color: #7E3750;
	background-image: url(Images/header.jpg);
	background-repeat: no-repeat;
	clear: both;
	margin: 10px 0 0 0;
	padding: 0;
	height: 135px;
	background-position: center;
}

#header h1 {
	color: #1C0772;
	background-color: transparent;
	text-align: left;
	text-decoration: none;
	float: right;
	font-size: 3em;
	margin: 13px 5%;
}

#header p {
	float: right;
	text-align: right;
	color: black;
	margin-right: 10%;
	margin-left: 30%;
	font-size: 1.3em;
	line-height: 4px;
}

#frontphoto {

margin: 0 0 10px 0;
border: 0;
}

#avmenu {
border-right: medium;
	border-color: #7E3750;
	clear: left;
	float: left;
	width: 150px;
	margin: 0 20px 01px 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: 1px;
}

#avmenu a {
	font-weight: bold;
	height: auto;
	text-decoration: none;
	color: #3415B0;
	display: block;
	padding: 3px 3px;
	background: #FFA500;
	border-left: 7px solid #6D0E2F;
}	
	
#avmenu a:hover {
	background: #009E8E;
	color: Orange;
	border-left: 4px solid #800040;
}

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

.announce a {
color: #DAB7FF;
background-color: #630064;
}

#extras {
float: right;
width: auto;
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: 10px 7% 160px 10;
	padding: 0 55px 0 10px;
	line-height: 1.6em;
	text-align: left;
}

#content h1 {
	text-align: center;
	color: #3415B0;
	font-size: 1.7em;
	margin: 0 0 0.5em 0;
}

#content h2 {
text-align: center;
color: #009E8E;
font-size: 1.3em;
margin: 0 0 0.5em 0;
}

#content img {
	padding: 1px;
	display: inline;
	border: 4px solid #f0f0f0;
}

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

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #f0f0f0;
width: 760px;
text-align: center;
color: #808080;
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;
}