/* 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 */
*{margin:0; padding:0;}
body{
	background:#ccc url(bodybg.gif) repeat;
	font-family: verdana, tahoma, sans-serif;
	font-size: 75%;
	font-weight: bold;
}
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{margin:0 0 16px 15px; padding-left:5px;}
ul ul, ol ol{margin:3px 0 0 15px;}
img{float:left; margin:0 10px 5px 0;}

/* Headers */
h1{
	color:#555;
	font-size:3.6em;
	letter-spacing:-3px;
	margin:0;
	text-align:right;
}
h2{
	font-size:1.8em;
	font-weight:normal;
	letter-spacing:-1px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}

/* IDs */
#title{margin:20px auto -9px; width:950px;}
#container{
	background:#fff url(front.png) bottom left no-repeat;
	border:20px solid #555;
	color:#555;
	padding:6px;
	width:900px;
	line-height:1.3em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
}
#sidebar{
	float:left;
	padding-left:60px;
	width:120px;
}
#sidebar p{margin:12px 0 30px 0; text-align:center; font-size:0.8em;}
#main{
	float:right;
	width:460px;
}
#footer{clear:both;}

/* Menu */
.menu{
	border:1px solid #ffffff;
	color:#555;
	display:block;
	font-size:1.1em;
	font-weight:bold;
	width:175px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	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.9em; margin-bottom:0;}
.credits a{color:#888;}
