body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #A7ADB3;
	background-image: url(/images/body/back.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-attachment: fixed;
	background-position: center top;
}
.beaterblade #container {
	width: 954px;
	margin: 0 auto;
	text-align: left;
}
.beaterblade #header {
	height: 60px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.beaterblade #sitetitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #000;
	padding-left: 70px;
	height: 23px;
	padding-top: 10px;
}
.beaterblade #menu {
	background-attachment: scroll;
	background-image: url(/images/body/mainback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 246px;
	text-align: right;
}
.beaterblade #mainContent {
	padding: 0 20px;
}
.beaterblade #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.beaterblade #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #006;
}
a:visited {
	color: #900;
}
a:hover {
	color: #F00;
}
a:active {
	color: #603;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #000;
}
h2 {
	font-size: 18px;
	color: #000;
}
h3 {
	font-size: 16px;
	color: #000;
}
h4 {
	font-size: 14px;
	color: #000;
}
h5 {
	font-size: 12px;
	color: #000;
}
h6 {
	font-size: 10px;
	color: #000;
}
.beaterblade #studio11 {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #666;
	padding: 10px;
	letter-spacing: 2px;
	text-align: right;
	width: 95%;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
}
.beaterblade #studio11 a:link {
	color:#666;
	text-decoration: none;
}
.beaterblade #studio11 a:visited {
	color:#666;
	text-decoration: none;
}
.beaterblade #studio11 a:active {
	color:#666;
	text-decoration: none;
}
.beaterblade #studio11 a:hover {
	color:#FFF;
	text-decoration: none;
}
.beaterblade #NewMetro {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #666;
	padding: 10px;
	letter-spacing: 2px;
	text-align: right;
	width: 95%;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
}
.beaterblade #NewMetro a:link {
	color:#666;
	text-decoration: none;
}
.beaterblade #NewMetro a:visited {
	color:#666;
	text-decoration: none;
}
.beaterblade #NewMetro a:active {
	color:#666;
	text-decoration: none;
}
.beaterblade #NewMetro a:hover {
	color:#FFF;
	text-decoration: none;
}
.beaterblade #topIcons {
	position: absolute;
	z-index: 2;
	text-align: right;
	width: 954px;
    padding-top: 30px;
    float: right;
}
.beaterblade #topLogo {
	position: absolute;
	z-index: 3;
	width: 700px;
    padding-top: 0px;
    float: left;
}
.beaterblade #topLogo p {
    padding-top: 20px;
}
.beaterblade #topIcons a:hover img
{
	filter: alpha(opacity=100); /* internet explorer */
	-khtml-opacity: 1;      /* khtml, old safari */
	-moz-opacity: 1;       /* mozilla, netscape */
	opacity: 1;           /* fx, safari, opera */
}

.beaterblade #topIcons a img
{
	filter: alpha(opacity=60); /* internet explorer */
	-khtml-opacity: 0.6;      /* khtml, old safari */
	-moz-opacity: 0.6;       /* mozilla, netscape */
	opacity: 0.6;           /* fx, safari, opera */
}
