﻿* {
	margin: 0 auto;
	padding: 0;
}


body {
	background: #8d8d8d url(images/bg-tile2.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 11px;
}

input, textarea {
	border: 0px solid #333333;
	border-top-color: #A3A3A3;
	border-left-color: #D6D6D6;
	font: normal 1.1em/normal Arial;
	color: #6E6E6E;
}

h1, h2, h3 {
	margin-bottom: 0.5em;
	letter-spacing: 0em;
	font-family: Arial;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #587595;
}

h1 a:hover, h2 a:hover {
	text-decoration: none;
	color: #999999;
}

h1 {
	font-size: 10px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #939292;
}

p, ul, ol {
	margin-top: 0em;
	line-height: 100%;
}

ul, ol {
	margin-left: 1em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #999999;
}

a img {
	border: 0px;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}

/* Logo */

#logo {
	width: 830px;
	height: 103px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 0px;
}

#logo h1, #logo h2 {
	margin: 0;
}

#logo h1 {
	float: right;
	padding-top: 35px;
	padding-right: 10px;
}

#logo h2 {
	float: right;
	padding-top: 75px;
	font-size: 16px;
	font-weight: normal;
}

#logo h2, #logo h2 a {
	color: #939292;
	padding-right: 120px;
}

#logo a {
	text-decoration: none;
	padding-left: 0;
}

/* Menu */

#menu {
	font: Verdana;
	width: 830px;
	height: 30px;
	margin: 0 auto;
	border: 0px;
	letter-spacing: 0em;
	margin-bottom: 0px;
	background-position: top center;
	background: url(images/nav-bg.gif) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	line-height: normal;
	border: 0;
}

#menu li {
	padding: 8px 10px 5px 0px;
	float: left;
	text-align: center;
}

#menu li.first {
	background: none;
}

/* Hover effects */

#menu a {
	text-decoration: none;
	font-size: 10px;
	font: Verdana;
	font-weight: bold;
	padding: 7px 10px 7px 10px;
	color: #FFFFFF;
	letter-spacing: 105%;
	text-transform: uppercase;
}

#menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
	font: Verdana;
	font-weight: bold;
	height: 30px;
	background-position: top center;
	background: url(images/nav-hover.gif) repeat-x;
	padding: 8px 10px 12px 10px;
	text-transform: uppercase;
}

#flashcontent {
	width: 830px;
	height: 275px;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	border: 0px;
	margin-top: 2px;
}



/* Banner */

.wrap {
	width:830px;
	margin: 0 auto;
	}
  
	
.top, .bottom {
	width:830px;
	height:20px;
	background-image: url(images/box/rounded-shadow-btm.jpg);
		}
	
.top {
	background-image: url(images/box/rounded-shadow-top.jpg); /*url to the top rounded corner*/
	}
  
.box {
	padding: 0;
	width: 830px; /*Your width is 200px minus 40px for your left and right padding totally to 160px*/
	background-image: url(images/box/rounded-shadow-bg.jpg); /*the url to your text background*/
	font:12px 'Verdana';
	color:#fff;
}	

/* Page */

#page {
	width: 830px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

/* Content */

#content {
	float: left;
	width: 830px;
	padding: 0 0 0 0;
}

.post {
	background: url(images/bottom-panel-bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

.post .entry {
	padding: 0px 5px;
	font-weight: bold;
	color: #ffffff;
	font-size: 13px;
}

.post .meta {
	height: 5px;
	margin: 10px 0 20px 0;
	padding: 0px 0 0 18px;
	line-height: normal;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 205px;
	margin-right: 25px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 115%;
}

#sidebar li {
	margin-bottom: 10px;
	padding: 10px 15px 0 20px;
}

#sidebar li h3 {
	height: 32px;
	width: 220px;
	margin: 0;
	padding: 10px 0 0 10px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

#sidebar li li {
	margin: 0;
	padding: 2px 0;
	border-bottom: 0px solid #cccccc;
}

#sidebar li h2 {
	margin-bottom: 15px;
	font-size: 18px;
}

/* rightcontent */

#sidebar #rightcontent {
	padding-left: 10px;
}


/* Footer */

#footer {
	clear: both;
	width: 830px;
	text-align: center;
	height: 100px;
	margin: auto;
	padding: 90px 0px 20px 0px;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #dddddd;
}

#footer a {
	color: #dddddd;
}

#footer .legal {
	float: none;
	color: #FFFFFF;
}

#footer .credit {
	float: right;
}

.rules a
{
    text-decoration:none;
    color: #444444;
}
.rules a:hover
{
    text-decoration: underline;
    color: #333333;
}
