@charset "utf-8";
/* CSS Document */
body{
	background-image:url(images/bg_tile.jpg);
	}

#container{
	}

#content{
	margin: 0 auto;
	width:1025px;
	}

#logo {
	width:1024px;
	height:177px;
	}

#leftspacer {
	float:left;
	width:23px;
	height:467px;
	}

#nav {
	float:left;
	width:197px;
	height:467px;
	}

#mainspacer{
	float:left;
	width:87px;
	height:467px;
	}

#main{
	float:left;
	width:605px;
	height:467px;
	}
	
#stuff{
	width:605px;
	height:425px;
	background-image:url(images/maincontent.jpg);
	}

#rightspacer{
	float:left;
	width:112px;
	height:467px;
	}

#footer {
	clear:left;
	width:1024px;
	height:124px;
	}

.navbutton{
	border:0px;
	cursor:pointer;
	width:197px;
	height:60px;
	}
