body {
    font-family: arial;
	text-align: center;
	background: URL(/images/SAC_Background_001.png) #40505c repeat-x;
	padding: 0;
	margin: 0;
}
ul, ol, img, a, canvas, button, p, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content-wrapper {
	width: 760px;
	margin: auto;
}
#Title {
}
#strip {
}
#StripHeader {
}
#Nav {
	margin:auto;
	height: 73px;
	width: 300px;
}
#ad {
}
#Extras {
}
#Archive {
	background-color:#8795a3;
	margin:auto;
	position:relative;
	text-align:left;
	top:-5px;
	width:720px;
	padding:1px;
}
#comment-form {
	margin:auto;
	position:relative;
	text-align:left;
	top:290px;
}
.formTitle {
	width: 150px;
	float: left;
}
img {
	border: 0;
}
.navPlaceHolder {
	float: left;
	width: 150px;
	height: 1px;
}
a.archiveLink {
	/* Style a tags with this class */
	color: #40505c;
}
a.archiveLink:visited {
	/* Style visited a tags with this class */
	color: #40505c;
}
ul#archiveList {
	/* Style a ul with id archiveList */
	margin: 30px;
}
ul#archiveList li {
	/* Style li's within a ul with id archiveList */
	list-style-type: none;
}
.comment-text-area {
	width: 300px;
	height: 100px;
}

/* Joey's Drunken additions */

.comment {
	padding: 25px;
}
.comment > span {
	font-weight: bold;
}
.comment > p {
	margin: 10px 0;
}
input#title {
	width: 100%;
}
form label {
	font-weight: bold;
	color: #8795a3;
}
form ol li {
	margin:0 0 5px;
	position:relative;
	top:-100px;
}
#comment-form form {
	margin-bottom:30px;
}
div#comments .comment {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	margin:0 0 10px;
	position:relative;
	top:-100px;
	background-color: #8795a3 !important;
}
#comments {
	position: relative;
	top: 270px;
	margin-bottom: 30px;
	text-align:left;
}
