body {
	margin:0px;
	padding:0px;
	background-color:#333333;
}

.site-container {
	margin:0px auto;
	width:770px;
	padding:0px;
	background:#FFFFFF;
	overflow:hidden;
	
}

.container {
	width:760px;
	background:#FFFFFF;
	margin-left:4px;
	
}

#header {
	width:750px;
	height:148px;
	background:url(../images/blank_logo-gamblingtemplatesdotnet.jpg);
	background-repeat:no-repeat;
	margin-left:10px;
	margin-top:2px;
	margin-bottom:2px;
}

#header .site-name {
	font-size: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding-top:105px;
	margin-left:11px;
}

.menu-container {
	float:left;
	margin-left:4px;
	background:#FFFFFF;
}

#menu {
	width:750px;
	height:30px;
	float:left;
	background:#C60007;
	margin-left:10px;
	border-bottom:2px solid #000000;
	

}

.menu-container #menubgleft {
	float:left;
	width:5px;
	height:30px;
}

.menu-container #menubgright {
	float:left;
	width:5px;
	height:30px;
}

#menu ul {
	list-style:none;
	margin:0px;
	padding-top:7px;
	padding-left:20px;
	
}

#menu ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
	float:left;
	margin-right:10px;
	text-align:center;
	padding-left:20px;
}

#menu ul .divider {
	width:13px;
}

#menu ul li img {
	margin-top:-7px;
}

#menu ul li a {
	color: #F8C2D0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
}

#menu ul li a:hover {
	text-decoration: none;
	color:#FFCC00;
}

#content-container {
	width:758px;
	float:left;
	background:#FFFFFF;
	overflow:auto;
	margin-left:10px;

}

#content-container .content-left{
	width:160px;
	float:left;
	margin-right:8px;
}

.content-left #link-title{
	background:#B8B8B8;
	height:30px;
	width:160px;
	border-top:4px solid #000000;

}

#link-title .imgleft {
	float:left;
	background:url(../images/bullet1-gamblingtemplatesdotnet.jpg);
	background-repeat:no-repeat;
}

#link-title .text-title {
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	margin-left:30px;
	margin-top:3px;
	
}

#link-title .imgright {
	float:right;
	background:url(../images/bullet1-gamblingtemplatesdotnet.jpg);
	background-repeat:no-repeat;
}


.content-left ul{
	list-style:none;
	height:50px;
	margin:0px;
	padding:0px;
	background:#B8B8B8;
}

#content-container .content-right{
	float:left;
	width:580px;
	
}

.content-right h1 {
	font-size: 15px;
	color: #3B3C41;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom:5px;
	margin-top:10px;
}

.content-right p {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:15px;
	padding-bottom:10px;
	color:#000000;
}

#footer {
	height:45px;
	clear:both;
	text-align:center;
	padding-top:25px;
}

#footer .footer-left {
	background:url(../images/footer_left_im-gamblingtemplatesdotnet.jpg);
	background-repeat:no-repeat;
	height:60px;
	width:20px;
	float:left;
}

#footer .footer-mid {
	background:url(../images/footer_bg_im-gamblingtemplatesdotnet.jpg);
	background-repeat:repeat-x;
	float:left;
	height:60px;
	padding-top:23px;
	width:728px;
	text-align:center;
}

#footer .footer-right {
	background:url(../images/footer_right_im-gamblingtemplatesdotnet.jpg);
	background-repeat:no-repeat;
	height:60px;
	width:20px;
	float:left
}


