@charset "utf-8";
/* CSS Document */



body {
		width:1000px;
		margin-left:auto;
		margin-right:auto;
		}
	
	
	#leftcontent {
		float:left;
		width:240px;
		background:#fff;
		border-right:2px solid #000;
		font-family:Arial, Helvetica, sans-serif;

		}
		
	#leftcontent2 {
	
			font-size:12px;
		line-height:18px;
		padding-left:5px;
		
		}


	#leftcontent ul {
	
	list-style-image:none;
	list-style-type:none;

	}

	#rightcontent {
			font-family:Arial, Helvetica, sans-serif;
			font-size:16px;
		}
		
	p,h1,pre {
		margin:0px 30px 10px 30px;
		}
		
	h1 {
		font-size:16px;
		padding-top:10px;
		}
	
	h2 {
		font-size:14px;
		
		}	
	#header {
	
	}
	
	#footer {
	clear: both;
	
	}


	
	