@charset "utf-8";
body {
	background-image: url('gb_body_bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #333333;
}

p,td,th {
	margin-top: 0;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5;
}

h1 {
	border: 0;
	margin-top: 0;
	margin-bottom: 1em;
	padding: 0;
	font-weight: bold;
	color: #585585;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
}

h2 {
	border: 0;
	margin-top: 0;
	margin-bottom: 1em;
	color: #7c7c7c;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110px;
	text-align: left;
	padding-top: 0;
	padding-right: 5;
	padding-bottom: 0;
	padding-left: 20;
}

#links {
	color: #FFFFFF;
	text-align: right;
	float: right;

}
#holder {
	width: 900px;
	margin-top: 11px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin solid #7C7C7C;
}
#left_sidebar {
	height: 500px;
	width: 142px;
	padding-left: 2px;
}


#content_left_column {
	width: 142px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 9px;
	float: left;
	text-align: left;
}


#content_right_column {
	float: right;
	width: 142px;
	margin-top: 5px;
	margin-right: 9px;
	margin-bottom: 5px;
	margin-left: 5px;

}
#content_middle_column {
	width: 522px;
	float: left;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: left;
}

#header {
	height: 181px;
	background-image: url('gb_header_bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
#navbar {
	color: #FFFFFF;
	float: right;
	height: 19px;
	background-image: url('gb_nav_bg.jpg');
	text-align: right;
	background-repeat: no-repeat;
	background-position: left;
}
#footer {
	clear: both;
	text-align: left;
	height: 35px;
	border-top-style: dotted;
	border-top-color: #7C7C7C;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
#logo {
	text-align: left;
	margin: 10px;
	float: left;
	width: 342px;
}
#logo_small {
	margin: 5px;
	float: right;
	width: 84px;
}

#content {
	background-color: #FFFFFF;
	clear: both;
	background-repeat: repeat-y;
}

.sidebox {
	background: url('gb_curve4.jpg') no-repeat bottom right;
	font-size: 100%;
}

.boxhead {
	background: url('gb_curve2.jpg') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}

.boxhead h2 {
	background: url('gb_curve1.jpg') no-repeat top left;
	margin: 0;
	padding: 5px 10px 5px;
	color: #7c7c7c;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
}

.boxbody {
	background: url('gb_curve3.jpg') no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 11px;
	text-align: left;
}

.contentbox {
	background: url('gb_content_curve4.jpg') no-repeat bottom right;
	font-size: 100%;
}

.contenthead {
	margin: 0;
	padding: 0;
	text-align: left;
	height: 20px;
	background-image: url('gb_content_curve2.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}

.contenthead h2 {
	background: url('gb_content_curve1.jpg') no-repeat top left;
	margin: 0;
	padding: 5px 10px 5px;
	color: #7c7c7c; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
			
	}

.contentbody {
	background: url('gb_content_curve3.jpg') no-repeat bottom left;
	margin: 0;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 11px;
}
#copyright {
	clear: both;
	text-align: left;
	height: 27px;
	padding-left: 29px;
	padding-top: 5px;
	font-size: 90%;
	border-top-style: none;
	float: left;
	width: 750px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
