/* Page Formatting */

* {
	margin:0;
	padding:0;
	}

body {
	background-color:#e8e9eb;
	font:12px Arial;
	color:#555555;
	text-align:left;
}
a {
	color:#6A95AD;
	text-decoration:none;
	}
a:hover {
	color:#E9BF1B;
	text-decoration:none;
	}
img, img a {
	border:0;
	}
p {
	line-height:1.7em;
	margin-bottom:20px;
}

/* Page Structure */

#wrapper {
	width:900px;
	margin:0 auto;
	background-color:#fff;
	border:1px solid  #999999;
	margin-top:10px;	
	background-color:#82CECA;}
	
	#wrapper2 {
	width:900px;
	margin:0 auto;
	background-color:#fff;
	border:1px solid  #999999;
	margin-top:10px;	
}
#header {
	height:131px;
	width:606px;
	}
	#nav {
	height:46px;
	width:606px;
	background-color:#82CECA;
	}
	
	#blackcontent {
	background-color:#000;
	color: #FFFFFF;
	width:586px;
	padding: 10px;
	font: Arial;
	font-size: 13px;
	}
	
	#blackcontent ul{
	margin-left: 15px;}
	
	#blackcontent a{
	color:#82CECA;}
	
#sidebar {
	float:right;
	text-align:left;
	width:294px;
	color:#666666;
	background-color:#82CECA;
	}
	#sidebar p{
	background-color:#82CECA;
	}
	#sidebarspacer {
	background-color:#82CECA;
	width:294px;
	float:right;}
#content {
	width:606px;

	}
#footer {
	clear:both;
	padding:10px 0;
	font-size:11px;
	text-align:center;
	line-height:16px;
	color:#999999;
	font-weight:bold;
	}

/*  Headings */

h1 {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:1.8em;
	padding-bottom:0;
	}
h1 a {
	text-decoration:none;
	}
h1 a:hover {
	text-decoration:none;
	}
h2 {
	font-weight:bold;
	font-size:18px;
	color: #FFFFFF;
	}
h3 {
	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:3.0em;
	line-height:200px;
	margin-left:10px;
	}
h3 a {
	color:#ffffff;
	}
h3 a:hover {
	color:#ffffff;
	text-decoration:none;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin:0 0 20px 0;
	}
#sidebar li {
	list-style-type:disc;
	margin-left:14px;
	}
#sidebar a {
	font-weight:normal;
	}
#sidebar a:hover {
	text-decoration:underline;
	}

/* Classes */

.item {
	}
.meta {
	margin-bottom:10px;
	color:#999999;
	}

/* Extra's */

blockquote  {
	border-left:5px solid #333333;
	color:#333333;
}
#subscribe {
	padding-right:5px;
}
#sub {
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	}
#sub a:hover {
	text-decoration:none;
	}
