/* ------------------------------ TAGs ------------------------------ */

a {
	color: #f9e59a;
	text-decoration: none;
}

a:hover {
	color: #253236;
	text-decoration: none;
}

a img {
	border: none;
}

body {
	background: #0d2129 url('/images/gui/body_bg.jpg') repeat-x;
	color: #fff;
	font: small Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

h1 {
	color: #253236;
	font: bold xx-large Georgia, "Times New Roman", Times, serif;
	margin: 0;
}

h2 {
	background: url(/images/gui/arrow.gif) no-repeat bottom right;
	border-bottom: 1px solid #9ca199;
	color: #253236;
	font: bold large Georgia, "Times New Roman", Times, serif;
	margin: 24px 0 0 0;
	padding-bottom: 2px;
}

/* ------------------------------ IDs ------------------------------- */

#banner {
	background: url('/images/gui/banner_copy.jpg') no-repeat top right;
	color: #fff;
	font: bold xx-large "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	height: 120px;
	margin-left: -146px;
	position: absolute;
	left: 50%;
	top: 0;
	width: 525px;
}

#banner a {
	display: block;
	height: 100%;
}

#container {
	background: #4b6265 url('/images/gui/container_bg.jpg') repeat-x top left;
	margin-top: 116px;
}

#content {
	float: left;
	line-height: 1.5em;
	margin-left: 24px;
	width: 400px;
}

#content p {
	margin: 12px 0 12px 12px;
}

#content ul {
	margin: 12px 0 12px 36px;
	padding: 0;
}

#content ul li {
	margin: 12px 0;
}

#copyright {
	color: #4b6265;
	font-size: xx-small;
	margin: 4px 0;
	text-align: center;
	text-transform: uppercase;
}

#copyright a {
	color: #666;
}

#copyright a:hover {
	color: #ccc;
}

#footer {
	clear: both;
	font-size: x-small;
}

#footer a {
	color: #8197a0;
	padding: 16px 16px 0 16px;
}

#footer a:hover {
	color: #ccc;
}

#footer a#link_home {
	background: url('/images/gui/home_button.gif') no-repeat top center;
	border-right: 1px solid #8197a0;
}

#footer a#link_sitemap {
	background: url('/images/gui/sitemap_button.gif') no-repeat top center;
	border-right: 1px solid #8197a0;
}

#footer a#link_facebook {
	background: url('/images/gui/facebook_button.gif') no-repeat top center;
}

#left {
	float: left;
	margin: 0;
	padding: 0;
	width: 285px;
}

#navbar {
	font: bold x-large Georgia, "Times New Roman", Times, serif;
	float: left;
	height: auto !important;
	list-style-type: none;
	margin: 0 18px 0 0;
	padding: 0;
	width: 265px;
}

#navbar a {
	border-bottom: 1px dotted #fff;
	color: #fff;
	display: block;
	padding: 0 8px;
	width: 248px;
}

#navbar a:hover {
	color: #ccc;
}

#navbar li {
	background: url('/images/gui/nav_tab.gif') no-repeat bottom right;
	clear: left;
	margin: 0 0 24px 0;
	padding: 0;
}

#navbar li ul {
	font: small Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navbar li ul li {
	padding-top: 1px;
}

#navbar li ul li a {
	background: none;
	border-bottom: none;
	color: #363C44;
	display: inline;
	float: left;
	width: auto;
}

#navbar #page_photo {
	background: no-repeat top left;
	border: 1px solid #8197a0;
	height: 300px;
	width: 263px; 
}

#page_body {
	padding: 24px 24px 0 24px;
}

#page_bottom {
	height: 9px;
}

#page_bottom img {
	float: left;
}

#page_top {
	height: 9px;
}

#page_top img {
	float: left;
}

#quote {
	float: left;
	margin-bottom: 60px;
}

#wrapper {
	margin: 0 auto;
	width: 758px;
}


/* ----------------------------- STYLES ----------------------------- */

.clearing {
	clear: both;
}