/* CSS 
 ***********************************************/

/* Reset */
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, 
cite, code, del, dfn, em, img, ins, kbd, q, small, strike, strong, sub, sup, tt, var, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline; }

/* Global */
body {
	color: #666;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	background: #000 url(../img/bg-side.gif) left top repeat-y; }

/* Type */
h1 { 
	color: #b3b3b3;
	font-size: 16px;
	font-weight: normal;
	line-height: 19px; }
h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 19px; }
em { font-style: normal; }
h1 em { color: #fff; }
h2 em { color: #b2b2b2; }
p a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #4c4c4c; }
a:hover { 
	color: #fff;
	border-bottom-color: #999; }
form a { 
	color: #b3b3b3;
	text-decoration: none; }

/* Form */
form {
	float: left;
	width: 220px;
	margin-top: 2px; }
input { 
	float: left;
	width: 200px;
	margin-bottom: 5px;
	padding: 3px;
	color: #aaa;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	background-color: #666;
	border: none; }

/* ID's */
#top {
	float: left;
	width: 100%;
	padding-bottom: 28px;
	background: url(../img/bg-top.gif) left bottom repeat-x; }
#top .inner {
	padding-top: 110px;
	background: url(../img/fifthave-logo.gif) left top no-repeat; }
#top .inner p {
	margin-top: 20px; }

#mid {}
#mid .inner {
	padding-top: 60px; }

.inner {
	float: left;
	margin: 57px 0 0 90px; }