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

body {
	background: #4a4a4a;
	background-repeat: repeat-x repeat-y;
	font: "Century Gothic", "Letter Gothic Std", "News Gothic MT", Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	font-size: 11px;
}

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

#topContainer {
	background: url(images/header_background.jpg);
	width: 1000px;
	background-repeat: no-repeat;
	background-position: top left;
	height: 132px;
}

#mainMenu {
	width: 1000px;
	height: 29px;
	margin: 0px;
	padding: 0px;
}

#menuBottom {
	width: 1000px;
	height: 36px;
	background:url(images/Rope_Background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#mainBody {
	width: 1000px;
	min-height: 1000px;
	vertical-align: top;
}

#mainBodyLeft {
	width: 750px;
	min-height: 1000px;
	vertical-align: top;
	float: left;
	margin-left: 10px;
}

#mainBodyRight {
	width: 204px;
	min-height: 1000px;
	vertical-align: top;
	float: right;
	margin-right: 3px;
	background: url(images/SideMenu_Background.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

#menuBottomRight {
	width: 204px;
	height: 36px;
	margin-right: 3px;
	background: url(images/SideMenu_TopBackground.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	float: right;
}

.bodyCategory {
	margin-bottom: 40px;
}

.morelink {
	margin-right:0px;
	float: right;
	margin-top: 25px;
}

.morelink a {
	text-decoration: none;
	color: #FFFFCC;
}

.sideMenuLink {
	margin-left: 10px;
	margin-bottom: 50px;
}

.sideMenuLinks {
	margin-left: 20px;
	line-height: 13px;
}

.sideMenuLinks a {
	text-decoration: none;
	color: #FFFFCC;
}

#bottomMenu {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
}

#bottomMenu a {
	color: #FFFFCC;
	text-decoration: none;
}

#bottomMenuLeft {
	float: left;
	margin-top: 15px;
	color: #6699FF;
}

#bottomMenuLeft a {
	text-decoration: none;
	color: #6699FF;
}

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

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

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

.secondRow {
	width: 760px;
	
}