body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	background: #f2f9ff url(../img/images/body_background.jpg) repeat-x;
	
	
	}
	
a{
	color:#336699;
	text-decoration:none;
	outline:none;
	border:0;
}
a:hover{
	text-decoration:underline;
	}
img{
	outline:none;
	border:0;
	}

	
#wrapper{
	width:100%;

	height:1000px;
	background:url(../img/images/content_background.jpg) no-repeat;

}


#header{
	margin:0px auto;
	width:1024px;
	height:65px;
	background-image:url(../img/images/header.png);
	}

#container{
	margin:0px auto;
	border:2px solid #dadada;
	width:1000px;
	height:500px;
	background: white;
	background:url(../img/images/container_background.jpg);

	}



/* Container Header */
#containerHeader{
	width:100%;
	height:30px;
	background:url(../img/images/50_percent_white.png);
	}
.contentHeader{
	width:200px;
	float:right;
	color:#666;
	font-size:16px;
	
	}
.backLink{
	padding:5px;
	margin-left:10px;
	float:left;
	
	}
.paginator{
	color:#666;
	font-size:12px;
	width:800px;
	padding-top:10px;
	float:right;
	
}

.paginator .buttons{
	float:right;
	margin-right:230px;
	}
.paginator a{
	color:#333;
	
	}
	
	
	
.content{
	border:1px solid #dadada;
	width:800px;
	background:white;
	margin-right:30px;
	margin-bottom:30px;
	margin-left:30px;
	
	}

a{
	font-size:12px;
}
#menu{
	padding:0;
	}

.menuSpacer{
	height:250px;
	width:100px;
	}
.menu {
	width:165px;
	float:right;
	text-align:right;
	background:none;
	margin-top:-12px;
	
	
	

}
.menu ul{
	padding:0;
	margin:0;
	}

.menu  ul li {
	padding:0;
	list-style:none;
	font-size:18px;
	height:30px;
}


.menu ul li a{
	display:block;
	padding:4%;
	color:#695c4b;
	background-color:white;
	}

  .menu li a span {
      display:none;
	  float:rignt;
      }
	  
	  
.menu  ul li a:hover {
	}
.left{
	float:left;
	}
.right{
	float:right;
	}



#footer{
	width:1024px;
	margin:12px auto;
	height:20px;
	font-size:10px;
	font-color:#666;
	
	}




#footer  ul li {
	display:inline;
	list-style:none;
	margin-right:10px;
	}
#footer  ul li a:hover {
	color:#336699;
	}

