


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


.smallt
{
font-size: x-small;
float: right;
color: #999999;
}

.blackborder
{
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
}

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


.vt
{
	color: #999999;
	}


#header {


	margin: auto;
	width: 800px;

}

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

#menu {
	

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



#centerp2 {
	

	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-top: 15px;
	
	background: url(images/bgline.jpg) fixed;
	background-repeat:repeat-x;
	



}




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

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







#centerp {
	
	padding-left: 25px;
	padding-right: 25px;
	margin: auto;
	width: 750px;
	text-align: justify;
	background-color: #000000;

}



#center {
	
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 550px;
	float: left;
	text-align: justify;

}

#right {
	
	padding: 0px;
	margin: 10px 0px 0px 0px;
	width: 180px;
	float: right;
	text-align: justify;
	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: underline;
	}


