
html body 
{
	background : #5AAAA1 url( '/static/media/imgs/bg_stars_cyan_grunge.png' );
}

#content, #header, #footer
{
	background: #C8B58D url( '/static/media/imgs/bg_pattern_stars_tan.png' );
	border-left: solid 8px #F6E9D1;
	border-right: solid 8px #F6E9D1;
}

/* Fixme: image repeats badly */
#headerbg
{
	background: #C8B58D url( '/static/media/imgs/bg_header.png' );
}

#footerpattern
{
	background: #4c3233 url( '/static/media/imgs/bg_footer.png' );
	height: 292px;	
}

#footerbg
{
	background: #4c3233;
	color: #c55b30;
	height: 100px;
}

#toplogo, #menubar
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#menubar
{
	width: 186px;
	height: 45px;
	margin-top: -15px;
	background: transparent url('/static/media/imgs/menubar.png');
}


#menubar a
{
	display: block;
	float:left;
	color: #C8B58D;
	width: 92px;
	font-size: 16px;
	padding-top: 7px;
	text-decoration: none;
	text-transform: small-caps;
	text-align: center;
}

#menubar a:hover
{
	color: #F6E9D1;
}

/* Title swap */
h1.swap {
	margin-left: 50px;
  height:55px;
  background-repeat:no-repeat;
  }
h1.swap span {display:none;}

/* title images */
#title_news  { background-image:url("/static/media/imgs/title_news.png"); }
#title_games { background-image:url("/static/media/imgs/title_games.png"); }

/* Image Frames */
.newsimg
{
	float: left;
}
.newsthumb
{
	padding: 10px;
}

/* Body Text */
h1, h2, h3
{
	color: #c55b30;
}

a
{
	text-decoration: none;
}

h3 { font-size: 16px;}


p, ul
{
	color: #4c3233;
	margin: 10px 45px 10px;
}

.intro
{
	margin: 10px 65px 10px;
	font-size: 18px;
}

.caption
{
	display: block;
	float: left;
	background: #b8a782;
	border: solid 3px #a99977;
	width: 300px;
	height: 150px;
	font-size: 18px;
	margin: 0px 15px;
	padding: 15px;
	
}

.story
{
    margin: 20px;
}

.story img
{
	float:left;
	padding: 10px;
}

.story h1, .story h2, .story h3
{
	margin: 10px 45px 10px;
}

