/* import home styles */

@import url(/css/survey.css);


/* wrapper ----------*/

#wrapper {
	height: auto;
	margin: 0 auto;
	background: #000 url(/images/int_bg_bw.jpg) center top no-repeat;
}


/* typography ----------*/

h1 {
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(/images/fancey_bullet.gif) left top no-repeat;
	font-size: 26px;
	margin-top:5px;
	height:31px;
	padding-left:25px;
}

h2 {
	font-weight: bold;
	font-size: 18px;
	margin-top:5px;
}
h3 {
	font-weight: bold;
	font-size: 16px;
	margin-top:5px;
}
h4 {
	font-weight: bold;
	font-size: 14px;
	margin-top:5px;
}

p {
	margin: 1em 0;
}
ul {
	list-style-image: url(/images/diamond.gif);
	list-style-position:inside;
	font-size:12px;
	margin-top:0px;
}
ul li{
	font-size:12px;
	text-indent:10px;

}
em{
	background:url(/images/fancey_bullet_sm.gif) left top no-repeat;
	padding-left:10px;
	height:20px;
}

/* body ----------*/

#body {
	width: 617px;
	xmargin: 258px 0 100px 79px;
	margin: 28px 0 100px 79px;
	padding: 0 10px;
	color: #2d0705;
	background: url(/images/parchment.jpg) center top repeat-y;
	position: relative;
	left: 2px;
	overflow: hidden;
}
#banner{
	margin: 130px 0 2px 29px;
	position: relative;
	
}
#prizes{
	width:590px;
	}
td, p, blockquote {
	font-family:arial;
	font-size:13px;
	line-height:16px;
}

.grid_choice{
	width:40px;
	text-align:center;
	font-family:arial;
	font-size:10px;
	color:#000000;
}

.grid_table {
	color:#000000;
}

/* Global Styles ---------------*/
.l_float{
	float:left;
	margin:0 5px 5px 0;
}
.r_float{
	float:right;
	margin:0 0 5px 5px;
}
.clear{
	clear:both;
}
