/* Designed in 2006 by Riley Easveld */

body {
	text-align: center;
	min-width: 700px;
	font-family: arial;
	font-size: 12px;
	background: #333333;
	}
	
#wrap {
	margin: 0px auto;
	width: 750px;
	text-align: left;
	background: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: auto;
	}
	
#header {
	height: 145px;
	margin: 0px 20px 20px 20px;
	}
	
#sidebar {
	margin: 0px 0px 0px 21px;
	width: 90px;
	font-family: verdana;
	font-size: 11px;
	}
	
#text {
	margin: 0px 20px 0px 20px;
	width: 550px;
	float: right;
	}
	
/* General HTML */

a {
	text-decoration: none;
	color: #3184ce;
	}
	
a:hover {
	text-decoration: underline;
	}
	
h1, h2, h3 {
	font-family: verdana;
	color: #3087b4;
	}
	
h1.title, h2.title, h3.title {
	text-align: center;
	}
	
/* Images */

img.r {
	float: right;
	}
	
img.l {
	float: left;
	margin: 0px 3px 0px 3px;
	border: 1px solid #000000;
	}