
.frame-module
{
	background-image: url("/images/public/page_bg.jpg");
}

.form-module
{
	padding:15px 0 0 25px;
	width:300px;
}

#container
{
	height:auto !important; /* ie6 hack */
	padding-top:10px;
	margin:auto;
	width:860px;
}

#header
{
	padding:5px 5px 0px 5px;
	width:850px;
	height:110px;
	background: url("/images/public/header_bg3.gif") no-repeat;
}

#logo
{
	width:200px;
	float:left;
}

#description
{
	width:640px;
	float:right;
	text-align:right;
}

#main-nav
{
    margin:0;
	padding:10px 13px 0 0;
    list-style:none;
    line-height:0;
    font-size:0;
    float:right;
}

#main-nav dt
{
    float:left;
    margin:0;
    padding:0;     
}

#main-nav a
{
    padding:0 13px 27px 13px;
	display:block;
}
 
#main-nav #current
{
    background:url("/images/public/nav_glow_left2.gif") no-repeat left bottom;
}

#main-nav #current a
{
    background:url("/images/public/nav_glow_right2.gif") no-repeat right bottom;
    padding-bottom:27px;
}

#footer
{
	clear:both;
	position:relative;
	text-align:center;
    background:url("/images/public/page_footer.jpg") no-repeat top center;
	height:5px;
}

#footer p
{
	padding-top:20px;
	padding-bottom:30px;
	color:#AFAFAF;
	font-size:10px;
	line-height:2.55em;
}

.pipe
{
	color:#6E6E6E;
	padding:0 5px 0 5px;
}
