@charset "utf-8";
body { 
	background: #FFFFFF; 
	font: Georgia, "Times New Roman", Times, serif;	
}
#page-bounds {
	width: 950px;
	margin: 0px auto auto;
}
#page-bounds #container { 
	background: #81818A url(../images/repeat-y.gif) repeat-y; 
	width: 950px;
	margin: auto;
}
#page-bounds #container #header {
	height: 75px;
	width: 927px;
	background: url(../images/border1.gif) repeat-x bottom;
	margin-right: 6px;
	clear: both;
	float: right;
}
#page-bounds #container #content {
	width: 927px;
	float: right;
	clear: both;
	margin-right: 6px;
}
#page-bounds #container #header h1 {
	color: #fff;
	font-size: 24px;
	float: right;
	font-weight: normal;
	padding-right: 40px;
}
#page-bounds #container #content #search .submitbtn {
	background-color: #51515B;
	border: 1px solid #fff;
	height: 100%;
	color: #fff;
}
#page-bounds #container #content #flashcontent {
	height: 390px;
	float: right;
	margin: 0;
}
#page-bounds #container #content #search {
	width: 250px;
	color: #fff;
	float: left;
	font-size: 12px;
	background-color: #51515B;
	padding-bottom: 12px;
}
#page-bounds #container #content #search h1 {
	font-size: 16px;
	padding: 10px;
	font-weight: bold;
	margin: 0;
}
#page-bounds #container #content #search h2 {
	font-size: 12px;
	padding: 10px;
	font-weight: bold;
	margin: 0;
}
#page-bounds #container #menu-bounds {
	position: relative;
	background:transparent url(../images/border2.gif) repeat-x scroll center 30px;
	clear:both;
	float:right;
	height:79px;
	margin-right:6px;
	padding-top:20px;
	padding-top:15px;
	width:927px;	
}
#page-bounds #container #menu-bounds #menu-left {
	float: left;
	width: 700px;
}
#page-bounds #container #menu-bounds #menu-right {
	float: right;
	width: 210px;
	text-align:right;
	margin-right:15px;
}
#page-bounds #container #menu-bounds #menu-left,
#page-bounds #container #menu-bounds #menu-right{
position: relative;
	top: 35px;
}

#page-bounds #container #menu-bounds #menu-left ul,
#page-bounds #container #menu-bounds #menu-right ul {
	
	margin: 0;
	padding: 0 0 0 15px;
}
#page-bounds #container #menu-bounds #menu-left ul li {
	display: inline;
	padding-left: 5px;
}
#page-bounds #container #menu-bounds #menu-right ul li {
	display: inline;
	padding-left: 0px;
}
form {
	margin: 0;
	padding: 0;
}
#page-bounds #container #menu-bounds #menu-left ul li a {
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#page-bounds #container #menu-bounds #menu-right ul li a {
	font-size: 12px;
	text-decoration: none;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#page-bounds #container #menu-bounds #menu-left ul li a:hover, 
#page-bounds #container #menu-bounds #menu-right ul li a:hover {
	border-bottom: 1px solid #444;
	color: #444;
}
#page-bounds #login {
	width: 927px;
	height: 45px;
	margin: auto;
	text-align: right;
}
#page-bounds #login a {
	color: #444;
	text-decoration: underline;
	font-size: 11px;
}
#page-bounds #login input {
	border: 1px solid #444;
}
#page-bounds #login input.login {
	background-color: #fff;
	color: #444;
	font-weight: bold;
}
#page-bounds #login input.login:hover {
	background-color: #444;
	color: #fff;
	font-weight: bold;
}
#page-bounds #container #footer {
	height: 19px;
	width: 927px;
	margin-right: 6px;
	clear: both;
	float: right;	
	background: #50505A url(../images/border3.gif) repeat-x;	
}
#page-bounds #shadow {
	width: 927px;
	height: 8px;
	margin-right: 6px;
	clear: both;
	float: right;
	background: url(../images/shadow.gif) no-repeat;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear-all {
	clear: both;
}