html {
	overflow-y: scroll
}

body {
	background: #000 url('images/background.jpg') no-repeat;
	background-position: top center;
}

body, div, p, span {
	font-family: Rockwell, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF;
}

a img {
	border: 0;
}

a:link, a:active, a:visited { 
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #8dc45f;
	text-decoration: none;
}

#layout {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	position: relative; 
	top: 375px;
}

.bar {
  width: 922px;
  height: 33px;
  display: block;
  text-align: center;
  background: url('images/bar.png') no-repeat;
  margin: 2px auto 2px auto;
	vertical-align: middle;
}

.bar span {
  position: relative;
  top: 5px;
}

#nav a {
	font-size: 12pt;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	top: -2px;
}

#nav span {
	font-size: 16pt;
}

#main {
	width: 922px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url('images/contentbg.png') no-repeat;
	min-height: 277px;
}

#left {
  float: left;
  border: 0px dotted #FFF;
  width: 625px;
  position: relative;
  left: 10px;
  top: 5px;
  min-height: 277px;
}

#right {
	float: right;
	border: 0px dotted #FFF;
	width: 275px;
	position: relative;
	top: 5px;
	left: 0px;
	min-height: 277px;
}


/* SPECIFIC STYLES */
.header, h3 {
	font-size: 12pt;
	color: #fff;
	font-weight: bold;
	margin: 10px auto 3px auto;
}

.subheader, h4 {
	font-size: 11pt;
	color: #d6ffcc;
	font-weight: bold;
	margin: 3px auto 3px auto;
}

h1, h2 {
	margin: 3px auto 3px auto;
}

.content {
	font-size: 11pt;
}


#paginate {
	margin: 2px auto 2px auto;
	width: 100%;
	text-align: center;
	font-size: 11pt;
}

#paginate a {
	color: #d6ffcc;
}

.commentinfo {
	text-align:right;
	font-size: 11pt;
	font-weight: normal;
	color: #59524E;
	text-transform: uppercase;
	margin: 15px auto 15px auto;
}

#twitterlogo {
	position: relative;
	top: -3px;
}

#twitterstatus { 
	position: relative;
	top: 7px;
}

#links, #links td {
	color: #fff;
	background: transparent;
	font-family: Verdana, sans-serif;
	font-size: 10px
}

#links a {
	color: #FFFEEE;
}

/* FAKE HRS */
.divider {
	display: block;
	width: 600px;
	height: 1px;
	background: #999;
	margin: 2px 0px 5px 0px;
}

.commentdivider {
	display: block;
	width: 300px;
	height: 1px;
	background: #d6ffcc;
	margin: 2px 0px 5px 0px;
}

/* COMMENTS */
.commenthead {
	width: 100%;
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	color: #888888;
	margin: 20px auto auto auto;
	text-transform: uppercase;
}

.commentauthor {
	margin-right: 5px;
	padding-bottom: 15px;
	font-size: 10px;
	color: #777777;
	font-family: Verdana, sans-serif;
}

.commentauthor:link, .commentauthor:active, .commentauthor:visited {
	color: #777777;
}
.commentbody {
	width:100%;
	text-align:left;
	margin: 5px auto 5px auto;
	font-size: 10pt;
	font-family: Verdana, sans-serif;
}

/* FORMS */
input, textarea, select {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #70706F
}

.button {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #70706F;
	font-weight: bold;
	background-color:#FEFEFC;
	border: 0;
}

.button:hover {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #E6C974;
	font-weight: bold;
	background-color:#FEFEFC;
	border: 0;
}

#loginform {
	display: block;
	width: 200px;
}

#loginform label {
	float: left;
	margin: 2px auto 2px auto;
}

#loginform input {
	float: right;
	margin: 2px auto 2px auto;
}

#loginform input#submit {
	float: left;
	margin: 2px auto 2px auto;
	clear: both;
	
}