@charset "UTF-8";
/* CSS Document */

body {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic", "Letter Gothic Std", "News Gothic MT", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
}

#mainContainer {
	background: url(images/Background.jpg);
	background-position: top;
	background-repeat: repeat-y;
	width: 1000px;
	min-height: 1000px;
	margin: 0 auto;
	padding: 0px;
}

#mainContainerTop {
	width: 1000px;
	height: 180px;
	background: url(images/Title_Background.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#mainContainerMiddle {
	width: 1000px;
	min-height: 900px;
	background: url(images/Background_SpiderWeb.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#mainContainerBottom {
	width: 1000px;
	height: 50px;
	text-align: center;
}

#mainContainerBottom a {
	color: #CCCCCC;
	font-size: 12px;
	text-decoration: none;
}

#BottomContainer {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	margin-top: 0px;
}

#BottomContainerLeft {
	color: #CC0000;
	float: left;
}

#BottomContainerLeft a {
	color: #CC0000;
	text-decoration: none;
}

#BottomContainerRight {
	color: #CC0000;
	float: right;
}

#BottomContainerRight a {
	color: #CC0000;
	text-decoration: none;
}

#pageTitle {
	float: left;
	margin-left: 162px;
	margin-top: 3px;
}

#mainMenu {
	float: right;
	margin-right: 150px;
	margin-top: 70px;
}

#menuButtons {
	width: 418px;
	height: 59px;
	float: left;
}

#mainLeft {
	float: left;
	width: 200px;
	margin-left: 10px;
	margin-top: 10px;
}

#mainRight {
	float: right;
	width: 760px;
	margin-right: 10px;
	margin-top: 45px;
}

.sideContainer {
	width: 180px;
	background: url(images/SideMenu_Top.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin-top: 30px;
}

.theSideContainer {
	width: 180px;
	min-height: 50px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	background:url(images/sideMenu.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

.sideContainerLeft {
	width: 12px;
	min-height: 50px;
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.sideContainerMain {
	color: #CC0000;
	float: left;
	margin-left: 15px;
	margin-right: 15px; 
	width: 125px;
}

.sideContainerMain a {
	color: #7B0A0D;
	text-decoration: none;
}

.sideContainerRight {
	width: 13px;
	min-height: 50px;
	float: left;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.sideContainerBottom {
	background: url(images/SideMenu_Bottom.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	width: 180px;
	height: 14px;
}

.mainBox {
	width: 760px;
	margin-bottom: 30px;
}

.mainBoxTitle {
	background: url(images/Background_MenuBar.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	width: 760px;
	height: 31px;
}

.mainBoxMain {
	width: 760px;
	min-height: 375px;
}

.firstRow {
	width: 760px;
	height: 310px;
}

.firstRowLeft {
	float: left;
	width: 250px;
	height: 310px;
}

.firstRowRight {
	float: right;
	width: 500px;
    height: 310px;
}

.secondRow {
	width: 760px;
	
}

.mainBoxBottom {
	float: right;
	width: 400px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.mainBoxBottom a {
	text-decoration: none;
	color: red;
}
