﻿body 
{
	margin: 0px;
	font-family: "Trebuchet MS", Verdana;
	font-size: small;
    background-image: url(Images/Background.jpg);
    background-attachment: fixed;
    background-position: center center;
}

/* Fix PNG IE6 */
img,
input
{
	/*behavior: url(JavaScript/iepngfix.htc);*/
}

a, a:hover, a:visited
{
	color: #FAA633;
}

a:hover
{
	text-decoration: none;
}

div.Layout
{
	width: 980px;
	position: absolute;
	left: 50%;
	margin-left: -490px;
}

div.ShadowRight
{
	width: 3px;
	height: 100%;
	position:absolute;
	top:1px;
	left:979px;
	z-index:0;
	background-image: url(Images/ShadowRight.png);
	background-repeat: repeat-y;
	background-position: top right;
}

div.ShadowBottom
{
	width: 980px;
	height: 3px;
	position:absolute;
	top:100%;
	left:1px;
	z-index:0;
	background-image: url(Images/ShadowBottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}


div.Footer
{
	margin-top: 10px;
	width: 100%;
	text-align: center;
	color: Black;
}

div.Footer a
{
	color: Black;
}

td
{
	vertical-align: top;
}

.big
{
	font-size: large;
	font-weight: bold;
}

.features
{
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}

td.features
{
	vertical-align: middle;
}

.features li
{
	line-height: 18px;
}

.small
{
	font-size: small;
	font-family: Arial;
}

.small b
{
	font-family: "Trebuchet MS", Verdana;
	font-size: small;
}

.small p
{
	margin: 4px 0px 4px 0px;
}

.small ul
{
	margin-top: 4px;
	margin-bottom: 4px;
}

div.Menu,
div.Content
{
    position: relative;
	width: 100%;
    background-color: White;
}

/*
div.Menu,
div.Content
{
	width: 980px;
	position: absolute;
	left: 50%;
	margin-left: -490px;
}

div.Content
{
	top: 320px;
}
*/

.form input,
.form textarea
{
	width: 80%;
	border: 1px solid #Faa633;
}

.form .button
{
	width: auto;
	background-color: White;
}

.form .checkbox input
{
	width: auto;
	border: none;
}
