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

body {
	background-color: #000;
	background-image: url(../images/elements/background.png);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
}
#mainbody {
	background-color: #FFF;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	clear: both;
}
#wrapper {
	background-color: #000;
	background-image: url(../images/elements/wbackground.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 100%;
}
#spacer {
	background-color: #333;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	background-image: url(../images/elements/barder.png);
	background-repeat: repeat-x;
	background-position: top;
}
#ribbon {
	background-color: #cc9;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/elements/gold_ribbon_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	}
#headder {
	background-color: #000;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: 250px;
	overflow: hidden;
	background-image: url(../images/headder.png);
	background-repeat: no-repeat;
	}
#menu {
	background-color: #cc9;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	overflow: hidden;
	font-weight: bold;
	text-align: center;
	}

#menu ul {
	list-style-type: none;
	width: 100%;
	height: 36px;
	margin: 0px;
	float: right;
}
#menu li {
	display: inline;
	padding-right: 11px;
	padding-left: 11px;
	height: 36px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 2px;
}
#menu li a {
	line-height: 36px;
	color: #333;
	text-decoration: none;
	text-align: center;
}
#footer {
	background-color: #333;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
	font-size: 12px;
	color: #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../images/elements/barder.png);
	background-repeat: repeat-x;
	background-position: bottom;
	}

/* Browser Specified */

#touchOnly {display:none;}
#printOnly {display:none;}
#screenOnly {}
#mobileOnly {display:none;}
#mobileOpt {display:none;
}#home_right {
	float: right;
	height: 360px;
	width: 320px;
}
#home_left {
	float: left;
	height: 360px;
	width: 760;
	overflow: hidden;
}
#home_custom {
	height: 360px;
	width: 440px;
	background-color: #FFF;
}
#home_listable {
	height: 100px;
	width: 290px;
	overflow: hidden;
	background-color: #000;
	background-image: url(../images/elements/homelist.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #CCC;
	text-align: center;
}
#socialnet {
	float: right;
	width: 100px;
}
