/*
Original design: andreas05 (v2.5 - Apr 24, 2008) - A free xhtml/css website template by Andreas Viklund and stylishtemplate.com.
For more information, see http://andreasviklund.com/templates/andreas05/
*/

/* General tags */
* {margin:0; padding:0;}
body {background:#cccccc url(bodybg.gif) repeat; font:76% verdana,tahoma,sans-serif; color:#333333;}
a {background-color:inherit; color:#286ea0; font-weight:bold; text-decoration:none;}
a:hover {text-decoration:underline;}
p {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 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:#000; font-size:3.6em; letter-spacing:-3px; margin:0; text-align:right;}
h2 {font-size:1.6em; font-weight:normal; letter-spacing:-1px; margin:5px 0 10px;}
h3 {color:#000; font-size:1.6em; font-weight:strong; letter-spacing:-1px; margin:5px 0 10px;}
h4 {color:#777; font-size:0.9em; font-weight:normal;}

/* IDs */
#title {
	width:700px;
	margin:20px auto -9px;
	/*margin-top: 20px;
	margin-bottom: -9px;
	margin-left: 100px;*/
}
#container {
	background:#fff url(chasepic.png) top left no-repeat;
	border:20px solid #333;
	color:#333;
	padding:20px;
	width:705px;
	line-height:1.3em;
	margin:0 auto 15px;
	/*margin-top: 0;
	margin-bottom: 15px;
	margin-left: 70px;*/
	height: 420px;
}
#sidebar {
	float:left;
	padding-left:160px;
	width:155px;
}
#sidebar p {margin:10px 0 5px 10px; text-align:left; font-size:0.8em;}
#sidebar p a {font-weight:400;}
#main {
	margin-top: 0;
	width:390px;
	height: 400px;
	margin-left: 315px;
}

#mainover {
	overflow:auto;
	margin-top: 0;
	width:390px;
	height: 400px;
}

#footerjoel {
	width:385px;
	height:20px;
	margin-left: 315px;
	margin-top: 10px;
}
#footer {
	color:#aaa;
	
	
	
}

/* Menu */
.menu {border:1px solid #ffffff; color:#286ea0; display:block; font-size:1.1em; font-weight:bold; padding:4px 2px 4px 10px; width:110px;}
.menu:hover {background-color:#f8f8f8; border:1px solid #cccccc; color:#333333; text-decoration:none;}

/* Various classes */
.credits {
	color:#777; 
	font-size:0.9em; 
	
	}
.credits a {color:#777;}
