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

a, a:link, a:visited {
	font-weight:bold;
	text-decoration:underline;
	color:#000;
}

a:hover {
	text-decoration:none;
}

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

#header {
	width:770px;
	height:150px;
	background:url(../images/head_big_bg_im-gamblingtemplatesdotnet.jpg);
	background-repeat:no-repeat;
}

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

#menu {
	width:770px;
	height:25px;
	background:url(../images/navi_bg_im-gamblingtemplatesdotnet.jpg);
	background-repeat:repeat-x;
}

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

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

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

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

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

#content-container {
	width:770px;
	float:left;
	background:#FFFFFF;
	overflow:auto;
}

#content-container .content-left{
	width:158px;
	float:left;
	margin-left:5px;
	margin-right:8px;
	margin-top:3px;
}

.content-left #link-title{
	background:url(../images/bg_bar_im-gamblingtemplatesdotnet.jpg);
	height:25px;
	width:158px;
	background-repeat:repeat-x;
}

#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;
	font-weight: bold;
	color:#FFFFFF;
	margin-left:10px;
	margin-top:5px;
}

#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:#d8d6d7;
}

#content-container .content-right{
	float:left;
	width:590px;
	margin-top:3px;
}

.content-right h1 {
	font-size: 15px;
	color: #4A4A4A;
	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;
}

#footer {
	height:45px;
	clear:both;
}

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

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

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


