
* {
	margin:0;
	padding:0;
	}
body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#2D302C;
	background-image:url(images/layout_body.gif);
	color:#222222;
	}
a {
	color:#222222;
	text-decoration:underline;
	}
a:hover {
	color:#7EABD1;
	}
img {
	border: 0;
	}
img.logo {
	padding-top:25px;
	float:left;
	margin: 0px;
	position:relative;
	border: 0px;
	}
img.rightpic {
	float:right;
	margin: 0px;
	position:relative;
	border:1px solid #2D302C;
	}
img.framedpic {
	margin: 0px;
	position:relative;
	border:1px solid #2D302C;
	}
p {
	margin-bottom:20px;
	line-height:20px;
	}
ul {
	margin-left: 20px;
	}
ol {
	margin-left: 20px;
	}

/* Structure */

#wrapper {
	margin:0 auto;
	width:780px;
	background-color:#454943;
	background-image:url(images/layout_content_bg.gif);
	background-repeat:repeat-y;
	background-position:right;
	border-left:1px solid #7EABD1;
	border-right:1px solid #7EABD1;
	border-bottom:1px solid #7EABD1;
	}
#header {
	height:150px;
	background-image:url(images/layout_banner.jpg);
	background-repeat:no-repeat;
	padding:0 10px;
	}
#nav {
	height:35px;
	line-height:35px;
	background-image:url(images/layout_horiz_menu.gif);
	background-repeat:repeat-x;
	padding:0 10px;
	}
#sidebar {
	top: 20px;
	right: 20px;
	float:right;
	width:180px;
	background-color:#ffffff;
	min-height:150px;
	border:1px solid #2D302C;
	margin:0px 0px 0 5px;
	padding:5px;
	}
#content {
	width:748px;
	background-image:url(images/generator_background.gif);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#ffffff;
	min-height:420px;
	border:1px solid #2D302C;
	margin:0px 10px 0 10px;
	padding:5px;
	}
#content_without {
	width:748px;
	background-color:#ffffff;
	min-height:420px;
	border:1px solid #2D302C;
	margin:0px 10px 0 10px;
	padding:5px;
	}
#footer {
	clear:both;
	text-align:right;
	padding:10px;
	margin-top:-10px;
	color:#ffffff;
	font-size:11px;
	line-height:15px;
	}
#footer-links {
	float:left;
	line-height:30px;
	}

/* Navigation */

#nav ul {
	list-style-type:none;
	}
#nav li {
	float:left;
	text-align:center;
	margin-right:10px;
	text-transform:uppercase;
	}
#nav li a {
	display:block;
	padding:0 15px;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
	}
#nav li a:hover {
	background-image:url(images/layout_horiz_menu_over.gif);
	background-position:center;
	background-repeat:no-repeat;
	color:#222222;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:circle;
	margin-bottom:20px;
	}
#sidebar li {
	
	}

/* Headings */

h1  {
	color:#528B9D;  
	text-decoration:none;
	font-weight:normal;
	font-size:24px;
	}
h1 a {
	color:#528B9D;  
	text-decoration:underline;
	font-weight:normal;
	font-size:24px;
	}
h2 {
	color:#528B9D;
	text-decoration:none;
	font-weight:normal;
	font-size:20px;
	}
h3 {
	color:#528B9D;
	text-decoration:none;
	font-weight:normal;
	font-size:14px;
	}
h3 a {
	font-size:30px;
	font-weight:normal;
	letter-spacing:-1px;
	color:#ffffff;
	text-decoration:none;
	}

/* Extra's */

.title1 {
	color:#ffffff;
	}
.title2 {
	color:#222222;
	font-style:italic;
	}
.description {
	font-size:12px;
	font-style:italic;
	color:#ffffff;
	padding-left:20px;
	}
.meta {
	color:#777777;
	border-bottom:1px dashed #777777;
	padding-bottom:2px;
	margin-bottom:8px;
	}
.comments {
	margin-top:-10px;
	text-align:right;
	margin-bottom:20px;
	}
.comments a {
	text-decoration:underline;
	}
#footer-links a {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	}
#footer-links a:hover {
	color:#7EABD1;
	}

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
 .clearfix {
display: inline-block;
}  
	/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
	/* End Holly Hack */