@charset "ISO-8859-1";

* {margin: 0; padding: 0;}

body {background-color: #272727;}

#abs-menu {  /* only change the left and margin-left rules if you do the same on #wrapper */
position: absolute;
width: 900px;
left: 50%;
margin-left: -450px;
z-index: 2;
}

#wrapper { /* only change the left and margin-left rules if you do the same on #abs-menu */
position: absolute;
width:  900px;
left: 50%;
margin-left: -450px;
top: 56px;
z-index: 1;
}

a:link {color: #999;}
a:visited {color: #999;}
a:hover {color: #719fc1;}
a:active {color: #999;}

.gray {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666;
text-decoration: none;
line-height: 17px;

}.blackbold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 17px;
	font-weight: bold;
}
.bluebold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #719FC1;
	text-decoration: none;
	line-height: 17px;
	font-weight: bold;
}

