* {
	margin:0;
	padding:0;
}
blockquote {
	background:#f1f1f1;
	border-right:2px dotted #965C96;
	border-left:2px dotted #965C96;
	color:#444;
	display:block;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	font:0.8em Tahoma;
}
body {
	background-color: #fff;
	color:#666;
	font:0.9em Georgia, "Times New Roman", Times, serif;
}
#header {
	background:url(./image/background_header.jpg) bottom right no-repeat;
	height:300px;
	margin: 30px auto 0 auto;
	position:relative;
	width:760px;
}
#header h1 {
	color:#666;
	font-size:30px;
	font-weight:400;
	left:0;
	letter-spacing:-1px;
	position:absolute;
	top:0;
}
#header p {
	bottom:10px;
	color:#fff;
	font-size:2em;
	position:absolute;
	right:20px;
}
#content {
	height:auto;
	margin:0 auto;
	width:760px;
	font-family:tahoma;
}
#content ul {
	display:inline;
	background-color: #ccc;
}
#content ul li {
	list-style:none;
	padding:5px;
	display:inline;
	line-height: 35px;
	font-family:"century gothic";
	font-size: 16px;
}
#content ul li a {
	color:#000;
	display:inline;
	text-decoration:none;
}
#content ul li a:hover {
	color:#555;
	border-top: 6px solid #000;
}
#main {
	font-family: tahoma;
}
#main p {
	color:#000;
	font-size: 1em;
	line-height:20px;
	padding:10px;
}
#main h1 {
	border-bottom:2px solid #7B337C;
	color:#000;
	font-size:135%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
	margin-top: 20px;
}
#main h2 {
	color:#444;
	font-size:125%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
#main h3 {
	color:#444;
	font-size:115%;
	font-weight:150;
	line-height:30px;
	padding:0 10px;
	border-bottom:2px dotted #444;
}
#footer {
	margin:10px auto;
	width:760px;
	border-top:2px solid #7B337C;
}
#footer p {
	color:#555;
	font-size:90%;
	font-family:tahoma;
	text-decoration:none;
	line-height:20px;
	padding:10px;
	text-align:center;
}
#footer a { 
	color:#7B337C;
	text-decoration: none;
}
#footer a:hover { 
	color:#000;
}
.gray {
color: #555;
}