﻿body {
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	background: #08341D;
}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	color: #000000;
}

strong {
	font-weight: 700;
}

h1 {
	font-size: 1.8em;
	text-align: center;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}


#wrapper {
	width: 910px;
	padding-left: 110px;
	background-image: url(http://www.beatingonlineroulette.com/r.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	margin-top: 5px;
}

#header {
	overflow: hidden;
	width: 800px;
	height: 150px;
	background-image: url(/images/header.gif);
	margin: 0 auto;
}

#navbar {
	width: 800px;
	height: 25px;
	background: #898989;
	background-image: url(bar.gif);
	background-repeat: repeat-x;
}

#navbar a {
	font-size: 110%;
	padding: 0 5px 0 5px;
}


#container {
	width: 800px;
	background: #006699;
	overflow: hidden;
}

#maincontent {
	float: right;
	width: 620px;
	padding: 5px 5px 5px 15px;
	background: #ececec;
	background-color: #006699;
}

#maincontent p {
	color: #cccccc;
}

#sidebar {
	float: left;
	width: 150px;
	padding: 10px 5px 5px 5px;
	background: #2c89d8;
	
}

#sidebar a:hover {
	color:yellow;
}

#sidebar h3 {
	font-size: 1.3em;
	margin: 0 0 5px 0;
}

#footer {
	width: 800px;
	height: 70px;
	background: #0e4473;
}


#footertext {
	font-size: 80%;
	padding: 25px 5px 5px 10px;
}

#copyright {
	font-size: 80%;
	padding: 10px 0px 10px 0px;
}

