body {
  font: Verdana;
  background: #333366;
}

#main {
	background: #ccccff;
	width: 900px;
	height: 700px;
	border: solid #CCCCCC;
	#border: solid #CCCCCC double;
}

#header {
	width: 900px;
	height: 200px;
}

#contentbox {
	width: 900px;
	height: 450px;
}

#leftmenu {
	width: 175px;
	height: 450px;
	float: left;
	background-color: #ccccff;
}

#lmenutext {
	width: 175px;
	height: 300px;
	clear: left;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
}

#lmenutext ul {
	list-style: none;
	width: 175px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.1em;
}

#lmenutext li {
	margin-bottom: 4px;
}

#lmenutext li a{
	font-weight: bold;
	height: 30px;
	text-decoration: none;
	color: #333366;
	display: block;
	padding: 6px 0 0 20px;
	background-color: #ccccff;
}

#lmenutext li a:hover{
	color: #ccccff;
	background-color: #333366;
	font-weight: bold;
}

#rightbox {
	width: 725px;
	height: 450px;
	float: right;
	background-color: #FFFFFF;
}

#righttext {
	width: 700px;
	height: 415px;
	font-size: 18px;
	font-weight: 600;
	color: #333366;
	background: #FFFFFF;
	padding: 20px 0px 10px 0px;
}

#abouttext {
	width: 700px;
	height: 415px;
	font-size: 0.75em;
	font-weight: normal;
	color: #333366;
	background: #FFFFFF;
	padding: 10px 0px 10px 0px;
}

#picturebox {
	width: 240px;
	height: 240px;
	float: left;
}

#picturebox2 {
	width: 200px;
	height: 215px;
	float: left;
}

#bottombar {
	width: 900px;
	height: 52px;
	color: #ccccff;
	background-color: #333366;
	font-weight: bold;
}

#bottombar a {
	color: #ccccff;
	font-weight: bold;
	text-decoration: underline;
}

#bottombar a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.copy {
	font-size: 10px;
	color: #ccccff;
	font-weight: normal;
}	

