body {
	background-color:#FFFEF0;
	margin:auto 0px;
	text-align:center;
	height: auto;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:0.7em;
}

html > body {
        background: #FFFEF0 url('../images/background.gif') center repeat-y;
}

h1 
{
	display:block;
	margin-bottom:2px;
	margin-top:0px;
}

h2 
{
	font-weight:normal;
	color:#999999;
	font-size:1.6em;
	border-bottom:solid 1px #90A194;
	margin-bottom:2px;
	margin-top:0px;
}

h3
{
	font-size:100%;
	color:#000000;
	margin-bottom:0px;
	margin-top:0px;
}

td
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size:0.7em;
}


p.sales
{
	font-weight:normal;
	color:#FF0000;
	font-size:1.6em;
}

p.feature
{
	font-weight:bold;
	color:#FF0000;
}

a:link 
{
	color: #2e4f37
}

a:visited 
{
	color: #67a638
}

a:hover 
{
	color: #c40107
}

a:active 
{
	color: #d98b01
}

p a:link 
{
	color: #4040ff;
	font-weight: bold;
}

p a:visited 
{
	color: #67a638;
	font-weight: bold;
}

p a:hover 
{
	color: #c40107;
	font-weight: bold;
}

p a:active 
{
	color: #d98b01;
	font-weight: bold;
}

#Wrapper {
	width:100%;
	height:100%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

/* IE Hack */
* html #wrapper {
	width:100%;
}	

#LeftShadow {
	float:left;
	background-image:url(images/left-shadow.gif);
	background-repeat:repeat-y;
	background-position:top right;
	width:10px;
}

#RightShadow {
	background-image:url(images/right-shadow.gif);
	background-repeat:repeat-y;
	background-position:top left;
	float:right;
	width:10px;
}

#ContentBackground {
	float:left;
	width:1000px;
	background-color:white;
	border-left:solid 1px #A5A59D;
	border-right:solid 1px #A5A59D;
}

#Content 
{
	padding-left:25px;
}


#MainMenu {
	float:right;
	height:19px;
	position:relative;
	top:10px;
}

#MainMenuEnd {
	float:right;
}


#MinorMenu {
	float:right;
	padding-right:10px;
}


#MinorMenu a {
	text-decoration:none;
	color:black;
	position:relative;
	top:5px;
}

#LeftColumn {
	float:left;
	width:170px;
	margin-left:-5px;
}

#RightColumn {
	float:left;
	width:170px;
	padding-left:20px;
}

.main-menu-content {
	background-color:#EEEEEE;
	border-top:solid 1px #A5A5A5;
	border-bottom:solid 1px #A5A5A5;
	height:19px;
	float:right;
	padding-left:15px;
	padding-right:15px;
}

.main-menu-content span, a {
	margin-left:5px;
	height:19px;
	padding:3px;
	padding-left:2px;
	padding-right:2px;
	text-decoration:none;
}

.main-menu-content a {
	color:black;
}

.main-menuitem-selected {
	background-color:#2E4F37;
	color:#FFFFFF;
}
