body{
	background-image: url('_images/bg.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #6d7b94;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}
#header{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	height: 115px;
	background-image: url('_images/logo.jpg');
}

#content{
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -190px;
	width: 550px;
	background-color: #9dAbC4;
	border: 1px #FFFFFF solid;
	border-top: 5px #FFFFFF solid;
	border-bottom: 6px #FFFFFF solid;
	padding: 10px;
	background-image: url('_images/shadow.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}

a:hover		{ color : #ff4a00; text-decoration : none; }
a:active	{ color : #0021a5; text-decoration : none; }
a:link		{ color : #0021a5; text-decoration : none; }
a:visited	{ color : #0021a5; text-decoration : none; }
/**
* BEGIN Navigation Menu
*/
#menu{
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -354px;
	width: 150px;
	padding-top: 8px;
	padding-bottom: 4px;
	background-color: #9dAbC4;
	border: 1px #FFFFFF solid;
	border-top: 5px #FFFFFF solid;
	border-bottom: 6px #FFFFFF solid;
	background-image: url('_images/shadow.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}
#menu ul{
	list-style-type : none; 
	margin: 0px;
	padding: 0px;
}
#menu ul li{
	margin-top: 5px;
	text-align: right;
	font-size: 16px;
}

#menu ul li a{
	padding: 0.2em 1em;
	width: 100%;
	color: #2222AA;
	text-decoration: none;
	border: 0px;
}

#menu ul li a:hover{
	background-color: #6666AA;
	background-image: url('_images/menuitemleft.jpg');
	background-repeat: no-repeat;
	background-position: left;
	color: #fff;
}
/**
* END Navigation Menu
*/
#menu_heading{
	text-align: center;
	border-bottom: 2px #DDDDFF dashed;
	color: #222288;
}

.section_heading{
	width: 100%;
	height: 1.6em;
	margin-left: 0.2em;
	background-image: url('_images/horizontalrule.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: 1.5em;
	color: #222288;
}
p{
	margin-left: 0.5em;
	margin-right: 0.5em;
	font-size: 14px;
}
.screenshot_table{
	text-align: center;
	border: 2px #FFFFFF solid;
}

.screenshot_table td{
	text-align: center;
	border: 1px #FFFFFF solid;
	font-size: 12px;
}
.thumb{
	border: 0px;
	width: 130px;
	height: 100px;
}
.system_list li{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
}