.clear{
    clear:both;
}
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000;
	font-size: 91.6%;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/buck.gif);
	background-repeat: repeat-x;
}
a:link {
	color: #F8688F;
	text-decoration: none;
}
a:visited {
	color: #F8688F;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
.fd {
	font-size: large;
}
.fs {
	font-size: small;
	line-height: 150%;
}
.fm {
	font-size: medium;
	line-height: 170%;
}

#wapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 35px;
}

/*header*/
#header {
	padding-top: 18px;
}

/*main*/
#menu {
}
#main {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}

/*footer*/
#footer {
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #105BAC;
}
#footer-copy {
	color: #105BAC;
	padding-bottom: 15px;
	text-align: center;
	padding-top: 10px;
}
/*copy*/
#copy {
	margin-top: 20px;
	padding-right: 150px;
	padding-left: 150px;
	line-height: 2em;
	margin-bottom: 20px;
}
#copy_c {
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 170%;
	font-size: 100%;
}
