/* HEADER */

#header
{
	height: 115px;
	margin: 0;
	background: url(/media/images/bg_main.jpg) #333;
        width: 100%;
}

#logo{
	position: absolute;
	z-index: 51;
	width: 211px;
	height: 68px;
	overflow: hidden;
	margin-top: 32px;
}


#sitenav{
   position: relative;
   padding-left: 50%;
   padding-top: 85px;
   background: url(/media/images/nav_bg1.jpg) repeat-x;
   background-position: bottom center;
   clear: both;
   z-index: 50;
}


/* CONTENT */

#contentWrap {
  width: 800px;
  margin-right: 20px;
  margin-bottom: 20px;
}

#contentMain {
	display: inline;
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
}



img {
	border: 0 none transparent;
}


/* FOOTER */

#footer
{
	width: 100%;
	margin-left: 25px;
        padding-bottom: 3px;
	background: url(/media/images/bg2.jpg) #111 repeat-x;
	line-height: 1.4em;
	float: left;
        
}

#footer p
{
	margin-top: 0.5em;
	text-align: center;
}


#copyright{
    color: #eeeeee;    
    text-align: center;
    width: 100%;
    padding: 0;
    margin:0;
}


