body
{
	color: #FFF;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 10px 0 0 0;
	background-image: url(Chainmail06.png);
	/*background-image: url(Grid.png);*/
	/*background-repeat: repeat-x;*/
}

a { outline: 0; }

h1
{
	color: #fff;
	margin-top: 0;
	margin-bottom: 6px;
}

p, ul, li
{
	text-align: left;
	padding-top: 0;
	margin-top: 0;
}

h4
{
	text-align: left;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 15px;
}

table { border-collapse: collapse; }

#Main
{
	width: 800px;
	margin: 0 auto;
	text-align: center;
	padding: 5px 0 0 0;
	background: #000;
	/*background-image: url(BlueCheck.png);*/
	background-image: url(bg3.jpg);
-moz-border-radius: 15px;
border-radius: 15px;
}

#Header
{
	width: 790px;
	position: relative;
	margin: 0 auto;
	padding-top: 0;
	background-image: url(TraWhite.png);
-moz-border-radius: 10px;
border-radius: 10px;
}

#Content
{
	position: relative;
	width: 515px;
	vertical-align: top;
	background: #fff;
	padding: 10px;
	color: #000;
	text-align: center;
	margin: 0 0 0 260px;
-moz-border-radius: 10px;
border-radius: 10px;
}

a
{
	color: #379;
	text-decoration: none;
}

a:hover { color: #fff; background: #59b; }
/*a:hover { color: #000; background-image: url(rainbow.gif); }*/

a h2:hover, a h3:hover { color: #c0f; }

#MenuDiv
{
	float: left;
	position: relative;
	width: 250px;
	padding: 0;
	margin: 0 0 0 0;
}

.Menu li
{
	height: 40px;
	width: 250px;
	text-align: center;
	background: url(Menu2.png);
	line-height: 40px;
	font-size: 21px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 12px -35px;
	list-style: none;
}

.Menu li a
{
	display: block;
	text-indent: 0;
	color: #fff;
	text-decoration: none;
	background: none;
}

.Menu li:hover { background-position: 00px 120px; }
.Menu li:active { background-position: 00px 80px; }
.Menu li.Current { background-position: 00px 40px; }

#Footer
{
	clear: both;
	width: 770px;
	text-align: center;
	bottom: 0px;
	background: #000;
	filter: alpha(opacity=25);
	opacity: 0.25;
	font-size: 12px;
	margin: 20px 15px 0 15px;
}
