body {
	margin: 0px;
	background: #210f0b url(img/body-bg.jpg) repeat-y top center;
}

body, p, span, div, table, tr, th, td {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: white;
}

p { margin: 0px; }

a { color:white; }


/** editor styles follow **/

.titles {
	font-size: 14px;
	color: #ffa32b;
}

.smallOranges {
	font-size: 12px;
	color: #ffa32b;
}

.bloodRed {
	color:#8B1F13;
}

.georgiaFont12 {
	font-family: Georgia;
	font-size:12px;
}

/** end editor styles **/

#outer {
	background: url(img/mast-head.jpg) no-repeat top center;
}

#outerhome {
	height: 1500px;
	background: url(img/homepage.jpg) no-repeat top center;
}

#container {
	width: 944px;
	margin: 0 auto 0 auto;
}

#masthead {
	width: 944px;
	height: 189px;
}

#navigate {
	background: url(img/navigate.gif) no-repeat top center;
	height: 61px;
}

	#navcontain {
		width: 742px;
		height: 61px;
		margin: 0 auto 0 auto;
		position: relative;
	}

	#navcontain div {
		position: absolute;
		top: 10px;
	}

	#nav-home { left: 16px; }
	#nav-newcomers { left: 71px; }
	#nav-races { left: 172px; }
	#nav-classes { left: 230px; }
	#nav-religions { left: 300px; }
	#nav-houses { left: 386px; }
	#nav-world { left: 454px; }
	#nav-forum { left: 615px; }
	#nav-help { left: 679px; }

#vote {
	position:relative;
	top:0px;
	float:right;
}
	#vote1 {
		position:relative;
	}

	#vote2 {
		position:relative;

	}

	#vote3 {
		position:relative;

	}

	#vote4 {
		position:relative;

	}



#content-head {
	height: 30px;
	background: url(img/content-head.gif) no-repeat top center;
}

#content-back {
	background: url(img/content-bg.jpg) repeat-y top center;
}


#content-outer {
	background: url(img/content-top.jpg) no-repeat top center;
}


#content-inner {
	min-height: 480px;
	background: url(img/content-bottom.jpg) no-repeat bottom center;
}

#content-padd {
	padding: 10px 125px 10px 125px;
}

	#homecontain {
		width: 742px;
		margin: 0 auto 0 auto;
		position: relative;
	}

	#content-home {
		position: absolute;
		top: 230px;
		left: 350px;
		width: 455px;
		height: 580px;
		overflow: auto;
	}

#content-rocks {
	height: 513px;
	background: url(img/rocks.jpg) no-repeat top center;
}

#home-left {
	width: 150px;
}

#home-left div {
	font-size: 12px;
	color: #FFF1AE;
}

#home-left div.i {
	font-size: 16px;
	font-weight: bold;
	color: #FF9831;

	padding-bottom: 5px;
	border-bottom: 1px solid #FFF1AE;
}

#left-data {
	width: 150px;
	vertical-align: top;
}

#content-data {
	width: 305px;
	vertical-align: top;
}
#content-home-padd {
	padding-left: 20px;
}

div.banner {
    height: 146px;
    background-image: url('/Images/Banners/dm_banner_new.jpg');
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 50%;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

body.play {
    background-image: none;
}

div.playarea {
    width: 100%;
    display: inline-block;
}

div.playarea > div.client {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

div.playarea > div.controls {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

div.playarea > div.controls > form > span {
    color: #FC0;
}

div.playarea > div.controls > form > input {
    width: 5em;
    background-color: #FC7;
}

div.playarea > div.controls > form > button {
    background-color: #FC7;
}

div.bottom-menu {
    padding-top: 16px;
    padding-bottom: 10px;
}

div.bottom-menu > a {
    color: #FC0;
    text-decoration: none;
}

.hidden {
    display: none;
}



