


body {
font-size:small;
	color:#CCCCCC;
	
	margin: auto;
	background-image:url(images/bgbrown2.jpg);
	background-repeat: repeat;
	
	 
}



.grayborder
{
    border-color: #9c9c9c;
    border-width: 1px;
    border-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

#header {


	margin: auto;
	text-align:center;

}

#line {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	
}

#menu {
	

	margin: auto;
	text-align:center;
	width: 800px;
	background-image: url(images/mspace.gif);
	background-repeat: repeat-x;
	
	
}

#area {
	width: 764px;
	margin: auto;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 18px;
	padding-bottom: 5px;
	background: url(images/bgline.jpg) fixed;
	background-repeat:repeat-x;
	background-color:#555555;
}




h1 {
	font-size:24px;
	color: #CCCCCC;
	 
}

h2 {
	font-size:20px;
	color: #CCCCCC;
	
}







#centerp {
	

	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color:#555555;
	padding-bottom: 5px;

}



#center {
	
	padding-left: 3px;
	margin: 0px 0px 0px 0px;
	width: 540px;

	text-align: justify;
	
}

#right {
	
	padding-right: 3px;
	margin: 20px 10px 0px 0px;
	width: 160px;
	float: right;
	
	border: 0px solid #333333;

}




strong {
	
	font-size:13px;
	color: #CCCCCC;
	

}


#footer {
	background-image: url(images/footerbg.gif);
	background-position: bottom;
	background-color: #2d2d2d;
	padding-top: 18px;
	padding-bottom: 18px;
	width: 800px;
	text-align: center;
	color: #CCCCCC;
	margin: auto;
	
}

a:link {
	color: #bfeeed;
	text-decoration: none;
	}
	
a:visited {
	color: #bfeeed;
	text-decoration: none;
	}
	
a:hover {
	color: #FFD18C;
	text-decoration: none;
	}


