/*	=base (Text & spacing)
----------------------------------------------- */
html,body,div,p {margin:0; padding:0;}
body {font: 13px/1.385 tahoma, arial, helvetica, sans-serif;}
p {margin-bottom: 1.385em;}
img {border:none;}
	 
/*	=structure
----------------------------------------------- */
body {
	margin: 10px 0px 0px;
	padding: 0px;
	background: url(../image/bg.gif) repeat-x;
}
#container {
	width: 816px;
	margin: 0 auto 0px;
	background: url(../image/bg_page.png) repeat-y;
	padding: 0px;
	overflow: hidden;
}
.optin_form1 {
	height: 100px;
	width: 200px;
	margin-left: 590px;
	padding-top: 80px;
}
#header {
	padding: 0px;
	margin: 0px auto;
	background: url(../image/header_2.jpg) no-repeat;
	height: 259px;
	width: 800px;
	overflow: hidden;
}
#topNav {
	background: url(../image/nav_bg.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 816px;
	overflow: hidden;
}
#mainContent_wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	background: url(../image/page_top.gif) no-repeat top;
}
#sidebar_left {
	margin: 0px;
	padding: 18px 0px;
	float: left;
	width: 199px;
}
#sidebar_left p {
	padding-right: 2px;
	padding-left: 12px;
}

#mainContent {
	margin: 0px 0px 0px 209px;
	padding: 18px 15px 0px;
	border-left: 1px solid #e1e1e1;
}
#pageBottom {
	background: url(../image/page_bottom.gif) no-repeat;
	margin: 0px auto;
	padding: 0px;
	height: 35px;
	width: 816px;
}
#footer {
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	background: url(../image/bg_footer.gif) repeat-x;
	height: 82px;
}

/*	=nav
----------------------------------------------- */
ul#top-nav {
	margin: 0px 0px 0px 25px;
	padding: 0px;
	font: bold 14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
ul#top-nav li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
ul#top-nav a {
	display: block;
	text-decoration: none;
	color: #fff;
	margin-top: 14px;
	padding: 0px;
	margin-right: 35px;
}
ul#top-nav a:hover {
	color: #93e99c;
}

/*	=form
----------------------------------------------- */
#form1 label {
	display: block;
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #747474;
	padding-top: 8px;
}
#form1 input {
	display: block;
}
#formButton1 {
	height: 33px;
	width: 130px;
	background: url(../image/button_take_quiz.gif) no-repeat top;
	display:block;
	cursor:pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 8px 0px 0px;
	padding: 0px;
}

/*	=misc
----------------------------------------------- */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
img.center {
	margin: 0px auto;
	display: block;
}
.center {
	text-align: center;
}
