body, html
{
background:#f7931e;
font-family:arial;
font-size:14px;
}

ul, li
{
padding:0;
margin:0;
list-style:none;
}

a, a:visited, a:active
{
color:#333333;
text-decoration:none;
}

a:hover
{
color:#f7931e;
text-decoration:none;
}

.container
{
margin:auto;
width:941px;
background: #f7931e;
overflow:auto;
#overflow:visible;
}

.page
{
padding:15px 15px 15px 10px;
background: #ffffff;
overflow:auto !important;
#overflow:visible;
margin-left:45px;
}

/*
.page .header ul li
{
list-style-:url("../images/logo.png");
}
*/

.icon-bar
{
float:left;
width:50px;
margin-top:17px;
}

.icon-bar .selected, .icon-bar .not-selected
{
	width: 45px;
	height: 20px;
}

.icon-bar .selected
{
	background-image: url("../images/selected.png");
	background-repeat: no-repeat;
	background-position: 100%;
}

.footer
{
clear:left;
background: #ffffff url("../images/pbg.png") 100% 100% no-repeat;
height:500px;
}

.page .site-nav-bar
{
width:220px;
float:left;
margin:10px 5px 10px 0;
}

.page .site-nav-bar ul
{
padding:0;
margin:0;
list-style:none;
line-height:20px;
}

/*
.page .site-nav-bar .selected
{
list-style:url("../images/selected.png");
}
*/
.page .site-nav-bar .selected a
{
color:#f7931e;
}

.page .content
{
width:585px;
float:left;
margin:10px 5px 10px 5px;
overflow:auto;
#overflow:visible;
}