body 
{
 	font-family: "Times New Roman", Times, serif;
}

td 
{
	font-family: "Times New Roman", Times, serif;
}

th 
{
	font-family: "Times New Roman", Times, serif;
}

#center
{
	width: 700px;
	height: auto;
	margin: 0px auto;
}

#logo
{
	float: left;
	position: relative;
	/*left: 5px;*/
	top: 10px;
	width: 115px;
	height: 31px;
	background-image: url(../pics/logo.jpg);
}

#bannerHome
{
	float: left;
	position: relative;
	left: 0px;
	top: 25px;
	width: 700px;
	height: 178px;
	background-image: url(../pics/banner1.jpg);
}

#bannerAbout
{
	float: left;
	position: relative;
	left: 0px;
	top: 25px;
	width: 700px;
	height: 178px;
	background-image: url(../pics/banner5.jpg);
}

#bannerDownloads
{
	float: left;
	position: relative;
	left: 0px;
	top: 25px;
	width: 700px;
	height: 178px;
	background-image: url(../pics/banner2.jpg);
}

#bannerContact
{
	float: left;
	position: relative;
	left: 0px;
	top: 25px;
	width: 700px;
	height: 178px;
	background-image: url(../pics/banner3.jpg);
}

#menu
{
	font-size: 14px;
	float: right;
	position: relative;
	right: 0px;
	top: 15px;
}

#menu .menuentry
{
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	font-style: italic;
}

#menu .menuentryhigh
{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}

.menuseparator
{
	float: left;
	position: relative;
	top: 5px;
	background-repeat: no-repeat;
	background-image: url(../pics/menu_separator.jpg);
	width: 1px;
	height: 10px;
}

#menu a
{
	color: Black;
	text-decoration: none;
}

#menu a:hover
{
	text-decoration: underline;
}

.clear
{
	clear: both;
}

#content
{
	position: relative;
	top: 40px;
	left: 0px;
	width: 700px;
	height: auto;
	float: left;
	font-weight: normal;
	
}

h1
{
	font-family: "Times New Roman", Times, serif;
	color: #424141;
	font-weight: normal;
	font-size: 22px;
	display: block;
	padding-left: 5px;
	margin: 0px;
}

h2
{
	font-family: "Times New Roman", Times, serif;
	color: #424141;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	display: block;
	padding-left: 5px;
	margin: 0px;
}

.textLeft
{
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 350px;
	height: auto;
}

.textRight
{
	position: relative;
	top: 0px;
	right: 0px;
	float: left;	
	width: 344px;
	height: auto;
	padding-left: 5px;
}

.text
{
	font-size: 12px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #9A9898;
	padding-left: 5px;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
}

.verticalSeparator
{
	position: relative;
	top: 8px;
	left: 0px;
	width: 700px;
	height: 20px;
	border-top: dotted;
	border-top-width: 1px;
	border-color: #DBDBDB;
}

.text a
{
	color: Black;
	text-decoration: none;
}

.text a:hover
{
	text-decoration: underline;
}

ul
{
	list-style-type: decimal;
	font-size: 12px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #9A9898;
	padding-left: 20px;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
}

ul a
{
	color: Black;
	text-decoration: none;
}

ul a:hover
{
	text-decoration: underline;
}

img{
	border: none;
}

.screenshotLeft{
	width: 345px;
	height: 249px;
	position: relative;
	top: 10px;
	left: 0px;
	float: left;
}
.screenshotRight{
	width: 345px;
	height: 249px;
	position: relative;
	top: 10px;
	left: 5px;
	float: right;
}

.space10{
	clear: both;
	position: relative;
	width: 700px;
	height: 10px;
}

.space20{
	clear: both;
	position: relative;
	width: 700px;
	height: 20px;
}

.anchor{
	position: relative;
	clear: both;
	float: right;
}
