@charset "utf-8";
body {
	background-image: url(images/page_back.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.content {
	background-color: #FFFFFF;
	background-image: url(images/body_back.jpg);
	background-repeat: repeat-x;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	left: auto;
	right: auto;
	padding-top: 39px;
}
.header {
	background-image: url(images/head_back.jpg);
	background-repeat: repeat-x;
	height: 110px;
	width: 800px;
}
.contentArea {
	width: 800px;
	border: 1px solid #666666;
	margin-right: auto;
	margin-left: auto;
}
.menuBar  {
	background-image: url(images/menu_back.png);
	background-repeat: repeat-x;
	height: 39px;
	width: 800px;
	position: absolute;
	text-align: center;
	background-color: #000000;
}
.footer {
	background-color: #2B2B2B;
	background-image: url(images/footer_back.jpg);
	background-repeat: repeat-x;
	height: 75px;
	width: 800px;
	border: 1px solid #666666;
	position: relative;
	top: 15px;
	margin-right: auto;
	margin-left: auto;
	color: #CCCCCC;
	font-size: small;
	margin-bottom: 20px;
}
.footerContent {
	padding-top: 16px;
	padding-left: 16px;
	float: left;
}

.menuitem {
	height: 29px;
	width: 80px;
	color: #FFFFFF;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: 6px 7px;
	padding-top: 10px;
	float: left;
	text-decoration: none;
}
.menuitem:hover {
	background-image: url(images/menu_button_out.png);
	background-repeat: no-repeat;
	background-position: 6px 7px;
}
.menuItems {
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
}
.menuitem_selected {
	height: 29px;
	width: 80px;
	color: #FFFFFF;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: 6px 7px;
	padding-top: 10px;
	float: left;
	background-image: url(images/menu_button_in.png);
	text-decoration: none;
}
.subMenu {
	background-color: #565656;
	top: 39px;
	height: 14px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.subMenuItem a {
	background-image: url(images/submenu_seperator.png);
	background-repeat: no-repeat;
	float: left;
	font-size: 14px;
	margin-right: 15px;
	color: #CCCCCC;
	text-decoration: none;
	padding-left: 6px;
}
.subMenuItem a:hover {
	text-decoration: underline;
}
.inlineMenu {
	background-color: #999999;
	top: auto;
	position: relative;
	height: 14px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.inlineMenuItem a {
	float: left;
	font-size: 14px;
	margin-right: 15px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 6px;
}
.inlineMenuItem a:hover {
	text-decoration: underline;
}
table {
	background-color: #CCCCCC;
	font-size: 12px;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
tr:hover {
	background-color: #D8D8D8;
}
th {
	font-size: 14px;
	background-color: #999999;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.screenshots img {
	padding: 3px;
	background-color: #EAEAEA;
	border: 1px solid #666666;
}
.screenshots td {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
.screenshots {
	align: center;
}
.screenshots img:hover {
	background-color: #FFFFFF;
	border: 1px solid #333333;
}
h1 a  {
	color: #000000;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}
h2 a {
	color: #000000;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
