/* Design & Code (c) ChristopherGonzalez.com */
html, body { padding: 0; margin: 0;
}
body {
	margin: 0px;
	padding: 0px;
	color: white;
	background: black url(../images/logo.png) no-repeat center top;
	font: .8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#container {
	width: 700px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 700px;
	height: 50px;
	margin: 30px 0 0;
}

#content {
	width: 660px;
	height: auto;
	margin: 25px auto 0;
}

#artwork {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

#left {
	width: 380px;
	height: auto;
	margin: 0;
	text-align: right;
	float: left;
}

#right {
	width: 250px;
	height: auto;
	margin: 0 0 0 19px;
	float: right;
}

#after {
	clear: both;
	margin: 0;
	padding-right: 10px;
	padding-left: 10px;
}

#footer {
	clear: both;
	text-align: center;
	padding-bottom: 5px;
	background-position: center top;
	background-repeat: no-repeat;
}	
	
	
	
	
/* Headings H1-H6 */

h1 {
	font-weight: bold;
	text-decoration: none;
	color: white;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

h2 {
	border-bottom: 1px solid #8b5622;
	padding-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: -px;
	line-height: 1em;
	font-size: 1.25em;
}

.side {
	font-weight: bold;
	font-size: .8em;
}

h3 { }

h4 {
	padding: 0;
	margin: 0;
}

h5 { }

h6 { }





/* Paragraph and Link Styles */
p {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	color: silver;
	font-size: .9em;
}

ul, li {
	line-height: 1.5em;
	color: silver;
	font-size: .85em;
}

a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: none;
	color: white;
	font-size: .9em;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ee0000;
	font-size: .9em;
}
	
	
	
	
/* Lists and Navigation */

#images {
	list-style: none;
	margin: 0;
	padding: 0;
}

#images li {
	float: left;
	margin: 0 14px 10px 0;
}



/* Misc */










