/* Main Structure ************************************************/


body {
	background: #ebebeb url(../images/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #666666;
	margin: 20px 0 20px 0;
	}
	
#wrapper {
	width: 830px;
	margin: 0 auto 0 auto;
	}
	
#wrapperbg {
 	background: url(../images/bg-wrapper.gif) repeat-y;
 	overflow: auto;
 	width: 100%;
	}

#sidebar {
	margin: 0 620px 0 0;
	width: 180px;
	background: #ffffff;
	padding: 10px;
	}

#content {
	position: absolute;
	margin: 0 0 0 210px;
	top: 20px;
	width: 600px;
	background: #ffffff;
	padding: 10px;
	}
	


/* Sidebar *******************************************************/

#sidebar .headerleft {
	width: 180px;
	height: 250px;
	background: #333333 url(../images/headerleft.gif);
	margin: 0 0 10px 0;
	}
	
#sidebar a , #sidebar a:link, #sidebar a:visited{
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #999999;
	padding: 5px;
	border: 1px dashed #cccccc;
	}
	
#sidebar a:hover {
	display: block;
 	text-decoration: none;
	font-size: 11px;
	color: #ed3061;
	}

#sidebar .navtitle {
	display: block;
	height: 30px;
	background: #6ccce2;
	margin: 0 0 10px 0;
	padding: 10px 0 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-transform: lowercase;
	text-align: left;
	letter-spacing: 2px;
	}

#sidebar h1 {
	font-weight: bold;
 	font-size: 12px;
	color: #b1af34;
	padding: 0 0 0 10px;
	}
	
#sidebar ul {
	padding: 0px;	
	margin: 0px;
	text-align: left;
	}
	
#sidebar ul li {
	height: 35px;
	list-style: none;
	text-align: left;
	padding: 0 0 0 0px;
	}
	
	
/* Content *******************************************************/

#content .headerright {
	width: 600px;
	height: 250px;
	background: #333333 url(../images/headerright.gif);
	margin: 0 0 10px 0;
	}

#content h1 {
	display: block;
	height: 30px;
	background: #6ccce2;
	margin: 0 0 10px 0;
	padding: 10px 0 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	text-transform: lowercase;
	text-align: left;
	letter-spacing: 2px;
	}

#content h2 {
	font-weight: bold;
 	font-size: 12px;
	color: #b1af34;
	}
	
#content a , #content a:link, #content a:visited{
	text-decoration: none;
	color: #66CC99;
	}
	
#content a:hover {
 	font-weight: bold;
	color: #339966;
	}
	
#content .entry {
	border: 1px dashed #cccccc;
	padding: 10px 5px 5px 5px;
	margin: 0 0 0 0;
	text-align: justify;
	}
	
#content .entryvid {
	border: 1px dashed #cccccc;
	padding: 10px 5px 5px 5px;
	margin: 0 0 20px 0;
	}
	
#content .entryvid img {
	float: left;
	background: transparent;
	margin: 0 0 0 5px;
	border: 0px;
	}
	
#content .entryvid2 {
	margin: 0 0 0 190px;
	}
	
#content img {
	background: transparent;
	border: 1px solid #cccccc;
	padding: 3px;
	margin: 0 5px 5px 0;
	}

