/* 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(bg.gif) top center repeat-y;
}

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

#header {
	clear: both;
	padding: 0;
	height: 45px;
	background-color: #0099CC;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

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

#header p {
	width: 500px;
	float: right;
	text-align: center;
	color: #FFFFFF;
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: bold;
}

#frontphoto {
margin: 0 0 10px 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-width: 4px;
	border-left-style: solid;
	border-left-color: #0099CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0099CC;
}	
	
#avmenu li a:hover {
	color: #286ea0;
	background-color: #CCFFFF;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #286ea0;
	border-left-color: #286ea0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #286ea0;
}

.announce {
	padding: 8px;
	width: 130px;
	color: #505050;
	line-height: 1.3em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-color: #E1E1E1;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #029ACB;
}

#extras {
	float: right;
	width: 100px;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-color: #FFFFFF;
}

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

#content {
	line-height: 1.6em;
	text-align: left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 160px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#content h2 {
	font-size: 1.3em;
	margin: 0 0 0.5em 0;
	color: #8C8B73;
}
h1 {
	font-size: 16px;
	color: #A08B73;
}


#content img {
	padding: 1px;
	display:inline;
	background: #cccccc;
	border: 4px solid #f0f0f0;
}
.imageborder {
	padding: 1px;
	border-top-width: 1px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BAE1FE;
	float: right;
}


h3 {
	font-size: 1.1em;
	margin: 0 0 10px 0;
	color: #029ACB;
}

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;
	width: 760px;
	text-align: center;
	color: #808080;
	font-size: 0.9em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

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

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

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

.right {
	float: right;
	padding: 2px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
}
.imageright {
	float: right;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}
blockquote {
	background-color: #E1E1E1;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0099CC;
	border-right-color: #0099CC;
	border-bottom-color: #0099CC;
	border-left-color: #0099CC;
	padding: 5px;
}

th {
	background-color: #E1E1E1;
	text-align: left;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0099CC;
	border-bottom-color: #0099CC;
}
td {

}
table {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
	width: 450px;
}
hr {
	font-size: 1px;
	color: #FF6600;
}
