body {
	background-color: #CCCCCC;
	background-image: url(../images/grc175project2_layout.jpg);
}
#container {
	height: 800px;
	width: 100%;
	position: absolute;
	right: -15%;
}
#middle {
	height: 600px;
	width: 696px;
	float: left;
	position: absolute;
	left: 300px;
}
#nav {
	height: 506px;
	width: 321px;
	float: left;
	position: fixed;
}
#nav_buttons {
	height: 250px;
	width: 156px;
	position: fixed;
	float: left;
	padding-top: 245px;
	margin-left: 68px;
}
#home_button {
	height: 50px;
	width: 156px;
}
#about_button {
	height: 50px;
	width: 156px;
}
#buyselltrade_button {
	height: 50px;
	width: 156px;
}
#contactus_button {
	height: 50px;
	width: 156px;
}
#links_button {
	height: 50px;
	width: 156px;
}
#top_header {
	background-color: #069;
	width: 506px;
	height: 50px;
	left: 300px;
}
#text_area {
	height: 444px;
	width: 506px;
	background-repeat: no-repeat;
	position: relative;
	left: 420px;
	background-image: url(../images/textarea.png);
	top: 60px;
}
#headline {
	height: 50px;
	width: 506px;
	left: 420px;
	top: 60px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
#copyright {
	width: 506px;
	height: 15px;
	top: 60px;
	position: relative;
	left: 420px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}


#text {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 16px;
	height: 444px;
	width: 480px;
	padding: 10px;
}
