@charset "utf-8";
/* CSS Document */
body {
	color: #444444;
	font-size: 12px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
#wrap {
	width: 710px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	padding: 20px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1,h2 {
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
a:link,a:visited {
	color: #444444;
	text-decoration: none;
}
a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}
ul {
	list-style-type: none;
}
