/* survival arms style sheet */

body {
	font-family:Tahoma,Helvetica,Sans-serif;
	background-color:#000000;
	color:#000000;
}
p,h1,h2,h3,h4,td {
	color:#ffffff;
}
h2 {
	margin:0px;
	padding:0px;
}
.black {
	color:#000000;
}
div {
	font-family:Tahoma,Helvetica,Sans-serif;
}
#primary_div {
	background-color:#5E5E5E;
	width:786px;
	border:solid 1px #000000;
}
#page_block {
	background-color:#5E5E5E;
	width:780px;
	border:solid 5px #333333;
	text-align:left;
}
#center_block {
	background-image:url(http://localhost/sa/_images/center_gradient.jpg);
	width:270px;
	height:131px;
	text-align:center;
}
table {
	margin:0px;
	padding:0px;
}
#track_center_bg {
	width:780px;
	background-image:url(http://localhost/sa/_images/track_bg.jpg);
}
.pad {
	padding:3px;
}
/* Menu Styles */
.menu {
	width:90px;
	height:55px;
	border:solid 2px #999999;
	text-align:center;
	padding:1px;
	background-color:#333333;
}
.menu a {
	font-size:9pt;
	color:#ffffff;
	font-weight:bold;
	display:block;
	height:100%;
}
.menu a:hover {
	font-size:9pt;
	color:#ffffff;
	font-weight:bold;
	display:block;
	background-color:#888888;
	height:100%;
}
.image a,li a, a {
	font-size:10pt;
	color:#ddddff;
	font-weight:bold;
}
#homepage_text {
	background-color:#dddddd;
	width:765px;
	padding:5px;
	border:solid 5px #999999;
}


