body {
	margin: 0px;
	background: #000000;
	color: #ffffff;	
}

#main {
	position: absolute;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	padding: 0px;
}

#top {
	width: 960px;
	margin: 0px;
	height: 200px;
}

#middle {
	width: 960px;
	margin: 0px;
}

#left, #right {
	border-top: #ffffff solid 2px;
	border-bottom: #ffffff solid 2px;
	padding: 10px;
	float: left;
}

#left {
	margin-right: 5px;
	width: 250px;
}

#right {
	margin-left: 5px;
	width: 660px;
}

a, img {
	border: none;
	margin: 0px;
	padding: 0px;
}

#left a{
	margin-bottom: 5px;
	margin-top: 5px;
	display: inline-block;
	text-decoration: none;
}

img.menu {
	border-top: #404040 solid 2px;
	border-bottom: #404040 solid 2px;
	border-left: none;
	border-right: none;

}

#bottom {
	clear: left;
	text-align: center;
	font-family: verdana, arial;
	color: #0b53ff;
	font-size: 10pt;
	padding-top: 5px;
}

.motto, .motto2, .motto3 {
	background-repeat: no-repeat;
	font-family: verdana, arial;
	text-align: center;
	font-style: italic;
}

.motto {
	background-image: url('motto.jpg');
	height: 210px;
	font-size: 17pt;
	padding-top: 200px;
}

.motto2 {
	background-image: url('motto.jpg');
	font-size: 17pt;
	height: 310px;
	padding-top: 120px;
}

.motto3 {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 310px;
	background-image: url('motto.jpg');
	font-size: 12pt;

}

ul, li {
	font-size: 12pt;
	font-family: verdana, arial;
	text-align: center;
	font-style: italic;
}

p {
	margin: 0px;
}

.small {
	font-size: 7pt;
}
#right a {
	color: #ffffff;
	text-decoration: none;
}

#right a:hover {
	color: #3b73ff;
}
