@charset "utf-8";
/* CSS Document */

html, body {
	background:#999999 url(../images/grey_grad.jpg) repeat-x;
  	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:16px;
}

ul {
	list-style-type:none;
	padding:5px;
	margin:0 0 0 0;
}

li {
	background:url(../images/menubuttonsorange.jpg) no-repeat;
	padding: 0px 5px 0px 5px;
	margin:0 0 5px 12px;
}

li.grey {
	background:url(../images/menubuttonsgrey.jpg) no-repeat;
	padding: 0px 5px 0px 5px;
	margin:0 0 5px 12px;
}

input[type=text] {
	height:16px;
	margin-left:17px;
	width:97px;
	margin-top:0px;
	vertical-align:middle;
}

input[type=submit] {
	height:24px;
	vertical-align:middle;
	padding: 0px;
}



#wrapper {
	min-width:960px;
	vertical-align:top;
	width:960px;
	background-color:#000;
	margin:auto;
}

#left {
	bottom:0px;
	float:left;
	min-width:160px;
	width:160px;
	font-size:12px;
	line-height:20px;
	vertical-align:top;
	background-color:#000;
	min-height:100%;
}
	#left a:link {
		color:#FFF;
  		text-decoration:none;	
	}
	
	#left a:active {
		color:#FFF;
  		text-decoration:none;	
	}
	
	#left a:visited {
		color:#FFF;
  		text-decoration:none;	
	}
	
	#left a:hover {
		color:#6C3;
  		text-decoration:none;	
	}

#content {
	float:left;
	background-color:#FFF;
	width:640px;
	padding:15px;
	min-height:800px;
	margin:0 0 0 10px;
}

#content input[type=text] {
	height:16px;
	margin:0 0 0 17px;
	width:150px;
	vertical-align:middle;
}

#content input[type=submit] {
	height:24px;
	vertical-align:middle;
	padding: 0px;
}

#googleads {
	margin-left:170px;	
}

#right {
	float:right;
	min-width:120px;
	width:120px;
	

}

#footer {
	clear:both;
	background-color:#CCC;
	width:670px;
	margin:10px 0 0 170px;
}



.header {
	background:#64270b url(http://www.celebritysweepstake.co.uk/images/orange_background.jpg) repeat-x;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	height:21px; 
	padding:3px 0 0 5px;
}

.home_content {
	padding:10px 0px 10px 0px;
}

/*header/titles*/

.home_content strong {
	color:#333;
}

.celebrity_list_header {
	background:#64270b url(http://www.celebritysweepstake.co.uk/images/orange_background.jpg) repeat-x;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	height:21px;
	padding:3px 0 0 5px;
	
}

.celebrity_list_description {
	padding:5px;
	font-size:11px;
}

.bet_now {
	width:126px;
	height:21px; 
	text-align:center;
	padding-top:3px;
	background:#000 url(http://www.celebritysweepstake.co.uk/images/menubuttonsgrey.jpg) repeat-x;
}

.bet_now a:link {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

.bet_now a:visited {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

.bet_now a:hover {
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;
}

.bet_now a:active {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}



a:link {
	color:#F60;
}

a:visited {
	color:#666;

}

a:hover {
	color:#6C3;

}

a:active {
	color:#6C3;
}