/*
Original design: andreas05-clean (v2.5 - Nov 04, 2010) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/andreas05/
*/

/* General tags */
* {margin:0; padding:0;}
body {
	background-color: #ccc;
	font: 76% Verdana,Tahoma,sans-serif;
	color: #000;
}
a {color:#467aa7; font-weight:bold; text-decoration:none;}
a:hover {
	text-decoration: underline;
	color: #90c;
}
p {
	margin: 0 0 16px 0;
	color: #000;
}
ul, ol {
	margin: 0 0 16px 15px;
	padding-left: 5px;
	font-weight: bold;
	color: #FFFFFF;
}
ul ul, ol ol {margin:3px 0 0 15px;}
img {
	float: none;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0;
}

/* Headers */
h1 {color:#333; font-size:3.6em; letter-spacing:-2px; margin:0; text-align:right;}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 5px 0 10px;
	color: #00F;
}

/* IDs */
#title {margin:20px auto -9px; width:700px;}
#container {
	background: #fff url(front.png) bottom left no-repeat;
	border: 20px solid #333;
	color: #FFF;
	margin: 0 auto 15px;
	padding: 10px;
	width: 700px;
	line-height: 1.4em;
}
#sidebar {
	float: left;
	width: 140px;
	font-weight: bolder;
	color: #FFF;
}
#sidebar p {
	margin: 10px 0 5px 10px;
	text-align: left;
	font-size: 14px;
}
#sidebar p a {font-weight:400;}
#main {
	float: right;
	width: 100%;
	line-height: 1.6em;
}
#footer {clear:both; text-align:right;}

/* Menu */
.menu {border:1px solid #fff; color:#467aa7; display:block; font-size:1.2em; font-weight:bold; padding:4px 2px 4px 10px; width:140px;}
.menu:hover {background-color:#eee; border:1px solid #ccc; color:#333; text-decoration:none;}

