/* CSS Document */
DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}

body {
	height: auto;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	font-size: 16px;
	margin: auto;
	}
	
h1 {
	font-size: 18px;
	margin-bottom: 0px;
	}
	
h2 {
	font-size: 25px;
	margin-bottom: -5px;
	}
	
h3 {
	font-size: 25px;
	margin-bottom: -5px;
	}
	
img
{  border-style: none;
}

p {
	line-height: 135%;
	}

td {
	text-align: left;
	}

#body-list{
	text-align: left;
	}
	
#wrapper{
	width: 922px;
	height: auto;
	margin: 0 auto;
	}
		
#header{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	}
	
#links {
	border-top: 0px;
	position: relative;
	font-size: 18px;
	margin-bottom: 50px;
	}

#links a{
	font-family: Arial, sans serif;
	color: #000000;
	text-decoration: none;
        
	}
	
#links a:hover{
	color: #2D5A4D;
        text-decoration: underline;
	}
		
#links li {
	display: inline;
	list-style-type: none;
    padding: 4px;
	}

	
#page_body{
	width: 100%;
	height: auto;
	}

#content{
	width: 680px;
	height: 100%;
	float: left;
	}
	
#ads{
	width: 210px;
	height: 725px;
	float: right;
	padding-top: 10px;
	border: 1px solid black;
	}
	
#footer-xchange{
	border:2px solid black;
	margin-top: 800px;
	margin-bottom: 25px;
	width: 922px;
	}
	
form fieldset {
	margin-left: 100px;
	text-align: left;
	border: 0;
	}  

/*
form fieldset p br {
	clear: left;
	}  
*/

label { 
	text-align: left;
	margin-top: 5px;  
	width: 125px;  
	padding: 0;  
	float: left;  
}
  
input, textarea {  
	text-align: left;
	font-family: Trebuchet MS;  
	border: 1px solid #CCC;
	margin-top: 5px;
	margin-bottom: 5px;  
	background-color: #FFF;  
	padding: 2px;
	width: 300px;
}
  
input:hover, textarea:hover {  
	border: 1px solid #222;  
	background-color: #EEE;  
}  

#register{
	margin-left: 125px;
	text-align: center;
	width: 65px;
	}

textarea.expanding{
	overflow: auto;
	overflow-x: auto;
	overflow-y: visible;
	}

	

/* # id,. class */
