﻿body
{
	width: 100%;
	background-color: #2c1022;
	margin: 0px;
	padding: 0px;
}
#container
{
	width: 100%;
	height: 1024px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
#wrapper
{
	width: 962px;
}
#bodybg
{
	width: 962px;
	min-height: 308px;
	border-top: 1px solid #000;
	background-image: url(../images/main-bg.jpg);
	background-repeat: repeat-y;
	background-color: #ececec;
	float: left;
	background-color: #fff;
}
#header
{
	width: 962px;
	height: 90px;
	padding-top: 10px;
	background-color: #fff;
}
#bodycontent
{
	width: 962px;
	min-height: 309px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#mainimagecontent
{
	width: 320px;
	float: left;
}
#leftedge
{
	float: left;
	background-image: url(../images/sidebg.jpg);
	background-repeat: repeat-x;
	width: 10px;
	height: 308px;
}
#homeleftedge
{
	float: left;
	background-image: url(../images/homesidebg.jpg);
	background-repeat: repeat-x;
	width: 10px;
	height: 615px;
}
#leftnav
{
	width: 220px;
	background-image: url(../images/sidebar-bg.jpg);
	background-repeat: repeat-y;
	float: left;
}
#rightcontent
{
	width: 732px;
	float: right;
}
#rightcontenttop
{
	width: 713px;
	height: 9px;
	background-image: url(../images/contenttop.jpg);
	background-repeat: no-repeat;
}
#textarea
{
	padding: 0px 15px 15px 15px;
	width: 683px;
	background-image: url(../images/contentarea.jpg);
	background-repeat: repeat-y;
}
#rightcontentbottom
{
	width: 713px;
	height: 9px;
	padding-bottom: 20px;
	background-image: url(../images/contentbot.jpg);
	background-repeat: no-repeat;
}
#homecontentbg
{
	background-image: url(../images/homecontentbg.jpg);
	height: 192px;
	width: 731px;
	background-repeat: repeat-x;
}

#leftsidebar
{
	width: 220px;
	margin-left: 0px;
	padding-top: 10px;
	float: left;
}
#homemain
{
	width: 770px;
	height: 420px;
	margin: 15px 0px 0px 10px;
	background-image: url(../images/hm-main-image.jpg);
	background-repeat: no-repeat;
	float: right;
}
#submain
{
	width: 580px;
	margin: 15px 10px 0px 10px;
	float: left;
}
.hmtitle
{
	background-image: url(../images/home-title-bg.jpg);
	background-repeat: no-repeat;
	width: 216px;
	height: 34px;
	margin-top: -222px;
	position: relative;
	z-index: 1;
}
.sidebartitle
{
	width: 207px;
	height: 34px;
	background-image: url(../images/sidebar-title-bg.png);
	background-repeat: no-repeat;
}
#footer
{
	width: 962px;
	float: left;
	padding-bottom: 20px;
	border-top: 1px solid #000;
}
#footerbg
{
	width: 942px;
	height: 56px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	line-height: 56px;
	margin: 0px;
	padding: 0px;
	float: left;
}
a img
{
	border: none;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.EventTitle
{
	padding-left: 10px;
	color: #fff;
	font-size: 12pt;
}
