/* 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;
	background-color: #f4f4f4;
	background-image: url(sitefurniture/bg1.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

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

#header {
clear: both;
margin: 20px 0 0 0;
padding: 0;
height: 50px;
}

#header h1 {
	width: 250px;
	margin: 0 0 10px 0;
	float: left;
	font-size: 20px;
	color: #336633;
}

#header p {
	width: 500px;
	float: right;
	text-align: right;
	color: #003300;
	margin: 0 0 10px 0;
	font-size: 7pt;
	line-height: 1.2em;
	font-weight: normal;
}

#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: 11px;
}	

#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #336633;
	display: block;
	padding: 6px 0 0 10px;
	background: #f4f4f4;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CCD9CC;
}	
#content #row {
	background-color: #CCD9CC;
}

	
#avmenu li a:hover {
	color: #668D66;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #336633;
	background-color: #ECF0EC;
}

.announce {
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 130px;
	color: #1a331a;
	background-color: #f4f4f4;
	line-height: 1.3em;
	text-align: left;
}

#extras {
	float: right;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.5em;
}
#extras img {
	padding-bottom: 10px;
}


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

#content {
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	line-height: 1.6em;
	text-align: justify;
	margin-top: 0;
	margin-right: 160px;
	margin-bottom: 20px;
	margin-left: 160px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 11px;
}

#content h2 {
	font-size: 12px;
	margin: 0 0 0.5em 0;
	color: #1a331a;
}
#content h4 {
	font-size: 12px;
	font-weight: normal;
	text-decoration: blink;
	color: #006600;
}


#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 2px solid #9ab39a;
}

h3 {
	font-size: 12px;
	margin: 0 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

a {
text-decoration: none;
color: #668d66;
}

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


a img {
border: 0;
}
#content #top {
	background-color: #336633;
	color: #FFFFFF;
}


#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #f0f0f0;
width: 760px;
text-align: center;
color: #336633;
font-size: 0.9em;
}

#footer a {
color: #668d66;
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;
}
#table td {
	border-top: 1px solid #333;
}
#offer a:link {
	color: #990000;
	font-weight: normal;
	text-decoration: underline;
}
#offer a:hover {
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}
#offer img {
	margin-right: 7px;
}
#offer a:visited {
	color: #990000;
	text-decoration: underline;
}
#offer {
	padding-bottom: 10px;
}
#welcome {
	font-size: 12px;
	color: #006600;
}
