*, span
{
	margin: 0;
	padding: 0;
	color: #d5d5d5;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

/* force scrollbar to prevent page jump in non IE browsers */
html 
{
	height: 100%;
	margin-bottom: 1px;
}

p, blockquote, ul, ol, h1, h2, h3, h4, h5, table { margin-bottom: 1.2em; }

a
{
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #000;
	background-color: #C03;
}


body
{
	background: #111;
}

#wrapper
{
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	height: 550px;
	border: 1px solid #333;
	background: black url(../images/bg_home.jpg) no-repeat;
}

#quote
{
	margin-left: 482px;
	margin-top: 40px;
	margin-right: 56px;
}

#tagbox
{
	margin-left: 482px;
	margin-top: 110px;
	text-transform: uppercase;
	font-weight: bold;
}

.tagline_small
{
	font-size: 16px;
	margin-bottom: 2px;
}

.tagline
{
	font-size: 26px;
	margin-bottom: 5px;
}

.dark { color: #787878; }

.dim { color: #a1a1a1; }

.light { color: #bebebe; }

.bright { color: #d9d9d9; }

#laurels
{
	margin-left: 482px;
	margin-top: 122px;
	width: 230px;
	height: 58px;
}

#laurels img { margin-right: 5px;; }

#footer
{
	margin-left: 482px;
	margin-top: 3px;
	font-size: 90%;
}

#footer a
{
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover
{
	color: #000;
	background-color: #C03;
}

#navbar
{
	margin-top: -165px;
	position: relative;
	margin-left: 240px;
	width: 160px;
	text-align: right;
	text-transform: uppercase;
}

/* content styles */

#wrapperContent
{
	width: 950px;
	border: 1px solid #333;
	background: black url(../images/bg_subpage.jpg) no-repeat;
	margin: 30px auto 20px auto;
}

#navbarContent
{
	padding-left: 120px;
	width: 160px;
	text-align: right;
	text-transform: uppercase;
	float: left;
	margin-top: 20px;
}

#navbarContent a
{
	font-size: 11px;
	font-weight: normal;
}

#tagboxContent
{
	margin-left: 350px;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

#mainContent
{
	margin-left: 350px;
	margin-top: 80px;
	width: 470px;
	margin-bottom: 80px;
}

#footerContent
{
	margin-left: 30px;
	margin-bottom: 20px;
}

p, p strong
{
	margin-bottom: 1.2em;
	font-size: 11px;
}

#mainContent img { margin-bottom: 1.2em; }

h2, h3, h4, h5
{
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 0.5em;
}

h2 { font-weight: normal; }

h3, h4 { font-size: 110%; }

h5 { font-size: 80%; }

blockquote
{
	margin-left: 2em;
	border-left: 1px solid #ccc;
	padding-left: 0.75em;
	font-style: italic;
	font-size: 11px;
}

li
{
	margin-left: 20px;
	margin-bottom: 5px;
	font-size: 11px;
}

