@charset "utf-8";
* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #003300;
	background-image: url(../images/side_tile.gif);
	background-repeat: repeat-x;
}
a {
	font-weight: bold;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #003399;
	text-decoration: none;
	line-height: 24px;
}
a:visited {
	text-decoration: none;
	color: #003399;
	line-height: 24px;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
	line-height: 24px;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
	line-height: 24px;
}
#main {
	width: 900px;
	background-color: #BFE9FF;
	margin-left: auto;
	margin-right: auto;
	border: solid #FFFF00 4px;
	border-top: none;
}
#banner {
}
#nav {
	background-color: #00FF00;
	height: 150px;
	width: 900px;
}
#nav a {
	color: #FFFF00;
}

#nav  li {
	text-align: center;
	list-style-type: none;
	line-height: 40px;
}
#content {
	background-color: #BFE9FF;
	background-image: url(../images/content.gif);
	padding: 20px;
	background-repeat: no-repeat;
	width: 860px;
	height: 375px;
}
.right  {
	float: right;
}
.left {
	float: left;
}
#footer {
	text-align: center;
	background-color: #97DBFF;
}
