body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	
}

img
{
	border:0;
}
body {
	background-image: url(/layout/bg_rays_dark.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	text-align: center;
	background-color: #666666;
}
hr{
	color: #CC0000;
	height: 1px;
	width: 60%;
	background-position: left;
	text-align:left;
}
.bodywrap {
	height: 100%;
	width: 100%;
}
.mainbody{
	background-image: url(/layout/middle_bg_2.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.mainbody_content{
	margin-left: 25px;
}
.main_bottom{
	background-image:url(middle_bottom_bg.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	height: 40px;
	width: 950px;
}
.main_bottom_content{
	text-align: right;
	vertical-align: baseline;
	font-size: 12px;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
}
.main_top{
	background-image:url(middle_top_bg.gif);
	background-repeat:no-repeat;
	background-position:center top;
	height: 25px;
	text-align: right;
	vertical-align: text-top;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.wrapper {
	background-color: #FFFFFF;
	text-align: left;
	width: 950px;
	height: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-left-style: groove;
	border-top-color: #999999;
	border-right-color: #CC0000;
	border-left-color: #CC0000;
}
.sidebar {
	width: 190px;
	border-left-width: 1px;
	border-left-color: #CC0000;
	border-left-style: solid;
	vertical-align: top;
	height: 100%;
	text-align: center;
	margin-top: 25px;
}
.contentbody {
	width: 760px;
	vertical-align: top;
}
.header {
	font-family: trebuchet MS;
	background-image: url(header-bg.gif);
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: baseline;
}

.footer {
	font-family: trebuchet MS;
	background-image: url(footer-bg.gif);
	background-repeat: repeat-x;
	height: 70px;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}

	.footer a:link {
	font-family: "trebuchet MS";
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
}

	.footer a:visited {
	font-family: "trebuchet MS";
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	background-image: url(/layout/footer-bg.gif);
}

	.footer a:active{
	font-family: "trebuchet MS";
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
}

	.footer a:hover {
	font-family: "trebuchet MS";
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
	color: #ffffff;
}