@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}

body{
	padding:0;
	margin:0 auto;
	background:#ffbfbf url(images/bg.png) repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#ffa3a3;
	font:11px/13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
a{
	color:#ff1f24;
	text-decoration:none;
}
a:hover{
	color:#a01013;
	text-decoration:none;
}
#container{
	width:90%;
	margin:0 auto;
	text-align:left;
}
img{
	border:none;
}
#header{
	text-align:center;
	width:100%;
	padding:0;
	margin-left:auto; 
	margin-right:auto;
}


#content{
}


.navmenu2{
	background:url(images/contentbg.png) repeat-y;
	margin:0 auto;
	padding:0px 0px;
	margin-left:auto; 
	margin-right:auto;
	width:86%;	
}

.contentbg{
	margin:0 auto;
	padding:0;
	margin-left:auto;
  	margin-right:auto;
  	width: 70%;
}

.p{
text-align:center;
}

#footercontent{
	background:#181818 url(images/footerbg.png) repeat-x;
	text-align:center;
	color:#c2c2c2;
	width:100%;
	padding:20px 0px;
}
