/* andreas05 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com/ . Free to use for any purpose as long as the proper credits are given for the original design work.
Version: 2.0, July 15, 2006 */

/* General tags */
*{
	padding-top: 0;
	margin: 0;
	text-align: left;
}
body{
	background-color: #000000;
	background-repeat: repeat;
	font-family: verdana, tahoma, sans-serif;
	font-size: 76%;
}
a{background-color:inherit; color:#286ea0; font-weight:bold; text-decoration:none;}
a:hover{text-decoration:underline;}
p{margin:0 0 16px 0;}
ul, ol{
	padding-left:5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-right: 10px;
}
ul ul, ol ol{margin:3px 0 0 15px;}
img{float:left; margin:0 10px 5px 0;}

/* Headers */
h1{
	color:#FFFFFF;
	font-size:3.2em;
	letter-spacing:-3px;
	margin:0;
	text-align:right;
	clip: rect(auto,auto,5px,auto);
}
h2{
	font-size:1.6em;
	font-weight:normal;
	clip: rect(auto,0px,auto,auto);
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10;
}

/* IDs */
#title{
	width:700px;
	clip: rect(auto,auto,10px,auto);
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: -2px;
	margin-left: auto;
}
#container{
	border:8px solid #FF9900;
	color:#555;
	padding:10px;
	width:700px;
	line-height:1.2em;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-style: normal;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar{
	float:left;
	width:316px;
	clip: rect(20px,auto,auto,auto);
	height: 460px;
	text-align: left;
	background-image: url(images/home-page_sidebar.jpg);
	background-repeat: no-repeat;
}
#sidebar p{margin:10px 0 5px 0; text-align:left; font-size:0.8em;}
#main{float:right; width:382px;}
#footer{clear:both;}

/* Menu */
.menu{
	border:1px solid #ffffff;
	color:#286ea0;
	display:block;
	font-size:1.1em;
	font-weight:bold;
	width:120px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.menu:hover{background-color:#f8f8f8; border:1px solid #dadada; color:#286ea0; text-decoration:none;}

/* Various classes */
.credits{color:#888; font-size:0.8em;text-align:center;}
.credits a{color:#888;}
#container #sidebar h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #0000FF;
}
#container #footer .credits strong {
}
