@charset "UTF-8";
/* CSS Document */

/* Undo default HTML styling of common browsers */
a:link, a:visited {text-decoration:none; color:#aaa; font-weight:bold}
ul, ol {list-style:none}
img {border:none}

body{
	text-align: center;
	margin: 0 0 0 0;
	padding:0;
	font-family:"Arial Black", "Arial Rounded MT Bold", "Arial";
	color: white;
	}

.bg0{background-color: #000000;} /* black */
.bg1{background-color: #000000;} /* red */
.bg2{background-color: #000000;} /* green */
.bg3{background-color: #000000;} /* blue */
.bg4{background-color: #000000;} /* purple */
.bg5{background-color: #000000;} /* yellow */
.bg6{background-color: #000000;} /* grey */

#social{padding-right: 1px;}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1000px;
}

#header {
	text-align: right;
	text-transform: uppercase;
	font-size: 4em;
	letter-spacing: 0.01em;
	margin-right: 34px;
	line-height: 0.9em;
}

#left {
	float: left;
	width: 248px;
	margin-right: 2px;
	text-align: right;
 	padding-top: 332px;
/* 	padding-top: 357px; */
}

#left ul{
	}

#left li{
	line-height: 1.25em;
	}

#left li a{
	text-transform: uppercase;
	color: white;
	font-size: 1.4em;
	letter-spacing: 0.09em;
	}

#left li a:hover,
#left li a.selected{
	text-transform: uppercase;
	color: gray;
	font-size: 1.4em;
	letter-spacing: 0.09em;
	}
	
#right { 
	margin: 0;
	float: left;
	width: 750px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#footer {
	clear: both;
}

h2{
    font-size:1.3em;
 	padding: 0 0 0 0;
}
