@charset "UTF-8";
/* Seriously Creative Giant GHames CSS */

* { padding: 0; margin: 0; }

#title{
	background: url() left no-repeat;
	}
#wrapper, #wrapper2 {
	position: relative;
	top: 0px;
	width: 700px;
	margin: 0 auto;
	}
 #header {
	width: 660px;
	height: 100px;
	background-color: #FFFFFF;
	clear: both;
	position: relative;
	top: 30px;
	padding: 20px;
	}

#content {
	width: 700px;
	margin: 0 auto;
	background: url(images/white.gif) center repeat-y;
	position: relative;
	top: 20px;
}

#left{
	background-color: #FFFFFF;
	margin: 0px 10px 0px 20px;
	padding-top: 10px;
	width: 240px;
	float: left;
}

#right{
	background-color: #FFFFFF;
	float: right;
	margin: 0px 20px 0px 0px;
 	padding-top: 10px;
 	width: 400px;
}

#right ul li{
	display: inline;
}

#right ul li a{
	color: #ffffff;
	margin: -1px;
}

#left ul li{
	display: block;
}
