/*
	Tingmo
*/
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:none;
}

/* body */
body {
	background:#fff;
	color:#333333;
	font:Verdana,sans-serif;font-size:11pt;font-weight:normal;
}

/* header */
#header {
	border-bottom:5px solid #999;
	height: 1px;
	margin: 2px;
	width: 200px;
}
#header h1 {
	color:#666;
	font-size:150%;
	letter-spacing:20px;
	text-align:center;
	padding:2px;
	margin-bottom:2px;
}
#header h2 {
	color:#CCC;
	font-size:120%;
	letter-spacing:12px;
	text-align:center;
}

/* navigation */
#navigation {
	margin:0 auto;
	width:750px;
	height:4px;
	
}
#navigation li {
	float:left;
	width:80px;
	color:#333;
	text-align:center;
    font-size:12px; 
}


/* content */
#content {
	height:auto;
	margin:0 auto;
	padding:0 0 20px;
	width:751px;
}
#content h1 {
	border-bottom:1px dashed #666;
	font-size:1.21em;
	color:#0000FF;
    text-align: center;
	padding:0px;

}
#content p {
	padding:20px 20px 0;
    text-align: justify;
}

/* footer */
#footer {
	border-top:1px solid #666;
	height:50px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	width:751px;
}

