@charset "utf-8";
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(grafx/tempback2.jpg);
	background-repeat: repeat-x;
	text-align: center;
	color: #333333;
	font-size: 100%;
	background-color: #434A74;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

#wrapper {
	text-align: left;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 100px;
	width: 900px;
}
#innerwrapper {
	float: left;
	height: 318px;
	width: 900px;
}
#logo {
	float: left;
	height: 306px;
	width: 270px;
	display: inline;
}

#content {
	margin-left: 290px;
	margin-right: 10px;
	margin-top: 0px;
	height: 318px;
	width: 595px;
	font-size: 85%;
}
#content h1 {
	color: #666666;
	font-size: 18px;
	margin-bottom: 5px;
	padding-top: 15px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D15B02;
	width: 350px;
}
#nav {
	background-image: url(grafx/chromebar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 32px;
	width: 900px;
}
#nav ul {
	font-size: 90%;
	font-weight: normal;
	text-align: center;
	list-style-type: none;
	letter-spacing: .2em;
	padding-top: 5px;
}
#nav li {
	display: inline;
}
#nav li a:link, #nav li a:visited {
	color: #000000;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	margin-right: 15px;
	margin-left: 15px;
}
#nav li a:hover, #nav li active, #nav li a:focus {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D56310;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
#footer {
	font-size: 65%;
	margin-top: 18px;
	color: #AAA8B5;
	text-align: right;
	margin-right: 35px;
}
#iframediv {
	height: 290px;
	width: 590px;
	padding-top: 10px;
#content {
	font-size: 75%;
}
.floatright {
	float: right;
	margin-left: 10px;
	clear: right;
}
.rghtsidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.floatleft {
	float: left;
	clear: none;
	margin-right: 10px;
}
