* {
	padding:0px;
	margin:0px;
}

a, a:link, a:active, a:focus, a:visited {
	text-decoration:none;
	color:#000;
}

a:hover {
	text-decoration:underline;
}

html, body {
	background:#2C2C2C url('img/site_bg.gif') repeat;
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

img, img a {
	border:none;
}

ol, ol li {
	padding-left:20px;
}

p {
	text-align:justify;
	margin:8px;
}

th {
	font-size:14px;
	background:#FFF;
	color:#000;
	padding:3px;
	text-indent:4px;
}

#site_container {
	width:1000px;
	margin:25px auto;
	background:#2C2C2C url('img/site_container_bg.gif') repeat-y;
}

#site_container_padding {
	margin:0px 28px 0px 28px;
}

#site_border_top {
	height:34px;
	background:url('img/table_top.gif') repeat-x;
}

#site_border_btm {
	height:34px;
	background:url('img/table_bottom.gif') repeat-x;
}

#nav {
	height:37px;
	background:url('img/nav_bg.gif') repeat-x;
	border:1px #000 solid;
	padding-left:3px;
}

.nav_item {
	height:37px;
	line-height:37px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	float:left;
	margin-right:9px;
}

#banner {
	height:150px;
	background:#000;
	border:1px #FFF solid;
	margin-top:7px;
}

#main {
	margin-top:10px;
}

#content {
	width:660px;
	background:#FFF url('img/content_bg.gif') repeat-x;
	border:1px #000 solid;
	float:left;
}

#right {
	float:right;
}

.box {
	width:263px;
	background:url('img/box_bg.gif') repeat-y;
	border:1px #FFF solid;
	margin-bottom:16px;
	color:#FFF;
}
.box h1 {
	color:#FFF;
	font-size:14px;
	text-indent:6px;
	border-bottom:1px #000 solid;
}

.content_padding {
	width:95%;
	margin:10px auto;
	text-align:justify;
}

/**
 * Content
*/
#content h2 {
	color:#000000;
	text-indent:7px;
	border-bottom:1px #666666 solid;
	
}

#content h3 {
	color:#000;
	margin:0px;
	padding:0px;
	border-bottom:1px #FFA500 solid;
	text-indent:5px;
}

.commentsBy {
	margin:4px auto;
	border:1px #000 solid;
	width:60%;
	padding:3px;
	text-align:center;
	background:#999;
}

.content_block_1 {
	background:#000066;
	margin:auto;
	padding:5px;
	border:1px #FFF solid;
}

/**
 * Shoutbox
*/
.shoutbox_entry_1 {
	color:#FFF;
	background:#222;
	padding:4px;
	border-bottom:1px #000 solid;
}
.shoutbox_entry_2 {
	color:#FFF;
	background:#111;
	padding:4px;
	border-bottom:1px #000 solid;
}

/**
 * Error
*/
.error {
	background:#C00;
	margin:auto;
	padding:5px;
	border:1px #FFF solid;
}

/**
 * Submit Button(s?)
*/
input.fancy_submit {
	border:none;
	background:#666;
	border:1px #000 solid;
	color:#FFF;
	padding:3px;
	margin-top:3px;
}