* {
	margin: 0;
	padding: 0;
	border-collapse:collapse;
}

body {
	background-color:#000000;
	background-image:url(../images/background_tile.jpg);
	color:#fffefe;
	text-align: left;
	font:80%/1.3 Arial, Helvetica, sans-serif;
	padding: 20px 0px 0px 0px;
}

#bodyContainer {
/* background-image:url(../images/background.jpg) ; */
width:100%;
height:100%;
background-repeat: no-repeat;	
}


#bodyWrapper {
	margin:0 auto 0 auto;
	width:800px;

	text-align: left;
}

/* [+] HEADER ------------------------------- */

#header {
	min-height: 73px;
	width: 100%;
	background-color:#000000;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;	
}

/* [+] HEADINGS------------------------------- */

h1 {
font-size:1.5em;

}

h2 {
margin:9px 0px 0px 0px;
font-size:1.1em;
}

#right h3 {
margin:4px 0px 4px 0px;
}



/* [+] MENU ------------------------------- */


#menu {
      position:relative;
      left:292px;
      top:53px;    
      line-height:normal;
}


#menu ul {
 
      list-style:none;
}
#menu li {
      float:left;
      margin:0;
      padding:0 8px 0 8px;
      border-right:1px solid #787878;

}

#menu li a{
	color:#000000;
	text-decoration:none;

}

#menu li a:hover{
	color:#a60a0a;
	text-decoration:underline;

}


/* [+] SUB MENU ------------------------------- */



/* [+] BREAD CRUMB TRAIL ------------------------------- */



/* [+] CONTENT ------------------------------- */

#content {
	background:url('../images/content_background.jpg') left 235px;
	color:#000000;
	float:left;
}

#contentfooter {
	background-image:url(../images/content_footer.jpg);
	height:54px;
	clear:both;
}

#content #left {
padding:10px 10px 0px 10px;
}

#content #right {
width:160px;
float:right;

margin-left:10px;
}

#content #text {
width:600px;
}

#content .button {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
position:relative;
top:5px;
}

/* [+] FOOTER  ------------------------------- */
#footerwrapper {
	text-align:center;
	padding: 0px 5px 5px 30px;
}
#footer {	
	min-height:30px;
	margin:0 auto;
	padding:0px 0 0px 0;
	font-weight:bold  ;
	clear:both;
	font-size: 0.8em;
	}
#footer ul {
	list-style:none;
	}
#footer li {
	float:left;
	display:block;
	min-height:18px;
	padding:10px 0 0 5px;
	color: #8F8F8F;
	}
#footer li a {
	color:#8F8F8F;
	text-decoration:none;
	}
#footer li a:hover {
	color:#ffffff;
	}
#foot-spacer {
	height:30px;
}

#bottom-footer {
	background-image:url(../images/footer_right.jpg);
	height:68px;
}

#bottom-footer-inner {
	background-image:url(../images/footer_left.jpg);
	width:517px;
	height:68px;
}


/* [+] image editor ------------------------------- */

.managecontainer {
background:#ffffff;
}


/* [+] UTILITY  CLASSES  ------------------------------- */
.clearFix {
clear:both;
}

/* ACCESSIBILITY ------------------------*/

#skip {
		position: absolute;
		left: -2000px;
		}

