/*** Basics ***/
body {
	background-color: #c8a784;
	font-size: 11px;
	color: #402712;
	font-family: verdana;
	margin: 0;
	padding: 0;
	text-align: center;
}
img {
	border: 0;
}
#container {
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#headerimg {
	width: 1000px;
	height: 500px;
}
#topheader {
	width: 1000px;
	height: 88px;
	background: #c8a784 url(http://screamdesigns.org/images/header_00.png) no-repeat;
}
#leftheader {
	width: 442px;
	height: 318px;
	float: left;
}
.welcome {
	width: 223px;
	height: 91px;
	padding-top: 28px;
	padding-right: 171px;
	padding-bottom: 19px;
	padding-left: 48px;
	font-size: 10px;
	color: #4b2a04;
	font-family: arial;
	text-align: justify;
	background: #c8a784 url(http://screamdesigns.org/images/header_01.png) no-repeat;
}
.pending {
	width: 236px;
	height: 122px;
	padding-top: 41px;
	padding-right: 142px;
	padding-bottom: 17px;
	padding-left: 64px;
	font-size: 10px;
	color: #4b2a04;
	font-family: verdana;
	text-align: center;
	background: #c8a784 url(http://screamdesigns.org/images/header_02.png) no-repeat;
}
#navigation {
	float: right;
	width: 558px;
	height: 318px;
}
#bottomheader {
	width: 1000px;
	height: 94px;
}
#ad {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 728px;
	height: 90px;
}
#main {
	width: 980px;
	margin: 0 auto;
}
#content {
	float: left;
	width: 670px;
	text-align: left;
	margin: 0;
	padding: 0;
}
#sidebar{
	float: right;
	width: 300px;
	text-align: justify;
	margin: 0;
	padding: 0;
}

/*** Content & Sidebar ***/
.contenthead {
	width: 578px;
	height: 77px;
	padding-left: 47px;
	padding-right: 45px;
	padding-top: 30px;
	padding-bottom: 14px;
	font-family: "Rockwell";
	font-size: 32px;
	text-align: center;
	background: #c8a784 url(http://screamdesigns.org/images/content_top.png) no-repeat;
}
@font-face {
	font-family: "Rockwell";
	src: url("http://screamdesigns.org/fonts/ROCK.TTF");
}
.contentmain {
	width: 633px;
	padding-left: 19px;
	padding-right: 18px;
	font-size: 11px;
	color: #5a3a16;
	background: #c8a784 url(http://screamdesigns.org/images/content_middle.png) repeat-y;
}
.contentfooter {
	width: 264px;
	height: 25px;
	padding-top: 58px;
	padding-right: 88px;
	padding-bottom: 9px;
	padding-left: 318px;
	text-align: center;
	font-weight: bold;
	color: #f2dfca;
	text-transform: uppercase;
	font-size: 14px;
	font-family: arial;
	background: #c8a784 url(http://screamdesigns.org/images/content_bottom.png) no-repeat;
	margin-bottom: 25px;
}
.sidehead {
	width: 300px;
	height: 159px;
	margin: 0;
	padding: 0;
}
.sidemain {
	width: 265px;
	padding-left: 16px;
	padding-right: 19px;
	font-size: 10px;
	font-family: verdana;
	color: #a75b03;
	background: #c8a784 url(http://screamdesigns.org/images/sidebar/side_middle.png) repeat-y;
}
.sidefoot {
	width: 300px;
	height: 147px;
	background: #c8a784 url(http://screamdesigns.org/images/sidebar/side_bottom.png) no-repeat;
	margin-bottom: 15px;
}
.postinfo, .commentinfo {
	color: #824d10;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	font-family: verdana;
}
blockquote {
	background-color: #ebdac7;
	font-size: 11px;
	font-family: arial;
	border-color: #73430b;
	border-width: 0 5px 0 5px;
	border-style: solid;
	padding: 5px;
	text-align: justify;
}
h2 {
	font-family: arial;
	font-size: 25px;
	font-weight: normal;
	color: #774d1d;
}
h3 {
	margin-top: 15px;
	color: #000000;
	margin-bottom: 10px;
	font-size: 13px;
	font-family: arial;
}

/*** Links ***/
a, a:link, a:visited, a:active {
	color: #783d10;
	text-decoration: none;
}
a:hover {
	color: #1b0c01;
	text-decoration: underline overline;
}
a img, .contentmain img, .sidemain img {
	border: 2px solid #ba6f1a;
}
a:hover img, .contentmain img:hover, .sidemain img:hover {
	border: 2px solid #6e3d05;
}

/*** Forms ***/
input, textarea, select {
	color: #774d1d;
	border: 1px solid #774d1d;
	font-family: verdana;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 2px;
	background-color: #d3c5b4;
	font-size: 11px;
}
fieldset {
	border: 0;
}
legend {
	display: none;
}
