/* 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: */
.style13 {color: #000099; font-weight: bold; }
.style14 {color: #ff6600; font-weight: bold; font-size: large}
.style16 {color: #ff6600; font-weight: bold; font-size: small}
body {
margin: 0 auto;
background: #ffffff;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
}

#wrap {
background: #ffffff url(bluestripsm2.jpg) repeat-x;
color: #303030;
margin: 0 auto;
width: 775px;
}

#header {
background: #19026E;
clear: both;
margin: 0 0 0 0;
padding: 0;
height: 35px;
}

#header h1 {
width: 500px;
margin: 0 0 10px 0;
float: left;
}

#header p {
width: 300px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0 0 0 0;
font-size: 1.5em;
line-height: 1em;
}

#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: 2px;
margin-top: 5px;
}

#avmenu li a {
font-weight: bold;
height: 35px;
background: #e9e8ed;
text-decoration: none;
color: #dba603;
display: block;
padding: 3px 0 0 10px;
border-left: 4px solid #dba603;
}	
	
#avmenu li a:hover {
color: #000099;
border-left: 4px solid #000099;
}

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

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

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

#links {
float: right;
width: 100px;
margin: 0 0 0 0;
padding: 0;
font-size: 0.9em;
background-color: #f4f4f4;
line-height: 1.5em;
}
#links p {
margin: 0 0 1.5em 0;
}

#date {
float: right;
width: 100px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
background-color: #ffffff;
line-height: 1.5em;
}

#decor {
background: #ffffff url(greystripes.jpg) repeat-x;
float: right;
width: 100px;
margin: 0 0 auto 0;
padding: 10;
font-size: 1.0em;
line-height: 2.0em;
}

#content {
margin: 20px 110px 20px 160px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

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

#content2 {
margin: 20px 10px 10px 160px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#content2 h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content2 img {
padding: 1px;
display:inline;
background: #ffffff;
border: 3px solid #999999;
}

#pic img {
padding: 0px;
display:inline;
background: #ffffff;
border: 0px;
}
#content4 img {
padding: 1px;
display:inline;
background: #ffffff;
border: 1px solid #ffffff;
}

#content4  {
margin: 20px 10px 10px 160px;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: center;
}
#content3 img {
padding: 1px;
display:inline;
background: #ffffff;
border: 3px solid #999999;
}

#content3  {
margin: 20px 10px 10px 160px;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: center;
}

h3 {
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: #cd9933;
text-decoration: none;
}

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

.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;
}