/* Just bought a Cadillac -- THROW SOME Ds ON THAT BITCH */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	background: #3f342f url('/static/img/bkg-body.gif') repeat-x;
	top: 0;
	margin: 0 0 20px 0;
	}

#container {
	text-align: left;
	background-color: transparent;
	margin: 0px auto;
	padding: 0;
	width: 846px;
	}

#header {
	background: url('/static/img/bkg-masthead.gif') no-repeat;
	height: 81x; 
	width: 810px;
	}
	
#header h1 {
	margin-top: 0;
}

#header h1 a {
	text-indent: -1000px;
	display: block;
	height: 81px;
	width: 305px;
	margin-left: 5px;
	background: url('/static/img/logo.gif');
	overflow: hidden;
}

/* start nav */
ul.navlinks {
	margin-left: 490px;
	margin-top: -65px;
	margin-bottom: 0px;
	}

.navlinks li {
	float: left;
	padding-left: 20px;
	margin: 0px;
	list-style-type: none;
	}

a#nav-music {
	text-indent: -1000px;
	background: url('/static/img/nav-music.gif') no-repeat left top;
	margin: 0px;
	display: block;
	width: 46px;
	padding-top: 20px;
	height: 0px !important;
	height /**/:20px;
	overflow: hidden;
	}

a#nav-music:hover {
	text-indent: -1000px;
	background-position: 0 -20px;
	text-decoration: none;
	margin: 0px;
	display: block;
	width: 46px;
	padding-top: 20px;
	height: 0px !important;
	height /**/:20px;
	overflow: hidden;
	}
	
a#nav-music.current {
	text-indent: -1000px;
	background-position: 0 -20px;
	text-decoration: none;
	margin: 0px;
	display: block;
	width: 46px;
	padding-top: 20px;
	height: 0px !important;
	height /**/:20px;
	overflow: hidden;
	}
	
a#nav-art {
	text-indent: -1000px;
	background: url('/static/img/nav-art.gif') no-repeat left top;
	margin: 0px;
	display: block;
	width: 30px;
	padding-top: 20px;
	height: 0px !important;
	height /**/:20px;
	overflow: hidden;
	}

a#nav-art:hover {
	text-indent: -1000px;
	background-position: 0 -20px;
	text-decoration: none;
	margin: 0px;
	display: block;
	width: 30px;
	padding-top: 20px;
	height: 0px !important;
	height /**/:20px;
	overflow: hidden;
	}
	
a#nav-art.current {
	text-indent: -1000px;
	background-position: 0 -20px;
	text-decoration: none;
	margin: 0px;
	display: block;
	width: 30px;
	padding-top: 20px;
	height: 0px !important;
	height /**/:20px;
	overflow: hidden;
	}
	
a#nav-tech {
	text-indent: -1000px;
	background: url('/static/img/nav-tech.gif') no-repeat left top;
	margin: 0px;
	display: block;
	width: 34px;
	padding-top: 20px;
	height: 0px !important;
	height /**/:20px;
	overflow: hidden;
	}

a#nav-tech:hover {
	text-indent: -1000px;
	background-position: 0 -20px;
	text-decoration: none;
	margin: 0px;
	display: block;
	width: 34px;
	padding-top: 20px;
	height: 0px !important;
	height /**/:20px;
	overflow: hidden;
	}	
	
a#nav-tech.current {
	text-indent: -1000px;
	background-position: 0 -20px;
	text-decoration: none;
	margin: 0px;
	display: block;
	width: 34px;
	padding-top: 20px;
	height: 0px !important;
	height /**/:20px;
	overflow: hidden;
	}
	
a#nav-community {
	text-indent: -1000px;
	background: url('/static/img/nav-community.gif') no-repeat left top;
	margin: 0px;
	display: block;
	width: 89px;
	padding-top: 20px;
	height: 0px !important;
	height /**/:20px;
	overflow: hidden;
	}

a#nav-community:hover {
	text-indent: -1000px;
	background-position: 0 -20px;
	text-decoration: none;
	margin: 0px;
	display: block;
	width: 89px;
	padding-top: 20px;
	height: 0px !important;
	height /**/:20px;
	overflow: hidden;
	}
	/* end nav */
	
	/* start content1 */

#content1-wrap {
	margin-top: 80px;
	}
	
#content1-wrap-alt {
	margin-top: 10px;
	}

#content1-bg {
	background: url('/static/img/content1-bg.gif') repeat-y;
	clear: both;
	margin-left: 8px;
	padding-top: 1px;
	padding-bottom:1px;
	width: 818px;
	}
	
#content1-head {
	background: url('/static/img/content1-head.gif') no-repeat;
	clear: both;
	margin-left: 8px;
	width: 818px;
	height: 7px;
	}
	
#content1-foot {
	background: url('/static/img/content1-foot.gif') no-repeat;
	clear: both;
	margin-left: 8px;
	width: 818px;
	height: 7px;
	}
#content1-bg p {
	font-size: 14px;
	color: #89826f;
	padding-left: 17px;
	padding-right: 17px;
	text-align: justify;
	}
	
#content1-bg a {
	text-decoration: none;
	color: #4cbda9;
	}
	
#content1-bg a:hover {
	text-decoration: none;
	color: #368d7e;
	}
	
#content1-bg h1 {
	padding-left: 4px;
	padding-right: 4px;
	font-size: 30px;
	line-height: 3px;
	font-weight: bold;
	color: #BEBAAF;
	text-align: center;
	}

#content1-bg h2 {
	padding-left: 14px;
	padding-right: 5px;
	font-size: 18px;
	line-height: 3px;
	font-weight: bold;
	color: #BEBAAF;
	width: 405px;
	text-align: left;
	}
	/* end content1 */
	
	/* start content3 */

#content3-wrap {
	margin-top: 80px;
	}
	
#content3-wrap-alt {
	margin-top: 10px;
	}
	
#content3-bg li{
	margin-left: -25px;
    list-style: none;
	width: 268px;
}

#content3-bg ul{
    list-style: none;
	margin: 0px 0px 0px 0px;
	width: 268px;
}

#content3-bg {
	background: url('/static/img/content1-bg.gif') repeat-y;
	clear: both;
	margin-left: 8px;
	padding-top: 1px;
	padding-bottom:1px;
	width: 818px;
	}
	
#content3-head {
	background: url('/static/img/content1-head.gif') no-repeat;
	clear: both;
	margin-left: 8px;
	width: 818px;
	height: 7px;
	}
	
#content3-foot {
	background: url('/static/img/content1-foot.gif') no-repeat;
	clear: both;
	margin-left: 8px;
	width: 818px;
	height: 7px;
	}
#content3-bg p {	
	margin-top: 1px;
	font-size: 12px;
	color: #89826f;
	padding-right: 17px;
	text-align: justify;
	}
	
#content3-bg a {
	text-decoration: none;
	color: #4cbda9;
	}
	
#content3-bg a:hover {
	text-decoration: none;
	color: #368d7e;
	}
	
.feedburnerFeedBlock {

}

.headline a {
	font-size: 16px;
	text-decoration: none;
	color: #4cbda9;
	}
	
.headline a:hover {
	font-size: 16px;
	text-decoration: none;
	color: #4cbda9;
	}
	
#content3-bg h1 {
	padding-left: 4px;
	padding-right: 4px;
	font-size: 30px;
	line-height: 3px;
	font-weight: bold;
	color: #BEBAAF;
	text-align: center;
	}

#content3-bg h2 {
	padding-left: 14px;
	padding-right: 5px;
	font-size: 18px;
	line-height: 3px;
	font-weight: bold;
	color: #BEBAAF;
	width: 405px;
	text-align: left;
	}
	/* end content3 */
	
	/* start contentannounce */

#contentannounce-wrap {
	margin-top: 80px;
	}

#contentannounce-bg {
	background: url('/static/img/contentannounce-bg.gif') repeat-y;
	clear: both;
	margin-left: 8px;
	padding-top: 1px;
	padding-bottom:1px;
	width: 818px;
	}
	
#contentannounce-head {
	background: url('/static/img/contentannounce-head.gif') no-repeat;
	clear: both;
	margin-left: 8px;
	width: 818px;
	height: 7px;
	}
	
#contentannounce-foot {
	background: url('/static/img/contentannounce-foot.gif') no-repeat;
	clear: both;
	margin-left: 8px;
	width: 818px;
	height: 7px;
	}
#contentannounce-bg p {
	margin-top: -4px;
	margin-bottom: -4px;
	font-size: 16px;
	color: #BEBAAF;
	padding-left: 17px;
	padding-right: 17px;
	font-weight: bold;
	text-align: center;
	}
	
#contentannounce-bg a {
	text-decoration: underline;
	color: #BEBAAF;
	}
	
#contentannounce-bg a:hover {
	text-decoration: none;
	color: #ff0000;
	}
	
#contentannounce-bg h1 {
	padding-left: 4px;
	padding-right: 4px;
	font-size: 30px;
	line-height: 3px;
	font-weight: bold;
	color: #BEBAAF;
	text-align: center;
	}

#contentannounce-bg h2 {
	padding-left: 14px;
	padding-right: 5px;
	font-size: 18px;
	line-height: 3px;
	font-weight: bold;
	color: #BEBAAF;
	width: 405px;
	text-align: left;
	}
	/* end contentannounce */
	
	/* start columns */
#column-wrap{
    position:relative;
    width:818px;
}

#column-inner1{
	position:relative;
    left:0;
    top:0;
    width:268px;
}
#column-inner2{
	margin-top: -14px;
	position:absolute;
    left:271px;
    top:0;
    width:268px;
}

#column-inner3{
	margin-top: -14px;
	position:absolute;
    left:539px;
    top:0;
    width:268px;
}
	
	/* end colums */
	
	/* end column2 */
	
	/* start ads */
.ad-bar li {
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	list-style-type: none;
	position: relative;
	float: left;
	display: block;
	margin: 0; /*5px auto;*/
	}
	
#ads-google {
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	list-style-type: none;
	position: relative;
	float: left;
	display: block;
	margin: 0; /*5px auto;*/
	} 
	
	/* end ads */
	
	/* start misc body parts */
.body-foot {
	padding-top: 30px;
	width: 818px;
	text-align: center;
	font-size: 11px;
	color: #6b5d56;
	}
.body-foot a{
	text-decoration: none;
	color: #4cbda9;
	}
	
.body-foot a:hover{
	text-decoration: none;
	color: #368d7e;
	}
	
	.spacer {
	padding-bottom: 7px;
	}
	
	.spacer2 {
	padding-bottom: 28px;
	}
	
	#creditfooter {
	text-indent: -1000px;
	width: 0px;
	height: 0px;
	}
	
	#creditfooter a {
	text-indent: -1000px;
	width: 0px;
	height: 0px;
	}
	/* end misc body parts */