﻿#sidebar {
	position: absolute;
	height: 339px;
	width: 124px;
	left: 10px;
	top: 108px;
	border: 2px solid #CCCCCC;
	background-image: url(img/sidebar_bkg.jpg);
	background-repeat: repeat-x;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #009999;
	text-decoration: none;
}

#title {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 98%;
	height: 90px;
	font-family: Calibri;
	font-size: 32px;
	background-image: url(img/top_bckg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	color: #993300;
	font-weight: bold;
	padding-top: 30px;
	margin-right: 10px;
	margin-left: 10px;
}
#main_content {
	position: absolute;
	height: auto;
	width: auto;
	left: 183px;
	top: 150px;
	border: 1px solid #CCCCCC;
	background-color: #E4E4E4;
	right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main_content_title {
	background-color: #66CC99;
	font-weight: bold;
	color: #993300;
	padding: 4px;
}
#main_content_body {
	background-color: #FFFFFF;
	border: 1px solid #66CC99;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 15px;
	margin-right: 7px;
	margin-bottom: 15px;
	margin-left: 7px;
	font-size: 14px;
}

#main_content_body_screenshots {
	background-color: #FFFFFF;
	border: 1px solid #66CC99;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 15px;
	margin-right: 7px;
	margin-bottom: 15px;
	margin-left: 7px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}



#screenshots {
	position: absolute;
	height: auto;
	width: auto;
	top: 262px;
	left: 281px;
}
#left_line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	position: absolute;
	visibility: visible;
	height: 326px;
	width: 2px;
	top: 115px;
	left: 167px;
	background-color: #993300;
}
#right_line {
	background-color: #993300;
	position: absolute;
	height: 2px;
	width: auto;
	left: 153px;
	top: 136px;
	right: 20px;
}
h1 {
	font-weight: bold;
	color: #993300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
h2 {
	font-size: 16px;
	color: #993300;
	font-weight: bold;
}
h3 {
	font-weight: bold;
	font-style: italic;
	color: #993300;
	font-size: 14px;
}
