/* RESET CSS BEGIN v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* * * * * * * * */
/* RESET CSS END */
/* * * * * * * * */

body {
	font-family: "tahoma", arial, Serif;
	color: #434047;
	background-color: #e1dbc5;
}
h2 {
	line-height: 20px;
}
h1
{
	font-size: 150%;
	line-height: 160%;
}
#logo
{
	margin: 10px;
	height: 110px;
}
#content
{
	background: url(images/bottom.png) bottom center no-repeat;
		
}
#prompt
{
	width: 900px;
	float: right;
	padding-top: 20px;
	padding-bottom: 60px;
	margin: 0 auto;
}
#front
{
	padding-top: 100px;
	background: url(images/back.png) center no-repeat;
	margin: 0px;
	height: 450px;
	margin-bottom: 50px;
}

#front_description
{
	float: left; 
	width: 260px;
	line-height: 120%;
	padding: 5px 0 0 20px;
}

#front_display
{
	float: left; 
}
#footer {
background:#141515 none repeat scroll 0 0;
clear:both;
padding: 100px 0 0;
width:100%;
}
#footer_content {
margin:0 auto;
padding:0 0 40px 30px;
width:900px;
}
#footer_content p {
-x-system-font:none;
color:#CDCCCC;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:16px;
}
#footer_content p a {
color:#E8E494;
}
#footer_content p a:hover {
text-decoration:none;
}
.rshift {float: right;}
.container {width:900px; margin:0 auto;}
.smallbox{width:280px; margin: 10px; float: left; padding-bottom: 40px;}
.box{width:280px; margin: 10px; float: left; padding-bottom: 60px;}
.pic_box{width:150px; float: left;}
.description_box{width:260px; margin-top:15px; float: left;}
.selection_box{margin-top:25px; float: left; margin-left: 10px; line-height: 150%;}