body 
{
    margin: 0;
    padding: 0; 
}

a, img
{
    border: 0;
}

a:link, a:visited
{
	color: #FFF;
}

a:hover
{
	text-decoration: none;
}

p
{
	font-family: Palatino Linotype, sans-serif;
	line-height: 35px;
	font-size: 14px;
	color: #ccc;
}

#container
{
    max-height: 100%; 
    overflow: none;
}

#content_2
{
	width: 600px;
	margin: 20px auto 0 auto;
	color: #FFF;
}

#header
{
    height: 11%; 
    background: #080a0d;
}

#header_inner
{
    display: block; 
    padding-top: 22px;
}

#footer
{
	height: 4px;
	color: #333;
	font-size: 10px;
	padding-top: 3px;
	font-family: sans-serif;
	text-align: center;
}

blockquote, form
{
	font-family: Palatino Linotype, sans-serif;
	line-height: 35px;
	font-size: 13px;
	padding: 0 10px 0 10px;
	border-left: 1px #666 solid;
}

.form_field
{
	margin: 10px 0 10px 0;
}

label
{
	font-family: Palatino Linotype, sans-serif;
}

input, textarea
{
	background: #000;
	color: #CCC;
	font-family: Palatino Linotype, sans-serif;
	border-top: #EEE 1px solid;
	border-right: #333 2px solid;
	border-bottom: #333 2px solid;
	border-left: #EEE 1px solid;
}

.quote
{
	margin-bottom: 10px;
	font-style: italic;
}
