/* 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:#666 /*url("images/bodybg.gif") repeat */; font:76% verdana,tahoma,sans-serif;}
a{background-color:inherit; color:#0000FF; font-weight:none; 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:#000000;
	font-size:2.4em;
	letter-spacing:-3px;
	margin:0;
	text-align:left;
}
h2{
	font-size:1.6em;
	font-weight:normal;
	letter-spacing:-1px;
	margin:5px 0 10px;
	color: #000000;
}

/* IDs */
#title{margin:50px auto 5px; width:880px;}
/* #container{background:#fff url("images/bg-van-pic-smaller.jpg") top left no-repeat; border:20px solid #fff; color:#CCCCCC; margin:0 auto 15px; padding:10px; width:880px; line-height:1.3em;}    THIS NOW TAKEN CARE OF IN EACH PAGE, SO DIFFERENT BACKGROUND IMAGES CAN BE USED FOR EACH*/
#sidebar{margin:10px 0 0 0; float:left; padding-left:210px; width:110px;}
#sidebar p{margin:10px 0 5px 0; text-align:center; font-size:0.8em;}
#main{
	margin:20px 0px 5px 0;
	float:right;
	width:500px;
}
#footer{
	clear:both;
	font-size:0.8em;
	font-weight:normal;
	color: #333333;
	margin-top: 0px;
	padding-top: 10px;
	text-align: right;
}

/* Menu */
.menu{border:0px solid #ffffff; color:#fff; display:block; font-size:1.1em; font-weight:bold; padding:4px 2px 4px 10px; width:120px;}
.menu:hover{background-color:#CCCCCC; border:0px solid #dadada; color:#333333; text-decoration:none;}
.menudot{color:#fff; font-size:6em; font-weight:bold;}

/* Various classes */
.credits{color:#888; font-size:0.9em; margin-bottom:0;}
.credits a{color:#888;}
