body {
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d4bb00;
}

div
{
	overflow: hidden;
}

a, a:visited, a:active, a:hover {
	text-decoration:none;
	color:#FFF;
}
a.minor, A.minor:visited, a.minor:active, a.minor:hover{
	color:#ccc;
	font-size:.9em;
}
img {
	border:none;
}

#wrapper {
	background:transparent url(../images/betheoutlier-background.jpg) no-repeat;
	width:1174px;
	margin:0 auto;
	overflow: hidden;
}

#header {
	background:transparent url(../images/betheoutlier-headerbackground.png) no-repeat;
	width:1024px;
	height:225px;
}

#logo {
	background:transparent;
	float:left;
	height:225px;
	width:410px;
	padding-left:10px;
}

#menu {
	background:transparent;
	float:left;
	height:225px;
	width:594px;
	padding-right:10px;
}

#menu li {
	display:block;
	float:right;
	padding-top:37px;
}

#comic-container {
	background:transparent url(../images/comic-pane-background.png);
	width:720px;
	padding-top:20px;
	margin: 0 auto;
}

#comic-title {
	text-align:center;
}

#comic-title h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight: normal;
	color:#d4bb00;
	margin:0;
	margin-bottom: 10px;
}

#video-pane {
	text-align:center;
	font-size: 18px;
}

#footer {
	text-align:center;
	clear: both;
}

#left-sidebar
{
	float: left;
}

#free-shirt
{

}

#sidebar
{	
	float: left;
	width: 140px;
	margin-top: 225px;
	margin-left: 10px;
}

#inner-wrap
{
	float: left;
	background: transparent;
}

#newsletter-form
{
	overflow: hidden;
	width: 170px;
	margin: 0 auto;
}

#newsletter-form input, #newsletter-form button
{
	float: left;
	clear: both;
	margin-bottom: 5px;
	color: #666666;
}

#newsletter-form button
{
	margin-top: 5px;
}

#newsletter-name
{

}

.left
{
	float: left;
	margin-left: 100px;
	margin-top: 20px
}

.right
{
	float: left;
	margin-left: 30px;
	margin-top: 30px
}

#comic-pane ul
{
	list-style: none;
}

#comic-pane li
{
	float: left;
	margin: 5px;
}

label
{
	float: left;
	clear: both;
}

span
{
	float: left;
	margin-top: 3px;
	margin-left: 5px;
}

select
{
	float: left;
	clear: both;
}