/* 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:#fff url(bodybg.gif) repeat; font:76% verdana,tahoma,sans-serif;}
a{
	background-color:inherit;
	color:#000000;
	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:none;
	text-align: left;
}

/* Headers */
h1{
	color:#000000;
	font-size:3.6em;
	letter-spacing:20px;
	margin:0;
	text-align:inherit;
}
.h2{
	font-size:1em;
	font-weight:normal;
	letter-spacing:2px;
	margin:5px 30px 10px 1px;
}

/* IDs */
#title{
	margin:auto;
	width:900px;
	padding: 50px 0px 50px 0px;
}
#container{
	background:#fff url(front.png) bottom left no-repeat;
	border:12px solid #000000;
	color:#000000;
	margin:50px auto 15px;
	padding:10px;
	width:900px;
	line-height:1.3em;
}
#sidebar{
	float:none;
	padding-left:0px;
	width:inherit;
}
#sidebar p{margin:10px 0 20px 0; text-align:center; font-size:0.8em;}
#main{
	float:inherit;
	width:200px;
}
#footer{clear:both;}

/* Menu */
.menu{
	border:1px solid #ffffff;
	color:#000000;
	display:inline-block;
	font-size:1.1em;
	font-weight:bold;
	padding:4px 80px 10px 80px;
	width:110px;
	text-align: inherit;
}
.menu:hover{
	background-color:#FFFFFF;
	border:1px solid #000000;
	color:#000000;
	text-decoration:none;
}

/* Various classes */
.credits{
	color:#888;
	font-size:0.6em;
	margin-bottom:1px;
	text-align: right;
}
.credits a{color:#888;}
