body
{
	font-family:		trebuchet ms;
	text-align:			center;
	font-size:			11px;
	margin: 0px;
	color: #6f6f6f;
	/*background-color: #B2B2B2;*/
}

#main
{
	width: 1024px;
	margin: auto;
	padding: 0;
	background-color: white;
	color: #5a5a5a;
	text-align: justify;

}

#header
{
    width: 100%;
}

#header .midbar
{
    background: url('images/menubackground.jpg') top left repeat-x;
    height: 39px;
}

.midbar .logo
{
    float: right;
    width: 216px;
}

#headerimage
{
  background: url('images/header.jpg') top left no-repeat;
  width: 1024px;
  height: 261px;
}

#page
{
    background: url('images/contentback.jpg') top left repeat-x;
    width: 1024px;
    text-align: center;
}

#maincontainer {
     margin: -35px auto auto;
     display: inline-block;
     width: 989px;
}

#contenttop
{
    background: url('images/contenttop.png') top left no-repeat;
    height: 33px;
    float: left;
    width: 989px;
}

#content
{
    background: url('images/contentback.png') top left repeat-y;
    float: left;
    width: 989px;
    text-align: justify;
    min-height:260px
}

#content #containerblock{
    width: 98%;
    margin: auto;
    padding: 0;
    margin-top: -20px;
}

#footer
{
    width: 100%;
    /*background: url('images/footer.jpg') top left no-repeat;*/
    height: 90px;
}

a, a:visited, a:hover {
	color: #5a5a5a;
	text-decoration: none;
	font-weight: bold;
}


/*MENU*/
#menu {
	height: 39px;
	width: 100%;
	font-size: 14px;
}

#menu .wrap {
	display:inline-block;
	float:right;
	margin-left:10px;
	margin-right:10px;
	text-align:right;
	width:98%;
}
#menu .wrap a, #menu .wrap a:hover, #menu .wrap a:visited{
	text-decoration: none;
}

#menu ul
{
	list-style:			none;
	float: right;
	margin-top: 15px;
	width: 100%;
	margin-bottom: 0px;
}

#menu ul li
{
	display:			inline;
	margin-left:		10px;
}


#menu ul li a
{

	text-decoration:	none;
	border-right:	    1px solid #72756f;
	padding-right:		10px;
	padding-bottom:		6px;
}

#menu ul li .active a
{
	font-weight:		bold;
}

#menu ul li.default a
{
	float: left;
	border: 0px;
	margin: 0px 0 0 10px;
}

#menu ul ul
{
	display: none;
}

