* {margin: 0; padding: 0;}

body {
	background: #660099;
	margin: 100px 0 0 0;
	text-align: center;
	font: normal 12px Tahoma, monospace, "Palatino Linotype";
	color: #000;
}

a:link {color: #000;}
a:visited {color: #000;}
a:active {color: #000;}
a:hover {color: #660099;}

p {
	margin: 10px 0;
}

.menu .activepage {
	color: #660099;
	text-decoration: underline;
}

.smallimg {
	background-color: #000;
	width: 90px;
	height: 60px;
	border: 3px solid #000;
}

.menu ul {
	padding: 5px 0;
}

.menu li {
	display: inline;
	list-style: none;
	padding: 5px;
}

.container {
	text-align: left;
	width: 920px;
	margin: 0 auto;
	background: #FFF;
	border: 1px solid #FFF;
}

.header {
	height: 100px;
}

.title {
	float: left;
	width: 100px;
	margin: 0;
	padding: 27px 20px;
}

.title a {
	color: #660099;
	font: bold 3em Tahoma, monospace, "Palatino Linotype";
	letter-spacing: 1px;
	text-decoration: none;
}

.logo {
	width: 403px;
	height: 40px;
	border: 0;
}

.menu {
	float: right;
	width: 420px;
	padding: 35px;
	text-align: right;
}

.menu a {
	line-height: 2.4em;
	padding: 4px 4px;
	margin-right: 2px;
	font: bold 1em Tahoma, monospace, "Palatino Linotype";
	text-decoration: none;
}

.menu a:hover {
	background: #660099;
	color: #FFF;
}

.center {
	clear: both;
	background: #660099;
	height: 200px;
}

.page1center {
	background: url(images/page1center.jpg) top left no-repeat;
	width: 920px;
	height: 200px;
}

.page2center {
	background: url(images/page2center.jpg) top left no-repeat;
	width: 920px;
	height: 200px;
}

.page3center {
	background: url(images/page3center.jpg) top left no-repeat;
	width: 920px;
	height: 200px;
}

.page4center {
	background: url(images/page4center.jpg) top left no-repeat;
	width: 920px;
	height: 200px;
}

.page5center {
	background: url(images/page5center.jpg) top left no-repeat;
	width: 920px;
	height: 200px;
}

.content {
	padding: 0 5px;
}

.left {
	float: left;
	width: 520px;
}

.right {
	float: right;
	width: 380px;
}

.item {
	padding: 10px;
	text-align: justify;
}

.item .tips {
	border: 1px dashed #999;
	font: normal 1em Tahoma, monospace, "Palatino Linotype";
	color: #666;
}

.item ul {
	margin: 0 30px;
	list-style-image: url(images/liststar.png);
}

.item h1 {
	font: normal 1.6em Tahoma, monospace, "Palatino Linotype";
	letter-spacing: 1px;
	margin: 10px 0;
	color: #000;
}

.footdistance {
	clear: both;
	height: 20px;
}

.footer {
	background: #EBEBEB;
	padding: 2px 5px;
}