body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	background: #fff;
}

/*--Global Property--------------------------------------------*/

*{margin: 0; padding: 0;}
h1, h2, h3 { margin: 10px 0; padding: 10px 0; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; border-bottom: 1px dashed #ddd;}
h1 {font-size: 3em;}
h2 {font-size: 2.5em;}
h3 {font-size: 2em;}
p {margin: 5px 0; padding: 5px 0;}

/*--Layout Property--------------------------------------------*/

#main {
	height: 100%;
	min-height: 660px;
	background: url(stretch.gif) repeat-y;
	position: relative;
	overflow: hidden;
}
*html #main { height: 724px; overflow: visible;}
.container {
	margin: 0 auto;
	width: 968px;
	font-size: 1.2em;
}

/*--Header Property---------------*/
#header {
	width: 968px;
	float: left;
	height: 120px;
	background: #00B6CF;
	position: absolute;
	top: 0;
	border: 1px solid #ccc;
	left: 0;
}
#header h2 {
	padding: 20px 20px;
	font-size: 3.5em;
}
#header ul {
	float: left;
	margin-left: 10px;
	list-style: none;
	display: inline;
}
#header ul li {
	float: left;
	margin: 0 5px;
}
#header ul li a{
	display: block;
	padding: 5px;
	background: #00E0FF;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #222;
}
#header ul li a:hover{
	background: #ddd;
	border: 1px solid #bbb;
}
/*--Content Property---------------*/
#content {
	float: right;
	display: inline;
	width: 928px;
	margin: 120px 0 0 0;
	padding: 20px;
}
/*--Footer Property---------------*/
#footer {
	background: url(footer.gif) no-repeat;
	float: left;
	height: 56px;
	line-height: 56px;
	width: 100%;
	text-align: center;
	color: #fff;
}
