body {
    background: #F9F9F9; /* Set HTML background color */  
	font-family:Verdana;
	font-size 12px;
	/*font: 14px "Lucida Grande";  *//* Set global font size & family */  
   /* color: #464646; *//* Set global text color */  

}

a{
	color:#000;
	margin-right: 10px;
	text-decoration: none;
}
.member_content, .link a:link, .link a:visited, .link a:active {
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	padding: 0 0 2 0px;
	text-decoration: none;
}
.member_content a:hover {
	font-family:Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
}

.header{
	margin-left: auto;
	margin-right: auto;
	padding: 22px;
	width: 900px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bolder;
	
}
.menu, .link a:link, .link a:visited, .link a:active {
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	padding: 0 0 2 0px;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
.menu a:hover {
	font-family:Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
}

.content{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

/* Wrap */  
.wrap{   
    background: #FFFFFF; /* Set content background to white */  
    width: 900px; /* Set the width of our content area */  
    margin: 0 auto; /* Center our content in our browser */  
    margin-top: 50px; /* Margin top to make some space between the header and the content */  
    padding: 10px; /* Padding to make some more space for our text */  
    border: 1px solid #DFDFDF; /* Small border for the finishing touch */  
    text-align: center; /* Center our content text */  
}   
.wrap h3{   
    font: italic 22px Georgia; /* Set font for our heading 2 that will be displayed in our wrap */  
}   
/* Form & Input field styles */  
form{   
    margin-top: 10px; /* Make some more distance away from the description text */  
}   
form .submit_button{   
   background: #F9F9F9; /* Set button background */  
    border: 1px solid #DFDFDF; /* Small border around our submit button */  
    padding: 8px; /* Add some more space around our button text */  
}   
input{   
    font: normal 16px Georgia; /* Set font for our input fields */  
    border: 1px solid #DFDFDF; /* Small border around our input field */  
    padding: 8px; /* Add some more space around our text */  
}  
.content_wrap{
	width: 900px;
	margin: 0 auto;
}





























