﻿body
{
	color: #333;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: small;
	font-family: Georgia, 'Trebuchet MS' , Verdana, Arial, Sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #e1d4c0;
}

body.StandardPage
{
	background-position: center top;
	background-attachment: scroll;
	background-image: url(Images/Side.gif);
	background-repeat: repeat-y;
}

H1
{
	text-align: center;
	margin:0 0 15px;
	font-size:220%;
	line-height:1.2em;
	font-weight:normal;
	color:#666;
}

H2
{
	margin:1em 0 .5em;
	font-size:130%;
	line-height:1.3em;
	color:#826C55;
	font-weight:normal;
}

.header
{
	margin-left: auto;
	margin-right: auto;
	background-image: url(Images/Header.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 760px;
	height: 145px; /* Pic plus menu bar */
}

.menu
{
	position: absolute;
	right: 0px;
	top: 110px;
	width: 760px;
	height: 35px;
}

.footer
{
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 760px;
	background-color: #ebe0c4;
}

.PreviewScreenShoot
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#ContentPageBody
{ 
	margin-left: auto;
	margin-right: auto;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: justify;
	width: 700px; /* It would normally be 760 but we are taking 60 out to allow for the padding values */
	background-color: white; 
}

#SoftwareDescriptionNavMenu
{
	float: left;
	width: 170px;
	text-align: center;

}

#SoftwareDescriptionContent
{
	margin-left: 200px;
	text-align: left;
	text-align: justify;
}

.SmallPrint
{
	font-style: italic;
}


#SalesNavMenu
{
	float: left;
	width: 170px;
	text-align: center;

}

#SalesContent
{
	margin-left: 200px;
	text-align: left;
	text-align: justify;
}

#BigScreenShoot
{
	margin: 10px;
}
