/* CSS Document */
body {
	background-color: #dddddd;
	margin:0 auto;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	height:100%;
    width:800px;
}
body,td,th {
	font-family: "verdana";
	font-size: 12px;
	line-height: 105%;
	color: #ffffff;
}
.line {
	line-height: 120%;
}
.style2 {
	color: #1a3d6c;
	font-weight: bold;
}
.style3 {
	color: #888888;
	font-size: 10px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style4 {font-size: 10px}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
	
/*layout style*/
#wrapper{
	background-color:#000000;
	width:804px;
    height:100%;
    min-height: 100%;
	text-align:left;
	position:relative;
    padding-bottom:30px;
}
body > #wrapper {
    height: auto;
}
#header{
	width:744px;
	height:44px;
	background:url(images/logo_richprizes.gif) no-repeat left top;
	margin:0 30px;
}
#header h1{margin:0; padding:0; display:none;}

#cover{
	width:744px;
	height:264px;
	background:url(images/cover.jpg) no-repeat center top;
	padding:0 30px 30px 30px;
}
#cover h1{display:none;}
#headline{
	width:744px;
	height:90px;
	background:url(images/headline.gif) no-repeat;
	margin-left:30px;
	margin-bottom:5px;
}
#headline h2{display:none;}

#content{
	width:744px;
	background-color:#f0f0f0;
	margin-left:30px;
}

/*right*/
#right{
	width:535px;
	padding:0 5px 30px 0px;
	float:right;
	background-color:#f0f0f0;
}
#right h2{
	width:535px;
	height:61px;
	background:url(images/title_enter.gif) no-repeat top left;
	background-color:#f0f0f0;
}
#right h2 span{display:none; padding:0; margin:0}
#right table.entry_form{
	/*background-color:#57AADF;*/
	background-color:#f0f0f0;
	width:505px;
	color:#333333;
	/*border:1px solid #57AADF;*/
	margin-right:10px;
	float:right;
}
#right table.entry_form td{
	font-size:10px;
	color:#333333;
}
#right table.entry_form td.col1{
	font-size:10px;
	width:50%;
	color:#333333;
	text-align:right;
}
#right table.entry_form td.col2{
	font-size:10px;
	width:50%;
	color:#333333;
}
#right table.entry_form table{
	font-size:10px;
	color:#333333;
	padding:30px 0 0 0;
}
.terms{
	width:409px;
	 float:right;
	 margin-right:30px;
	 margin-bottom:10px;
	 padding: 3px; 
	 overflow: auto; 
	 height: 50px;
	 font-size:10px;
	 color:#666666;
	 background-color:#FFFFCC;
	border:1px solid #cccccc; 
}
/*left side*/
#left{
	 width:204px;
	 height:552px;
	 float:left;
	 background:url(images/vanity_pic.jpg) no-repeat top left;
}
#left h2{
	display:none;
}

/*footer*/
#footer{
	color:#999999;
	font-size:10px;
	line-height:120%;
	padding:30px 0;
	background-color:#000000;
}
#footer hr{
	border-top:1px dashed #333333;
	background-color:#000000;
}
#copyright{
	font-size:10px;
	text-align:center;
	background-color:#000000;
}