/**********
 * global.css
 * Global - Stylesheets
 * Project: iAsteroids
 * Copyright: Dennis Roehrs 2008
 * Version: 1.0
 */



a:active {
  color:#FFF;
}

a:hover {
  color:#BBB;
  text-decoration:none;
}

a:link {
  color:#FFF;
}

a:visited {
  color:#FFF;
}

a {
  margin:0px;
  padding:0px;
  text-decoration:none;
}







body {
  background: #000 url(../images/background.jpg) no-repeat top center;
  margin:  0px;
  padding: 0px;
  font-family: Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  color: #FFF;
}



#view {
	width:   800px;
	margin:  30px auto 30px auto;
	padding: 0px;
}


#view #layoutTable {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	margin: 0px;
}

#view #layoutTable #content {
	border-top:    1px solid #D4D4D4;
	text-align: center;
	background: transparent url(../images/tbbackground.jpg) repeat center center;
	margin:  0;
	padding: 0;
}


#view #layoutTable #content #cbg {
	width:800px;
	margin:0;
	padding:0;
	background:transparent url(../images/tbackground.jpg) no-repeat top center;
}


#view #layoutTable li {
	padding: 5px;
}


#view #layoutTable #headline {
	border-top:    1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
}


#view #layoutTable #footer {
	border-top: 1px solid #D4D4D4;
	color: #D4D4D4;
	font-size: 10px;
	text-align: center;
	padding-top:30px;
}


#view #layoutTable .spacer1 {
	height:40px;
}


#view #layoutTable .spacer2 {
	height:20px;
}

#view #layoutTable .spacer3 {
	height:30px;
}


#view #layoutTable h1 {
	margin: 0px;
	padding: 0px;
	font-size: 60px;
	
}

#view #layoutTable h3 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

#view #layoutTable .small {
	font-size: 10px;
}

#view #layoutTable #navi {
	font-size:14px;
}

#view #layoutTable #navi a:active {
  color:gray;
}

#view #layoutTable #navi a:hover {
  color:gray;
  text-decoration:underline overline;
}

#view #layoutTable #navi a:link {
  color:gray;
}

#view #layoutTable #navi a:visited {
  color:gray;
}

#view #layoutTable #navi a {
  margin:0px;
  padding:0px;
  text-decoration:none;
}
