@charset "UTF-8";
* {
	padding:0;
	margin:0;
}
body {
	font-family:Georgia, sans-serif;
	background:url(../_media/layout/bg.gif) no-repeat;
}
img {
	border:0;
}
h1 {
	font-size:32px;
	color:#333;
	font-weight:normal;
}
h2 {
	font-size:32px;
	color:#999;
	font-weight:normal;
	margin:-10px 0 0 0;
}
h3 {
	font-size:24px;
	color:#333;
	font-weight:normal;
	margin:30px 0 0 0;
}
h4 {
	font-size:18px;
	color:#666;
	font-weight:normal;
	margin:20px 0 0 0;
}
h5 {
	font-size:16px;
	color:#999;
	font-weight:normal;
	margin:20px 0 0 0;
	line-height:20px;
}
h6 {
	font-size:12px;
	color:#999;
	font-weight:normal;
	margin:20px 0 0 0;
}
h6 a, h6 a:link, h6 a:visited {
	text-decoration:none;
	color:#666;
}
h6 a:hover {
	text-decoration:underline;
	color:#999;
}
ul {
	font-size:16px;
	color:#999;
	list-style:none;
	line-height:20px;
}
ul a, ul a:link, ul a:visited {
	text-decoration:none;
	color:#999;
}
ul a:hover {
	text-decoration:underline;
	color:#666;
}

/*----------------------------------------*/
div#page {
	margin:50px 0 0 40px;
}