@charset "utf-8";
body {
	background-image: url(../images/bckImg.gif);
	background-repeat:repeat;
	text-align: center;
	margin: auto;
	height: 550px;
	width: 750px;
}

#glbContainer {
	text-align: center;
	height: 450px;
	width: 548px;
	border: thin solid #FFFFFF;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#topHeader {
	background-image:url(../images/topHdr.gif);
	background-repeat:no-repeat;
	height: 71px;
	width: 100%;
}

#logo {
	font-family: Eurostile;
	font-size: 22px;
	color: #683b3b;
	float: left;
	height: 100%;
	width: 30%;
	font-weight: 500;
	padding-top: 20px;

}

#topNav {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #3C2525;
	float: right;
	height: 100%;
	width: 70%;
	padding-top: 20px;
}

#topNav ul {
	display: inline;
	padding-left: 100px;
}

#topNav ul li {
	display: inline;
	padding-right: 6px;
	padding-left: 6px;
}

#topNav a {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #3C2525;
	text-decoration: none;
}

#topNav a:hover {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

#xtraHdr {
	background-image: url(../images/lineHdr.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 100%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #a18585;
}

#mainBody {
	background-color: #a39563;
	height: 358px;
	width: 100%;
}

#mainBody a {
	font-family:Eurostile;
	color: #ffffff;
	text-decoration:underline;
}

#mainBody a:hover {
	font-family:Eurostile;
	color: #ffffff;
	text-decoration:none;
}

#leftWin {
	background-image: url(../images/leftWindow.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 358px;
	width: 220px;
	background-position: center;
	margin: 0px;
}

#mainBody h2 {
	font-family:Eurostile;
	color: #e7d69d;
	text-decoration: underline;
}

#mainBody ul{
	text-decoration:none;
	text-align:justify;
	
}

#mainBody ul li{
	font-family:Eurostile;
	color: #ffffff;
	text-decoration: none;
}

#mainBody p {
	font-family:Eurostile;
	color: #ffffff;
	text-decoration: none;
	text-indent: 5px;
	padding: 10px;
}

#rightWin {
	background-image: url(../images/rightWindow.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: center;
	width: 327px;
	height: 358px;
	float: right;
	margin-top: 0px;
}

#footer {
	text-align: center;
	height: 50px;
	width: 548px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-top: 10px;
	padding-left: 10px;
	font-family: "Century Gothic";
	font-size: 10px;
	color: #e7d69d;
}

#footer ul {
	display: inline;
	padding-left: 10px;
	font-family: "Century Gothic";
	font-size: 12px;
	color: #e7d69d;
}

#footer ul li {
	display: inline;
	padding-right: 6px;
	padding-left: 6px;
}

#footer a {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #e7d69d;
	text-decoration: none;
}

#footer a:hover {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
