/***************************
* Author: Bobby G Davis
* Created: 03/25/2008
* http://www.bobbygdavis.com 
*
* General Stylesheet
****************************/

/******************************************
 Browser Reset Code - Courtesy Eric Meyer
******************************************/

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,
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: Arial, Verdana, Helvetica, sans-serif;
	vertical-align: baseline;
    color: #C9C2AB;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: #C9C2AB;
	background: #000;
	font-size: 12px;
	line-height: 20px;
}
ol, ul {
	list-style: none;
    margin-left: 35px;
	padding-top: 15px;
}

li {
    /*display: inline;*/
    margin: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*************************
 HTML Mods
*************************/

h2 {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
}

h3 {
    font-size: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

p {
    margin-bottom: 15px;
}

a:hover {
	text-decoration: none;
}

/*************************
 General Layout
*************************/

#container {
	width: 100%;
	height: 1000px;
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) top center no-repeat;
	overflow: hidden;
}

#content {
    position: relative;
	width: 375px;
    height: 760px;
	margin: 0 auto;
}


/*************************
 Titles & Headers
*************************/

#ttl-logo {
    width: 528px;
    height: 175px;
    display: block;
    text-indent: -9999px;
}

