body {
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: small;
}

a {
	color: #99CCFF
	text-decoration: none;
	color: #CCCCFF;
}

#container {
	background-image: url(../images/background.jpg);
	height: 600px;
	width: 760px;
	background-repeat: no-repeat;
	margin: 0px auto;
}
#inner_container {
	position: relative;
	top: 120px;
	height: 100%;
}
#left {
	width: 180px;
	float: left;
	padding: 10px;
}
#right {
	float: right;
	width: 538px;
	padding: 10px;
}

#footer {
	width: 760px;
	font-size: x-small;
	color: #222222;
	text-align: right;
	float: left;
}

#quote {
	font-size: x-small;
	color: #666666;
}

.menu {
	width: 180px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: small;
}

.menu ul {
	margin: 0px;
	padding: 0px;
}

.menu li a {
	display: block;
	color: #CCCCFF;
	text-decoration: none;
}
.menu li {
	list-style-type: none;
	margin-bottom: 10px;
}
.menu ul.submenu li {
	text-indent: 4px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	background-image: url(../images/arrow_w.gif);
	background-repeat: no-repeat;
	background-position: 0px .4em;
	padding-left: 8px;
	margin-bottom: 2px;
	margin-top: 2px;
}

.menu ul.submenu {
	margin-bottom: 10px;
}

.menu li a:hover {
	background-color: #CCCCFF;
	color: #000000;
}
.ornament01 {
	background-color: #000000;
	background-image: url(../images/waterfall.jpg);
	background-repeat: no-repeat;
	height: 258px;
	width: 180px;
}

.page_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: ridge;
	border-bottom-color: #CCCCFF;
	padding-bottom: 5px;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
