body {
	text-align: center;
	background: #000000;
	font-family: "Courier New", Courier, mono;
}
.wrapper {
	position: relative;
	width: 90%;
	font-size: 0.9em;
	margin: 0 auto -75px;
	text-align: left;
}
#content {
	width: 900px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0 auto;
}


.col1of2 {
	float: left;
	width: 440px;
	margin-right: 20px;
}

.col2of2 {
	float: left;
	width: 440px;
}
.hackyclear {
	clear: both;
	background: red;
}



.header {
/*
	height: 190px;
	background: url(images/header.png) no-repeat;
*/
	margin-bottom: 20px;
}

h1 {
/*	text-indent: -500em; */
	color: #ffffff;
}

h1#site-title {
	width: 706px;
	height: 103px;
	margin:0px auto;
	background: url(../images/logo-header.gif) no-repeat;
	text-indent: -50000px;
}

h2 {
	padding: 0 0 0.6em;
	color: #fff;
	font-size: 1.4em;
}

h3 {
	padding: 0 0 0.6em;
	color: #fff;
	font-size: 1.2em;
}

p {
	padding: 0 0 1em;
	color: #fff;
	line-height: 1.4em;
	font-size: 1em;
}
li {
	color: #fff;
	line-height: 1.4em;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a {
	color: #fff;
	text-decoration: underline;
}

strong {
	font-weight: normal;
}
.download {
	position: absolute;
	right: 0;
	top: 160px;
}

img.aligncenter {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.centertext {
	text-align: center;
}

/* @ Home
------------------------------ */
#index h1#site-title {
	display: none;
}

#home-fade {
	display: block;
	padding-top: 200px;
	margin: 0 auto;
}

/* @ Contact
------------------------------ */
#contact1 {
	text-align: right;
}

/* @ About
------------------------------ */
#about #content h2 {
	margin-top: 12px;
}


/* @ News
------------------------------ */
#news #content img {
	margin-bottom: 10px;
}


/* @ In the Studio
------------------------------ */
#in-the-studio #content img {
	margin-bottom: 10px;
}



/* @ Footer
------------------------------ */
.footer {
	position: relative;
	width: 700px;
	margin: 0 auto;
}

.footer p {
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 100%;
	padding: 0;
	color: #fff;
	text-align: center;
	font-size: 0.8em;
}

.footer #nav {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.footer #nav ul {
	font-weight: bold;
	padding: 0;
}

.footer #nav ul li {
	margin: 0 5px;
	padding: 0 0 0 0;
	list-style: none;
	display: inline;
}
.footer #nav ul li a {
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	padding: 3px 5px;
}

.footer #nav ul li a:hover {
	background: #ffffff;
	color: #000000;
}

#index #nav-home a,
#about #nav-about a,
#gallery #nav-gallery a,
#news #nav-news a,
#in-the-studio #nav-studio a,
#friends #nav-friends a,
#contact #nav-contact a {
	background: #ffffff;
	color: #000000;
}

/* copyright */

p#copyright:hover, p#copyright:hover a {
	color: #fff;
}

p#copyright:hover a:hover {
	text-decoration: underline;
}

p#copyright {
	font-size: 11px;
	color: #797979;
}

p#copyright a {
	color: #797979;
}


ul#gallery-grid {
}

ul#gallery-grid li {
	float: left;
	list-style: none;
	display: inline;
	margin: 20px;
}

ul#gallery-grid li img {
	border: 0;
}