/* andreas01 - a free xhtml/css website template by Andreas Viklund - http://andreasviklund.com/ - that may be used for any purpose as long as the proper credits are given to the original designer.

Version: 2.5 (Jan 11, 2007)
Modified by Wilke Reints - dir-m.com, Jan 2010

Screen layout: */

/***** Body and main container *****/

body {
	margin:0 auto;
	padding:0;
	font:76% Verdana,Tahoma,Arial,sans-serif;

    color:#404040;
	text-align: justify;	
    background-color:#f5eedb;
}

#wrap {
	color:#404040;
	width:980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #f5eedb;
}

/***** Various tags *****/

a {
text-decoration:none;
font-weight:bold;
color:#3366ff;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#3366ff;
background-color:inherit;
}

a img {
border:0;
}

p {
margin:0 0 1.4em 0;
}

/***** Header *****/

#frontphoto {
	border:0;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

/***** Left sidebar *****/

#leftside {
	clear:left;
	float:left;
	width:140px;
	margin:0 0 5px;
	padding:0;
	background-color: #f5eedb;
}

#leftside h2,#leftside h3 {
color:#505050;
background-color:inherit;
font-size:1.3em;
margin:0 0 5px;
padding:0;
}

/***** Right sidebar *****/

#extras {
	float:right;
	width:140px;
	margin:0 0 5px;
	padding:0;
	line-height:1.4em;
	background-color: #f5eedb;
}

#extras p {
font-size:0.9em;
line-height:1.4em;
}

#extras div.announce {
	clear:left;
	margin:10px 0 15px;
	padding:7px 5px;
	width:126px;
	font-size:0.9em;
	background-color:#f4f4f4;
	color:#505050;
	border-left:4px solid #cccccc;
	line-height:1.5em;
	text-align: left;
}

#extras div.announce p {
margin:10px 0 0;
padding:0;
}

#extras h2, #extras h3 {
color:#505050;
background-color:inherit;
font-size:1.2em;
margin:0 0 8px;
padding:0;
}

/***** Main content *****/

#content {
	margin:0 150px 5px 150px;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	padding:0 10px;
	line-height:1.5em;
	background-color: #f5eedb;
}

#contentwide {
	margin:0 0 5px 150px;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	padding:0 10px;
	line-height:1.5em;
	background-color: #f5eedb;
}

#contentwide2 {
	text-decoration: none;
	background-position: 0px;
	padding: 0px;
	margin: 0px;
	height: 0px;
	width: 0px;
	vertical-align: top;
}

#content h2,#contentwide h2, #contentwide2 h2 {
	font-size:1.6em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
}

#content h3,#contentwide h3, #contentwide2 h3 {
	font-size:1.3em;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#content h4,#contentwide h4, #contentwide2 h4 {
	font-size:0.8em;
	margin:0 0 8px;
	font-weight: normal;
}

#content img,#contentwide img, #contentwide2 img {
	padding:1px;
	display:inline;
	color:#303030;
	border:4px solid #f5eedb;
	background-color: #999999;
}

#content ul, #contentwide ul, #contentwide2 ul, #content ol, #contentwide ol, #contentwide2 ol {
	color: #000000;
	text-indent: 10px;
}

#content li, #contentwide li, #contentwide2 li {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

#content ul ul, #contentwide ul ul, #contentwide2 ul ul, #content ol ol, #contentwide ol ol, #contentwide2 ol ol {
margin:0 0 0 16px;
padding:0;
}

/***** Footer *****/

#footer {
	clear:both;
	margin:0 auto;
	padding:15px 0;
	width:480px;
	text-align:center;
	color:#808080;
	background:#f5eedb;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#footer p {
margin:0;
padding:0;
}

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

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

/***** Various classes *****/

.left {
float:left;
font-size:0.9em;
}


.left li {
list-style:none;
line-height:1.2em;
margin:0 0 6px 0;
padding:0;
}
	
.left ul {
margin:6px 0 0 10px;
padding:0;
}
	

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.clearing {
clear:left;
padding:0;
margin:0;
visibility:hidden;
}

.hide {
display:none;
}
