body
{
    font-family: "trebuchet ms" , helvetica, sans-serif;
    background: #151515 url('back4.jpg');
    color: #657383;
}

#upper_back
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 75px;
	background: #151515 url('back4.jpg') repeat-x;
}

#outside
{
	position: relative;
	width: 80%;
	border: solid 7px #252525;
	margin: 0 auto;
	top: 25px;
}

#header
{
	position:relative;
    background: #938968;
    width: 100%;
    height: 170px;
	border-bottom: solid 3px;
	border-bottom-color: #cccccc;
}

#header-text
{
	color: black;
	text-align: center;
	padding-left: 170px;
	padding-top: 50px;
}

#header-text h1
{
	font-family: Georgia, serif;
	font-size: 35px;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 0px;
}

#header-text h2
{
	font-size: 22px;
	font-weight: normal;
}

#logo
{
    background: url('gt_banner.jpg') no-repeat 45% 11%;
    /*width: 440px;*/
    height: 100%;
}

#nav
{
	position: relative;
	background: #1e355f;
	height: 45px;
	padding: 0px 5px 0px 5px;
	margin-bottom: 5px;
}

#nav ul
{
	position: absolute;
}

#nav ul li
{
	position: relative;
	display: inline;
}

#nav ul li a
{
	padding: 8px 12px 8px 12px;
	color: #fff;
	font-variant: small-caps;
	text-decoration: none;
	display: inline-block;
}

#nav ul li a.active
{
	font-weight: bold;
	font-size: 18px;
	color: #888888;
}

#nav ul li a:hover
{
	text-decoration: underline;
	background: #475b80;
}

#content
{
	padding: 10px 7px 10px 7px;
	background: #252525;
}

#text, a:link, a:visited{
	padding-left: 12px;
	color: #dddddd;
}

#htext{
	color: #528249;
	font-size: 22px;
	padding-left: 0px;
}

#dtext{
	font-size: 14px;
}

#ptext{
	padding-left: 15px;
	font-size: 14px;
	font-style: italic;
}

#ptext a{
	color:gray;
	
}

#bottom
{
	background: url('logo_small_small.png') no-repeat 1% 70%;
	position: relative;
	height: 100px;
	clear: both;
	padding-top: 10px;
}