html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #666666;
	background: #ffffff;
}
#page-container {
	width: 750px;
	margin: auto;
}
#main-nav {
	height: 40px;
	width: 730px;
}
/* Navigavion */
/* Navigation menu styles */

ul{
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 750px;
}

ul li{
	border:1px solid #ffb87e;
	display:inline-block;
	float:left;
	height:25px;
	list-style-type:none;
	overflow:hidden;
	width: 137px;
}

ul li a, ul li a:hover, 
ul li a:visited{
	text-decoration:none;
}

.normalMenu, .normalMenu:visited,
.hoverMenu, .hoverMenu:visited,
.selectedMenu,.selectedMenu:visited {
	outline:none;
	padding:5px 10px;
	display:block;
}

.hoverMenu,.hoverMenu:visited,
.selectedMenu,.selectedMenu:visited {
	margin-top:-25px;
	background:url(../images/bg_gradient.png) repeat-x #ffbe86;
	color:#444444;
}

.selectedMenu,.selectedMenu:visited {
	margin:0;
}

.normalMenu, .normalMenu:visited{
	color:black;
	background:url(../images/grey_bg.gif) repeat-x #444444;
}
#header {
	height: 125px;
}

#sidebar-a {
	float: right;
	width: 280px;
	line-height: 18px;
	height: auto;
	padding-bottom: 5px;
}
#sidebar-a .padding {
	padding: 25px;
	padding-bottom: 54px;
	background:url(../images/stripe2.png);
	border-left: 1px solid #ffb87e;
	border-top: 1px solid #ffb87e;
	border-right: 1px solid #ffb87e;
	border-bottom: 1px solid #ffb87e;
}
#content {
	margin-right: 300px;
	line-height: 18px;
	padding-left: 10px;
	padding-bottom: 5px;
}
#content .padding {
	background:url(../images/stripe2.png);
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 1px;
	padding-bottom: 5px;
	border-left: 1px solid #ffb87e;
	border-right: 1px solid #ffb87e;
	border-top: 1px solid #ffb87e;
	border-bottom: 1px solid #ffb87e;
}
.content_header2 {
	background: url(../images/bg_gradient.png) repeat-x;
	height: 25px;
	padding-left: 10px;
	padding-top:7px;
}
#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}
#footer {
	clear: both;
	height: 66px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #c9c9c9;
	border-top: 1px solid #ffb87e;
	padding: 13px 25px;
	line-height: 18px;
}
#footer a {
	color: #c9c9c9;
	text-decoration: none;
}
#footer a:hover {
	color: #db6d16;
}
#footer #altnav {
	width: 350px;
	float: right;
	text-align: right;
}
.hidden {
	display: none;
}
h1 {
	margin: 0;
	padding: 0;
}