@charset "utf-8";
body {
	background-color: #FFF;

}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
#copyright {
	text-align: center;
	margin-top: 10px;
}

#logo {
	text-align: center;

}
#toparea #links {
	text-align: center;
	width: 260px;
	margin: 0 auto;
	margin-bottom: 20px;
}
#topbox {
	background-image: url(images/border-top-bottom.png);
	height: 12px;
	width: 877px;
	margin: 0 auto;
}
#main #mainbox {
	background-image: url(images/mainbg.png);
	width: 877px;
	margin: 0 auto;
}
#mainbox #content {
	margin-left: 12px;
	margin-right: 20px;
}
#box1 {
	height: 154px;
	width: 853px;
	margin-top: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	padding-top: 1px;
}
#box1 .title {
	font-size: 24px;
	margin-left: 76px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
}
#box1 .desc {
	font-size: 18px;
	margin-left: 76px;
	font-weight: bold;
	text-transform: uppercase;
}
#box1 .url {
	font-size: 14px;
	margin-left: 76px;
	font-weight: bold;
	text-transform: uppercase;
}
#content .txt p{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	margin-left: 20px;
	color: #FFF;
}

