@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-family:verdana;
	font-size:24px;}
h3 {font-family:verdana;
	font-size:16px;}
p {font-family:Arial;
	font-size:14px;
	line-height:1.0;}	
		
#sidebar {float:right;
		  width :25%;
		  padding:20px 15px 20px 25px;
		  text-align:justify;}
		  
		  
li {font-size:14px;
	font-family:Verdana, Geneva, sans-serif;}
		  
#footer {clear: both;
		margin-top: 10px;
		text-align: center;
		font-family:arial;
		font-size:12px}

/* 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;}

		 	   



