body 
{
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;	
	font-size: 10px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../Images/InfinityMenu.jpg);
}

#bodycontainer
{
	background-image: url(../Images/ShuteBanner.jpg);
	width: 1000px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 230px;
}

h1
{
	font-size: 14px;
}

h2
{
	font-size: 12px;
}

/* BEGIN main menu */

ul
{
	text-align: right;
	list-style-type: none;
	line-height: 30px;
	float: right;
	padding-top: 150px;
	padding-right: 210px;
}

li a
{
	color: #845a4b;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

li#active a
{
	color: #006666;
}

li a:hover
{
	color: #669933;
}

/* END main menu */

a
{
	text-decoration: none;
	font-weight: bold;
	color: #999966;
}

#Content
{
	text-align: left;
	width: 490px;
	line-height: 16px;
	margin: 0px 0px 0px 48px;
	color: #333333;	

}
#Links
{
	line-height: 25px;
}