@charset "utf-8";
/* CSS Document */

body{
	background:#0099FF url('bluebg.png') repeat-x bottom fixed;
	margin:0px;
	padding:0px;
}
#maindiv{
	width:830px;
	padding:0px;
	margin:0px auto;
}
#topdiv{
	width:830px;
	height:16px;
	background: transparent url('topbg.png') no-repeat center;
}
#wrapperdiv{
	width:830px;
	background: transparent url('whitebg.png') repeat-y center;
}
#bottomdiv{
	width:830px;
	height:16px;
	background: transparent url('bottombg.png') no-repeat center;
}
#contentdiv{
	width:800px;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	margin:0px auto;
}
.contentcontainer {
	
}
#bannerdiv{
	width:800px;
	height:71px;
	background:#006666 url('bannerbg.png') repeat-x center;
	float:left;
	margin:0px;
	padding:0px;
	vertical-align:middle;
}
#titletext{
	font-size:30px;
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	height:35px;
	margin:20px;
}
#dice{
	width:150px;
	height:150px;
	position:relative;
	z-index:2;
	background:transparent url('dice.png') no-repeat center;
	float:right;
	margin-top:-100px;
}
#menudiv{
	width:800px;
	height:25px;
	background-color:#330000;
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
	float:left;
	vertical-align:bottom;
}
#menudiv ul{
	list-style:none;
	margin:3px;
	padding:0px;
	height:25px;
}
#menudiv ul .menulist{
	float:left;
	margin-left:20px;
	line-height:14px;
}
.menulist a:link{
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;
}
.menulist a:hover{
	color:#fff;
}
.menulist a:visited{
	color:#660000;
	text-decoration:none;
}
#contents{
	width:800px;
	float:left;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	min-height:100px;
	background-color:#fff;
	margin:0px;
	text-align:justify;
}
#footerdiv{
	width:800px;
	float:left;
	height:25px;
	color:#fff;
	background-color:#000000;
	font-size:10px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	vertical-align:bottom;
	line-height:25px;
}
#content-table{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
.article-holder{
	width:500px;
	margin:0px;
	padding:10px;	
	vertical-align:top;
}
.sidebar-holder{
	background-color:#e1cece;
	vertical-align:top;
}
.sidebar-holder ul{
	width:250px;
	margin:0px auto;
	padding:0px;
	margin-top:50px;
	list-style:none;
	color:#993300;
}
.sidebar-holder ul li{
	font-size:12px;
	line-height:14px;
	margin:10px;
}
.sidebar-holder ul li a:link{
	text-decoration:none;
	font-weight:bold;
	color:#993300;
}
.sidebar-holder ul li a:visited{
	text-decoration:none;
	font-weight:bold;
	color:#663300;
}
.clear{
	clear:both;
}
