/* This is a CSS Comment */
div {
	padding: 1px; /* keeps divs where they should be */
	}
	
body {
background-color: black;
/*background-image:url("../images/strip.jpg");
background-repeat:repeat-x;*/
	}

/* This styles the wrapper div
The wrapper div holds all */

/* The # symbol indicates an id */

#wrapper {
	width: 960px;
	height: 934px;
	background-color: black;
	background-image: url("../images/background.jpg");
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
	background-repeat:no-repeat;
	}
	
#header {
	width: auto;
	height: 172px;
	}
	
#sidebar {
	width: 135px;
	height: 700px;
	float: left;
	margin-top:45px;
	}
	
#sidebar ul {
	}
	
#sidebar li {
	list-style-type: none;
	font-family: 'Josefin Slab', arial, serif;
	font-size: 22px;
	margin-bottom: 20px;
	}	
	
a.grey {
	text-decoration: none;
	color: #494949;
	}
	
a.pink {
	text-decoration: none;
	font-weight: bold;
	color: #e16b9d;
	}	
	
#sidebar a:hover {
	color: #662e93;
	}		
	
#content {
	width: auto;
	height: auto;
	color: black;
	font-size: 15px;
	font-family: Helvetica, sans-serif;
	line-height:110%;
	margin-right: 100px;
	}
	
#content h1{
	color: black;
	font-size: 35px;
	font-family: 'Josefin Slab', arial, serif;
	}
	
#content a {
	text-decoration: none;
	color: black;
	}
	
#joinme img {
	border: none;
	margin-right:8px;
	}
	
#followme img{
	border: none;
	margin-right: 8px;
	margin-top: 12px;
	}

#footer{
	text-align: right;
	margin-right: 20px;
	}
	
#footer p{
	color: black;
	font-size: 10px;
	font-family: Helvetica, sans-serif;
	margin-top: 22px;
	}