@charset "utf-8";
/* CSS Document */

#page {background-color:#fff;
		width:850px;
		margin:0 auto;}

#masthead {background-color:white;
			height:auto;}
 
#page-wrap {width: 850px;
			margin:0 auto}
			
#main {float:left;
		width: 65%;
		padding: 20px 10px 20px 15px;
		text-align:justify;}

h1 {font-size:24px;
	font-family:Verdana, Geneva, sans-serif;}
h2 {font-size:18px;
	font-family:Verdana, Geneva, sans-serif;}
p {font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5;}
h4 {font-size:16px;
	font-family:Verdana, Geneva, sans-serif;}
	
#sidebar {float:right;
		  width :25%;
		  padding:20px 15px 20px 25px;
		  text-align:justify;}
		  

h3 {font-size:14px;
	font-family:Verdana, Geneva, sans-serif;}
	
li {font-size:14px;
	font-family:Verdana, Geneva, sans-serif;}	
	
#footer {clear: both;
		margin-top: 10px;
		text-align: center;}
h5 {font-size:12px;
	font-family:Arial, Helvetica, sans-serif;}




/* link*/
a:link {color:blue;
		text-declaration:none;}
a:visited {color:#603;
			tevt declaration:none;}
a:hover {color:#60F;
		tect-declaration:underline;
		font-size:28px;
		font-family:"Comic Sans MS", cursive;
		cursor:default;}
	   	

		  
		  
		  
		  