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

/* RESET */
html,body,div,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

body {
background:#f0f0f0;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}

	h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	}
	
	h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	}


#framed {
width:778px;
border:1px solid #d6d6d6;
background:#FFFFFF;
margin:0 auto;
padding:10px;
}

#header {
height:64px;
text-align:center;
width:778px;
border-bottom:1px solid #CCCCCC;
padding:10px 0 0 0;
}

#content {
margin:10px 0 0 0;
width:778px;
overflow:hidden;
}

	#content-left {
	float:left;
	width:160px;
	padding:10px;
	margin-right:26px;
	border:1px dashed #cccccc;
	background:#f7feff;
	}
	
		#content-left ul {
		}
		
		#content-left ul li {
		margin:0 0 7px 0;
		font-size:17px;
		}
	
	#content-right {
	float:right;
	width:570px;
	}
	
	#content-right p {
	margin:15px 0;
	}
	
#footer {
width:778px;
margin:20px 0 5px 0;
padding:5px 0 0 0;
text-align:center;
height:25px;
font-size:12px;
background:#e7dfda;
}
