﻿body {
	background: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #000000;
	background-image: url(red-dog-casino-back.jpg);
}

a {
	color: #ffffFF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	color: #000000;

}
-
strong {
	font-weight: 700;
}

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

h2 {
	font-size: 1.6em;
	color: white;
}

h3 {
	font-size: 1.4em;
	color: white;
}

h4 {
	font-size: 1.2em;
	color: white;
}

h5 {
	font-size: 1.0em;
	color: white;
}


#wrapper {
	width: 850px;
	background: #ffffff;
	margin: 0 auto;
	margin-top: 5px;
	background-color: #990000;
}

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

#navbar {
width:850px;
height:36px;
float:left;
padding-top:0;
background-color:#009;
background-image:url(images/main_menu.gif);
background-repeat:no-repeat;
}

#main_menu {
width:850px;
height:36px;
float:left;
}



#main_menu a {
padding: 0px 20px 0px 20px;
display: block; 
}

#main_menu ul {
width:850px;
float:left;
text-align:left;
list-style:none;
line-height:36px;
margin:0;
padding:0;
}

#main_menu li {
width:auto;
float:left;
margin-right:0;
margin-left:0;
display:inline;
font-size:1.4em;
line-height:36px;
}

#main_menu a:link,#main_menu a:visited {
color:#fff;
text-decoration:none;
font-weight:700;
height:36px;
line-height:36px;
}

#main_menu a:hover {
	background: #000;
	text-decoration: none;
	color: #FF0000;
}


#container {
	width: 850px;
	background: #0000ff;
	overflow: hidden;
	background-color: #990000;
}

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

.sidebarbg { 
	background-color: #F1F7EA;
	background-image: url('images/sidebar.png');
	background-repeat: repeat-y;
	} 

.sidebarbottom{
	width: 200px;
	height: 8px;
	margin-bottom: 10px;
	background-color: #800001;
	} 

#sidebar {
	float: left;
	width: 200px;
	background-color: ;
   	text-align: left;
	border-style: solid; 
	border-color: #cfcece; 
	border-width: 0px;
	}

#sidebar h2 {
	padding-left: 10px; 
	padding-right: 6px;
	padding-top: 8px;
	color: #ffffff;
	font-family: arial;
	font-size: 16px;
	display: block;  
	text-decoration: none; 
	height: 22px;
	background: url('images/h2bg.png') no-repeat;
	background-color: #800001; 
	} 

#sidebar h2 a {
	color: white;
}

#sidebar ul {  
	margin-left: 1px;
	margin-right: 1px;
	padding: 0px; 
	padding-bottom: 0px; 
	} 

#sidebar ul li { 
	display: block;
	} 

#sidebar ul li a { 
	background: url('images/sidebar_sep.png') no-repeat; 
	background-position: bottom center;
	background-color: #;
	padding: 5px; 
	margin: 0px; 
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	display: block; 
	padding-right: 10px; 
	padding-left: 10px; 
	text-decoration: none; 
	} 

#sidebar ul li a:hover { 
	background: #d8e6c7 url('images/sidebar_sep.png') no-repeat; 
	background-position: bottom center;	
	padding: 5px; 
	margin: 0px; 
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	display: block; 
	padding-right: 10px; 
	padding-left: 10px; 
	text-decoration: none; 
	} 

#footer {
	width: 850px;
	height: 70px;
	background: #b7b7b7;
	background-color: #CC0000;
}


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

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

#copyright a {
	color: white; 
}

