
body {
	font-family:"Trebuchet MS";
}

#header {
	background: #000033 url(images/background_hdr.jpg);
	height:262px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#header img {
	margin: 0px;
	padding: 0px;
	border: none;
}

#main_left {
	width: 20%;
	float: left;
	font-family: "Trebuchet MS";
}

#main_right {
	width: 80%;
	float: left;
}

#main_right #intro {
	margin-top: 20px;
	margin-left: 20px;
	border: solid #666666 thin;
	padding: 15px;
	font-family: "Trebuchet MS";
	color: #333333;
}

#menu_bar {
	background: #000033 url(images/background_menu.jpg);
	color: white;
	font-weight:bold;
	font-size: medium;
	margin-top: 0px;
	padding-top: 0px;
	height: 2em;
}

#menu_bar ul {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 15px;
	list-style: none;
	font-family: "Trebuchet MS";
}

#menu {
	border:#000099 solid thin;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color:#CCCCCC;
}

#menu ul {
	list-style: none;
}

#footer {
	background: #000033 url(images/background_menu.jpg);
	font-family: "Trebuchet MS";
	color: white;
	clear: both;
	float: left;
	width:100%;
	font-size: small;
	text-align: center;
	height: 2em;
	padding-top:3px;
}

#footer a {
	color: white;
}

.highlight {
	background-color:#FFFF66;
}

#section_title {
	font-weight: bold;
	margin-top: 20px;
	margin-left: 20px;
	font-size: medium;
}

#feature_list {
	margin-top: 20px;
	margin-left: 20px;	
}

#feature_list dt {
	background-color:#FFFF66;
	display:inline;
}

#screenshots ul {
	list-style: none;
}

#screenshots ul li {
	margin: 10px;
	clear:both;
	font-weight:bold;
}

#screenshots ul li img {
	margin-right: 10px;
	float: left;
}

