/* Top Elements */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #996600;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	text-align: left;
}
a:link, a:active, a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}	
a.footer:link, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
a.footer:hover {
	text-decoration: none;
}	
a.header:link, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.header:hover {
	text-decoration: none;	
}
.bigbuttons {
	margin-bottom: 2px;

/* Layout */
}
#wrap {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 970px;
	position: relative;
}
#header {
	background-image: url(images/header.gif);
	background-repeat: repeat-x;
	float: left;
	height: 38px;
	width: 965px;
	background-position: top;
	margin: 0px;
	padding: 8px 10px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: right;
	position: relative;
}
#logo {
	height: 70px;
	width: 242px;
	position: absolute;
	z-index: 100;
	margin: 0px;
	padding: 0px;
	top: 46px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
#navbar {
	background-image: url(images/navbar.gif);
	background-repeat: repeat-x;
	height: 70px;
	width: 975px;
	float: left;
}
#content-wrap {
	float: left;
	height: auto;
	width: 705px;
	margin-top: 18px;
}
#sidebar-wrap {
	float: left;
	height: auto;
	width: 255px;
	margin-top: 18px;
	margin-left: 7px;
}
#photo {
	float: left;
	height: 292px;
	width: 705px;
}
#main {
	background-image: url(images/main.gif);
	background-repeat: no-repeat;
	float: left;
	height: auto;
	width: 705px;
}
#intro {
	float: left;
	width: 223px;
	margin-left: 35px;
	margin-top: 34px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	color: #ffffcc;
	font-weight: normal;
	letter-spacing: -1px;
}
p {
	font-size: 13px;
	line-height: 1.25em;
	padding-top: 8px;
	padding-bottom: 6px;
}
#support {
	float: left;
	margin-left: 65px;
	margin-top: 15px;
	width: 360px;
	text-align: left;
}
#sidebar {
	float: left;
	background-color: #cc9933;
	width: 232px;
	height: auto;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 10px;
	margin-top: 15px;
}
#footer {
	background-color: #000000;
	clear: both;
	height: 53px;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
}

/* Navigation */
		
#navbar ul {
	float: right;
	list-style: none;
	text-transform: uppercase;
	margin: 0;	padding: 0;	
	height: 56px;		
}
#navbar ul li {
	float: left;
	margin: 0; padding: 0;
	height: 70px;
}
#navbar ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 10px;
	color: #FFFFFF;
	font: normal 13px/70px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
#navbar ul li a:hover, 
#navbar ul li a:active {
	color: #000000;
	background-image: url(images/navbar-hover.gif);
	background-repeat: repeat-x;
}
#nav ul li#current a {
	background-image: url(images/navbar-hover.gif);
	background-repeat: repeat-x;
}
