body {
	background-color:#E0E0E0;
	margin:0px;
	padding:0px;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.main {
	width:920px;
	background-color:white;
	background-image:url('../img/title.jpg');
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	overflow:visible;
}

#title {
	width:920px;
	height:136px;
}
#title a {
	color:black;
}
#title .smenu {
	margin:4px 0px;
	float:right;
	width:90px;
}
#title .smenu a {
	background-image:url('../img/dot.gif');
	background-repeat:no-repeat;
	background-position:middle;
	padding-left:14px;
}
#container {
	font-size:16px;
	line-height:140%;
	margin:20px;
}
.footercontainer {
	clear:both;
	text-align:center;
	padding:10px 0px;
}
.footer {
	background-image:url('../img/footerbg.gif');
	background-repeat:no-repeat;
	width:880;
	height:16px;
	text-align:center;
	padding-top:4px;
	font-size:11px;
}
