
body {
	background-image: url(../images/tile2.gif);
	background-attachment: fixed;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
}

a:link { 
	color: #FFFFFF; 
	text-decoration: none; 
}

a:visited { 
	color: #FFFFFF; 
	text-decoration: none; 
}

a:hover { 
	color: #CC0000; 
	text-decoration: none; 
}


ul {
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	overflow: hidden;
}

.clear {
	clear: both;
}

#container { 
	width: 800px;
	padding: 0px;
	margin: 0 auto;
}

#main {
	position: relative;
	float: left;
	margin: 50px 0px 0px 0px;
	padding: 0px;
}

#content {
	float: left;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	width: 650px;
	min-height: 650px;
	background-color: #000000;
	border-top: 1px solid #CC0000;
}


/* sidebar stuff */

#sidebar {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 135px;	
}

#navigation {
	margin: 0px;
	padding: 0px;	
}

#navigation .selected {
	color: #CC0000;
}

#navigation li {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	line-height: 17px;
}

#navigation a {
	display:block;
}

.contact {
	line-height: 15px;
	font-size: 13px;
}

#side-logo {
	position: absolute;
	float: left;
	width: 75px;
	height: 63px;
	left: 665px;
	bottom: 0px;
	background: url(../images/sf.png) no-repeat scroll 0 0;
}


/* footer stuff */

#footer {
	clear: both;
	float: left;
	width:  650px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 800px 0px;
}

.remove {
	position: absolute;
	left: -5000px;
}

#follow {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	float: left;
}

#follow li {
	float: left;
	margin: 0px 0px 0px 2px;
	padding: 0px;
}

#follow a {
	display:block;
	height:18px;
	width:15px;
}

#follow a:hover {
	background-position: 0 -20px;
}

#facebook {
	background: url(../images/footer/facebook.png) no-repeat scroll 0 0;
}

#society6 {
	background: url(../images/footer/society6.png) no-repeat scroll 0 0;
}

#behance {
	background: url(../images/footer/behance.png) no-repeat scroll 0 0;
}

#redbubble {
	background: url(../images/footer/redbubble.png) no-repeat scroll 0 0;
}

#digg {
	background: url(../images/footer/digg.png) no-repeat scroll 0 0;
}

#stumbleupon {
	background: url(../images/footer/stumble.png) no-repeat scroll 0 0;
}

#reddit {
	background: url(../images/footer/reddit.png) no-repeat scroll 0 0;
}

#delicious {
	background: url(../images/footer/delicious.png) no-repeat scroll 0 0;
}

#copyright  {
	color: #666666;
	font-size: 11px;
	padding: 5px 0px 0px 145px;
}

