body
{
	font-family: "Bitstream Vera Sans", Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #F5F5F5;
	background-image: url(/images/background.jpg);
	background-position:center;
	backgrond-repeat:repeat-y;
	background-color: #1c2431;
}

table
{
	font-size: 12px;
}

a
{
	font-weight: bold;
	text-decoration: none;
    color: #CFD9DF;
}

a:hover
{
	color: #F5F5F6;
}

a img
{
	filter:alpha(opacity: 75);
	border-style: none;
	opacity: 0.75;
}

a:hover img
{
	filter:alpha(opacity: 100); 
	opacity: 0.99;
}

input
{
	font-family: Arial;
	border: 1px solid #474B4E;
	background-color: #000;
	font-size: 12px;
	color: #F5F5F5;
	margin-bottom: 5px;
}

input:hover
{
	border-color: #838383;
}

input:focus
{
	border-color: #838383;
}

textarea
{
	font-family: "Bitstream Vera Sans", Verdana;
	font-size: 12px;
	border: 1px solid #474B4E;
	background-color: #000;
	color: #F5F5F5;
	width: 479px;
}

textarea:hover
{
	border-color: #838383;
}

textarea:focus
{
	border-color: #838383;
}

select
{
	font-family: Arial;
	border: 1px solid #CFD9DF;
	background-color: #000;
	font-size: 11px;
	color: #F5F5F5;
}

h2
{
	margin-top: 0px;
	text-align: left;
	font-size: 16px;
}

form
{
    margin-top: 0px;
	margin-bottom: 0px;
}

ul
{
	list-style-image: url(/images/list.png);
	margin-top: 10px;
	margin-bottom: 0px;
}

ol
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.error
{
	color: red;
}

#banner
{
    margin-left: auto;
    margin-right: auto;
	top: 0px;
	width: 930px;
	height: 126px;
background:url(http://kfcgang.net/smouch/header.php);
}

#footer
{
    margin-left: auto;
    margin-right: auto;
	bottom: 0px;
	width: 930px;
	height: 126px;
	background-image: url(/images/footer.png);
}

#leftcontent
{
	position: absolute;
	left: 50%;
	margin-left: -450px;
	top: 145px;
	width: 170px;
	text-align: right;
	margin-bottom:75px;
}

.lefthead
{
	font-size: 14px;
	font-weight: bold;
	background: url(/images/hr.png) bottom right no-repeat;
	height: 20px;
	margin-bottom: 5px;
}

.leftitems
{
    margin-bottom: 10px;
}


#centercontent
{
	position: absolute;
	width: 480px;
	top: 145px;
	left: 50%;
	margin-left: -260px;
	margin-bottom:75px;
}

#rightcontent
{
	position: absolute;
	top: 145px;
	left: 50%;
	margin-left: 230px;
	margin-bottom:75px;
}

/* box */
.boxtitle
{
	padding: 4px;
	height: 25px;
	background: url(/images/boxtop.png) top left no-repeat;
}

.box
{
    width: 220px;
	margin-bottom: 10px;
	background: url(/images/boxbottom.png) bottom left no-repeat;
	padding-bottom: 5px;
}

.boxcontent
{
    padding: 4px;
}


/* post */
.posttitle
{
	padding: 2px;
	background: url(/images/posttop.png) top left no-repeat;
    height: 20px;
}

.posttitle_special
{
	padding: 2px;
	background: url(/images/posttop_special.png) top left no-repeat;
    height: 20px;
}

.post
{
	width: 480px;
	margin-bottom: 10px;
	background: url(/images/postbottom.png) bottom left no-repeat;
}

.postcontent
{
    padding: 4px;
}
