/* CSS Document */
html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color:#191919;
	background-image:url(/images/bodybg.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-family:Tahoma, Verdana;
	font-size:12px;
}


#fullheightcontainer {
	width:796px;
	height:100%;
	display:table;
	margin:auto;
	height:auto;
}

#wrapper {
	width:764px;
	height:100%;
	display:table;
	position:relative;	
	background-color:#9c0e00;
	margin:auto;
	border-left:8px solid #851619;
	border-right:8px solid #851619;
	height:auto;
}

.wrapperinside {
	background-image:url(/images/insidebg.gif);
	background-repeat:repeat-y;
}

#clearheadercenter{
	height:100px;
	overflow:hidden;
}

#clearheadercenterinside{
	height:224px;
	overflow:hidden;
}


#maincontent {
}

#maincontentinside {
	padding-left:13px;
	padding-right:13px;
}

#clearfootercenter{
	height:28px;
	overflow:hidden;
}

#clearfootercenterinside{
	height:83px;
	overflow:hidden;
}

#head {
	position:absolute;
	top:0px;
	width:796px;
	height:100px;
	overflow:hidden;
	background-image:url(/images/head.gif);
}

#headinside {
	position:absolute;
	top:0px;
	width:796px;
	height:224px;
	overflow:hidden;
}

#headbottom {
	background-image:url(/images/headinside.jpg);
	background-repeat:no-repeat;
	width:796px;
	height:196px;
	margin-left:8px;
	margin-right:8px;	
}

#foot {
	position:absolute;
	width:796px;
	height:28px;
	overflow:hidden;
	margin-top:-28px;
	background-image:url(/images/foot.gif);
}

#footinside {
	position:absolute;
	width:796px;
	height:83px;
	overflow:hidden;
	margin-top:-83px;
	background-image:url(/images/footinside.gif);
}

#leftside {
	float:left;
	width:460px;
	padding-top:5px;
	padding-right:13px;
}

#rightside {
	float:right;
	width:265px;
	padding-top:5px;
}

#menu {
	padding-left:21px;
	padding-right:21px;
	margin-top:11px;
	position:absolute;
}
