body {
	color: #424242;
	background-color: #906029;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	}

a:link, a:visited { color: #f7eed5; }
a:hover, a:active { color: #a2a2a2; }

#container { 
	/*background-color: #000*/
	background-image: url('../images/container_bg.gif');
	background-repeat: repeat-y;
	width: 832px;
	margin: 0 auto;
	padding: 0 32px;
	position: relative;
	}

#header { background: #fff url(../images/header_bg.jpg) no-repeat; height: 9.6em; }
#header h1, #header h2 { display: none; }

#main1 {
	background:url(../images/colLeft.gif) top left repeat-y;
	}
#main2 {
	background:url(../images/colRight.gif) top right repeat-y;
	}
	
#colLeft {
	float:left;
	width:256px;
	margin:0; padding:0;
	}

#colRight {
	background-image: url(../images/colRight_bg.gif);
	background-repeat: repeat-x;
	float:right;
	width:256px;
	margin:0; padding:0;
	}

#colRight .padding { padding: 25px; }

#colRight h2 { color: #402b1d; font-weight: normal; font-size: 1.75em; font-family: Times; margin-bottom: 15px; letter-spacing: 2px; }

#latest-news { margin: 0; padding: 0; }
#latest-news li { list-style: none outside; }
#latest-news h3 { font-size: 1em; }
#latest-news h3 a:link, #latest-news h3 a:visited { color: #424242; text-decoration: none; }

#game { margin: 0; padding: 0; overflow: auto; }
#game li { list-style: none outside; float: left; }

#content {
	color: #a2a2a2;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-x;
	margin:0 256px;
	min-height: 325px; /* to clear ds_left and ds_right */
	}
#content .floatfix { display: table; height: 1%; width: 100%; margin: 0; padding: 0; }
#content .padding { padding: 25px 45px; }
body.root #content { min-height: 5px; }

#content h1 { color: #ddbe73; font-weight: normal; font-size: 2.2em; font-family: Times New Roman; margin-bottom: 5px; letter-spacing: 2px; font-weight:bold; }
#content h2 { color: #ddbe73; font-weight: normal; font-size: 1.75em; font-family: Times New Roman; margin-bottom: 15px; letter-spacing: 2px; }


#footer {
	color: #402b1d;
	background: #d6cec4 url(../images/footer_bg.gif) no-repeat;
	text-align: center;
	clear: both;
	margin: 0;
	padding: 20px 0;
	}

	#container #footer li { display: inline; }
	#container #footer li a:link, #container #footer li a:visited { color: #402b1d; font-weight: bold; text-transform: uppercase; text-decoration: none; padding: 0 8px; }

.ds_left { background-image: url('../images/ds_left.gif'); width: 32px; height: 448px; position: absolute; top: 0%; left: 0%; }
.ds_right { background-image: url('../images/ds_right.gif'); width: 32px; height: 448px; position: absolute; top: 0%; right: 0%; }

body.noRight #main2 { background-image:none; }
body.noRight #colRight { display:none; }
body.noRight #content { margin-right:0; }

body.noLeft #main1 { background-image:none; }
body.noLeft #colLeft { display:none; }
body.noLeft #content { margin-left:0; }

body.noStructure {}
body.noStructure #colLeft,
body.noStructure #colRight,
body.noStructure #main1,
body.noStructure #main2,
body.noStructure #content,
body.noStructure #header,
body.noStructure #footer,
body.noStructure #menu
{
	display:none;
}

#lipsum img {float:right;}
