@import "common.css";
@import "menu.css";

body{
	margin: 0;
	padding: 0;
	background: url(images/bg.gif);
	color: #666;
	line-height: 150%;
}

a{ color: #00f; text-decoration: underline; }
a:visited{ color: #00f; text-decoration: underline; }
a:hover{ color: #c60; text-decoration: underline; }

#contents{
	width: 760px;
}

h1{
	width: 740px;
	height: 90px;
	margin: 0;
	padding: 30px 0 0 20px;
	background: url(images/banner.jpg);
}

#main{
	margin: 0 auto;
	padding: 20px;
	background: url(images/main.gif) repeat-x #dfdfdf;
}

h2{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11pt;
	font-weight: bold;
}

h3{
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	border-top: dotted 1px #666;
	font-size: 11pt;
}

#main p{
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 130%;
}

#footer{
	width: 760px;
	margin: 0;
	background: url(images/footer.gif) repeat-x #d6d5d5;
	text-align: center;
}

#footer p{
	font-size: 12px;
	line-height: 35px;
}


