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

* { padding: 0; margin: 0; }

#left p{
	border-bottom: #999999 1px solid;
	padding-top: 5px;
	padding-bottom: 5px;
	}

#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;
	}

#title{
	background:url() left no-repeat;
}

#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;
}

#page p{
	border: none;
	}
