body 
{
	text-align: center;
	background-repeat: repeat;
	background-color: #000000;
	background-attachment: fixed;
	background-position: center top;
	background-image: url(images/pc_wood_bg01.gif);
}

#container
{
	height: auto;
	width: 758px;
	align: center;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header
{
width: 758px;
height: 224px;
}
#nav
{
width:758px;
height: 73px;
}

#content
{
width:758px;
height: 774px;
background-attachment: scroll;
background-color: #000000;
background-image: url(images/cghomemap2.gif);
font-family: Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#663333;
}

#footer
{
	clear: both;
	margin: 0;
	padding: 0.5em 0.5em 1em;
	color: #cead63;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;

}
#footer a:link{
	color: #FFFFCC;
	text-decoration: underline;
}
#footer a:visited {
	color: #FFFFCC;
}

a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #663300;
}

