/* 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 {
	font: Tahoma;
	background: #008dbc url(images/bkgd4.jpg) repeat;
	width: 600px;
	margin-top: 10;
	margin-bottom: 10;
	margin-left: 120px;
}

#wrap {
	background: #ffffff;
	color: #303030;
	width: 700px;
	padding-left: 5px;
	margin-top: 0;
	margin-bottom: 10;
	padding-right: 10px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #4A565B;
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #4A565B;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color:#4A565B;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color:#4A565B;
}

#header {
	clear: both;
	margin: 4;
	padding: 4;
	height: 155px;
	width: 590px;
}

#header h1 {
	width: 225px;
	padding: 0;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	font-size: 24px;
	line-height: 13px;
}

#header p {
	width: 500px;
	float: right;
	text-align: center;
	color: #a0a0a0;
	margin: 0 0 10px 0;
}

#frontphoto {
margin: 0 0 10px 0;
border: 0;
}

#avmenu {
	clear: left;
	float: left;
	width: 160px;
	margin: 0 6 6px 0;
	padding: 0;
	font-size: 0.9em;
	font-weight: normal;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #ffffff;
	right: 0px;
	background-color: #FFFFFF;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}

#avmenu ul {
	list-style: none;
	width: 140px;
	margin: 0 0 0px;
	padding: 0;
	font-size: 0.9em;
	font-family: Tahoma;
	color: #000000;
	font-weight: normal;
	border-top-color: #ffffff;
	float: left;
	background-color: #FFFFFF;
}	

#avmenu li {
	margin-bottom: 6px;
	margin-left: 8px;
	margin-right: 0px;
	border: #FFFFFF;
}

#avmenu li a {
	font-weight: normal;
	height: 26px;
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 6px;
	background: #d1d7e5;
	border-left: 8px solid #4A565B;
	font-size: 11px;
	margin: 4px 0px;
}	
	
#avmenu li a:hover {
	background: #80a3b1;
	color: #FFFFFF;
	border-left: 8px solid #4679AD;
	font-weight: normal;
}

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

#extras {
	margin: 8;
	padding: 0 0 0 6;
	font-size: 12px;
	line-height: 1.5em;
	clear: none;
	border-top: #CCCCCC;
	border-right: #CCCCCC;
	border-bottom: #CCCCCC;
	border-left: 2px solid #e7e7e7;
}

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

#content {
	margin: 0 20px 0px 40px;
	text-align: left;
	font-family: Tahoma;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
	padding-right: 10px;
}

#content h2 {
	margin: 0 0 0em;
	font-weight: normal;
	font-family: Tahoma;
}

#content img {
	padding: 0px 6px 0px 0px;
	display:inline;
	background: #FFFFFF;
	margin-right: 6px;
}

h3 {
	margin: 0 0 10px 0;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #286ea0;
	padding-left: 6px;
}

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

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px;
border-top: 4px solid #f0f0f0;
width: 600px;
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;
}
.border {
	border: 3px dashed #336699;
	margin: 2px;
	padding: 2px;
}
.imgborder {
	margin: 3px;
	padding: 3px;
}
.border1 {
	border: medium dashed #7D8694;
	padding: 10px;
	width: 450px;
	background-position: center;
	font-family: "Courier New", Courier, mono;
	background-color: #FFFFFF;
	clear: both;
	margin: 20px 9px 6px 80px;
	font-size: 14px;
	color: #000000;
	vertical-align: middle;
}
.highlight {
	background-color: #FFFF99;
	font-family: Tahoma;
	font-size: 14px;
}
.highlightCopy {
	background-color: #99CC66;
	font-family: Tahoma;
	font-size: 12px;
}
