/************** 
body, global links, etc
***************/

body {
	background: #a3bdcf url(images/gcc_bg2.jpg) repeat-y top center;
	font-size: 10pt;
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
	color: #333;
	margin: 0 auto;
	padding: 0;
	width: 984px;
	border-right: 6px solid #999;
	border-left: 6px solid #999;
}
	
a {
	font-weight: bold;
	color: #a88d45;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;

}


/************** 
header and nav
***************/

#header p {
	position: absolute;
	right: 30px; top: 15px;
	text-align: right;
	font-size: 12pt;
	line-height: 120%;
	padding: 0; margin: 0;
	color: #3d3d3d;
	text-transform: uppercase;
}

#header {
	position: relative;
}

	
h1 {
	width: 984px;
	height: 150px;
	background: #fff url(images/gcc_header.jpg) no-repeat 0 0;
	text-indent: -99999px;
	margin: 0; padding: 0;
	border: 0;
}

h2 {
	color: #b30000;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	margin: 20px 0 15px 0;
}

#nav {
	background: #fff url(images/gcc_nav.jpg) no-repeat 0 0;
	width: 984px;
	height: 63px;
}

#nav ul {
	list-style: none;
	margin: 0 0 0 58px;
	padding: 0;
}

#nav ul li {
	display: inline;
	margin: 0;
	padding: 0 15px 0;
	line-height: 63px;
}

#nav ul li a {
	font-weight: bold;
	color: #363636;
	font-size: 10pt;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav ul li a:hover {
	text-decoration: underline;
	color: #000;
}


/************** 
content
***************/

#content {
	background: transparent url(images/gcc_content.jpg) no-repeat 0 0;
	padding: 40px 75px 20px;
}

#content2 {
	width: 495px;
	float: left;
}

#sidebar {
	float: right;
	width: 150px;
}

#content p {
	font-family: Georgia, Times, Times New Roman, serif;
	line-height: 150%;
}

#content img {
	border: 0;
	background: #fff;
	padding: 5px;
	margin: 8px;
}

#content p img {
	float: right;
}

#content p img.left {
	float: left;
}

form {
	background: #fff;
	padding: 20px;
	border-top: 3px solid #e9c24d;
	border-bottom: 3px solid #e9c24d; 
}

.red {
	color: #0000ff;
	background: #fff;
}

label {
	font-size: 8pt;
	font-weight: bold;
}

input, textarea {
	margin: 0 0 10px 0;
}

#footer {
	margin: 65px 0 0 0;
}

#footer p { 
	margin: 0; padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	 }
	
#footer a {
	color: #999;
}