/*-----COMMON-----*/
body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	background-color: #F2F2F2;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

/*-----LINK-----*/
a {
	text-decoration: none;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	text-decoration: underline;
}

/*-----LAYOUT-----*/
#head {
	width: 910px;
	height: 60px;
	background-image: url(../images/sdw1.jpg);
	background-repeat: no-repeat;
}
#main {
	width: 910px;
	height: 540px;
}
#foot {
	width: 910px;
	height: 40px;
	background-image: url(../images/sdw4.jpg);
	background-repeat: no-repeat;
}
.title {
	padding-top: 20px;
	padding-left: 15px;
}
.link {
	padding-top: 15px;
	padding-left: 15px;
}
.copyright {
	padding-top: 8px;
	padding-right: 15px;
}