/* <style type="text/css"> */
/*----------------------- CSS Reset -----------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*----------------------- General Styles -----------------------*/

body {
	background-color: #000;
	background-position: center top;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 30px;
	color: #CCC;
	padding: 0 0 10px 0;
}

p.number {
	padding: 0 0 5px 0;
}

p.answertitle {
	padding: 15px 0 8px 0;
}
p.answers {
	font-size: 12px;
	line-height: 14px;
	padding: 0 0 8px 0;
}

p.credits {
	font-size: 10px;
	line-height: 14px;
	padding: 20px 0 8px 0;
}

a {
	color: #FFFF00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.highlight {
	color: #FFFF00;
}

.optional {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 30px;
	color: #CCC;
}

/*----------------------- Wrapper Styles -----------------------*/

.wrapper {
	width: 880px;
	margin: 0 auto;
}

.wrapper.art {
	width: 670px;
	height: 760px;
	margin: 0 auto;
}

/*----------------------- Branding Styles -----------------------*/

.branding {
	width: 880px;
	height: 80px;
	border-bottom: 1px dotted #999;
	text-align: center;
	padding: 10px 0 10px 0;
}
.branding.art {
	width: 670px;
	border: none;
}

/*----------------------- Content Styles -----------------------*/

.content_textarea {
	float: left;
	width: 254px;
	padding: 18px 0 25px 25px;
}

.content_textarea.submit {
	float: left;
	width: 150px;
	padding: 18px 0 25px 25px;
}

.content_imagearea {
	float: left;
	width: 600px;
	height: 600px;
	padding: 25px 0 25px 0;
}

.content_imagearea.submit {
	width: 700px;
	height: 750px;
}

.content_imagearea.art {
	padding: 0;
}

.content {
	width: 880px;
	height: 650px;
	margin: 0 0 50px 0;
	border-bottom: 1px dotted #999;
}

.content.submit {
	width: 880px;
	height: 800px;
	margin: 0 0 50px 0;
	border-bottom: 1px dotted #999;
}

.smallimage {
	float: left;
	width: 175px;
	height: 150px;
	text-align: center;
}

.clear-fix {
	clear: both;
	height: 1px;
}

/*----------------------- Nav Styles -----------------------*/

.nav {
	float: left;
	width: 18px;
	height: 337px;
}

.nav.left {
	padding: 263px 17px 0 0;
}

.nav.right {
	padding: 263px 0 0 17px;
}

.nav a {
	display: block;
	width: 18px;
	height: 74px;
	text-decoration: none;
}

.nav.left a {
	background: url(../images/arrows_left.gif) left top;
}

.nav.left a:hover {
	background: url(../images/arrows_left.gif) right top;
}

.nav.right a {
	background: url(../images/arrows_right.gif) right top;
}

.nav.right a:hover {
	background: url(../images/arrows_right.gif) left top;
}

.goback {
	float: left;
	width: 395px;
	height: 50px;
	padding: 10px 0 0 275px;
}

.goback a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666;
	display: block;
	text-decoration: none;
	text-align: center;
	width: 120px;
	height: 20px;
	padding: 3px 0 3px 0;
	background: #111;
}

.goback a:hover {
	color: #CCC;
	background: #666;
}

/*----------------------- Form Styles -----------------------*/

.formONE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	background: #333;
	width: 220px;
	border: 2px solid #333;
	padding: 3px 0 3px 0;
	margin: 0 0 15px 0;
}

/* </style> */ 

