body,td,th {
	color: #444444;
	font-family:  Helvetica, sans-serif;
	font-size: 13px;
}
body {
	background-color: #000000;
	border: none;
	background-image: url();
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no;
	background-attachment: fixed;
}

.menu {
	color: #CCCCCC;
	font: Helvetica;
	font-size: 13px;
}
.red {
	color: #ff0000;
	
	}
.menu:hover {
	color: #ff0000;
	background-color: #444444;
	}
.text {
	color: #CCCCCC;
	font: Helvetica;
	font-size: 13px;
}
.text1 {
	color: #CCCCCC;
	font: Helvetica;
	font-size: 13px;
	text-align: justify;
}
.name {
	color: #ff0000;
	font: Helvetica;
	font-size: 17px;
}
.desc {
	color: #CCCCCC;
	font: Helvetica;
	font-size: 15px;
}
.menu:link {
	color: #ff0000;
}
.menu:active {
	color: #ff0000;
	background-color: #222222;
}
.menu:visited {
	color: #444444;
}
.location {
  color: #FF0000;
  background-color: #222222;
}
a:link {
	text-decoration: none;
	color: #444444;
}
a:visited {
	text-decoration: none;
	color: #444444;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.whitestripe {
	 position:absolute;
	width:100%;
	height:50px;
	z-index:3;
	background-color: #000000;
	left: 0;
	top: 0;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 0px;
}
.center { 
	position: absolute;
	width: 10px;
	height: 100%;
	z-index: 3;
	right: auto;
	left: 50%;
	top: 0;
}
.content{
	position:absolute;
	width:650px;
	height:1800px;
	z-index:5;
	right: auto;
	left: -325px;
	top: 100px;
	background-color: #111111;
	overflow: visible;
	border-color: #444444;
	border-style: solid;
	border-width: 1px;
}
.menu_center{
position:absolute;
width:600px;
height:25px;
z-index:6;
right: auto;
left: -300px;
top: 115px;
background-color: #000000;
overflow: visible;
border-color: #666666;
border-style: solid;
border-width: 1px;
}
.dirgecontent{
position:absolute;
width:600px;
height:600px;
z-index:6;
right: auto;
left: -300px;
top: 150px;
background-color: #000000;
overflow: visible;
border-color: #666666;
border-style: solid;
border-width: 1px;
}
