/* -------------------------------------------------------------------
   CSS Stylesheet - [Brandon - HD LED]
	(c) Bennett and Company 2007 http://www.bennettandco.co.uk
------------------------------------------------------------------- */

/* Global Reset of all initial Margin and Padding Values */
html, body, form, fieldset, ul, ol {
   margin: 0;
	padding: 0;
}

html {
	font-size: 100.01%;
	height: 100%;
}

body {
	font-size: 0.75em;
	height: 100%;
	background-color: #1f1f1f;
	color: #fff;
	font-family: verdana, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

ul li {
	list-style-type: none;
}

.clearBoth {
	clear: both;
}

img {
	padding: none;
	margin: none;
	border: none;
}

/* Neutralize styling: Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre {
	margin: 1em 0;
	padding: 0;
}

h2 {
	font-size: 22px;
}

h5 {
	font-size: 10px;
}

input, select, textarea {
	font-size: 1em;
	font-family: inherit;
}

input {
	width: 200px;
}

textarea {
	width: 550px;
	height: 150px;
}

a:link { text-decoration: none; color: #fff; }
a:visited { text-decoration: none; color: #fff; }
a:hover { text-decoration: underline; color: #fff; }
a:active { text-decoration: underline; color: #fff; }


#pageContainer {
	background-color: #000;
	width: 595px;
	margin: 15px auto 0;
}

#header {
	height: 33px;
	padding: 10px 30px;
	margin-bottom: 20px;
}

#bottomList {
	padding: 30px 0;
}

#threeItemList {
	float: left;
}

ul li {
	margin: 5px 0;
}

.buttonGo {
	
/*	position: relative;
	top: 65px; 
	right: 10px; */
}

#nav {
	padding: 10px;
}