div
{
	margin:0;
}

body
{
	background-color: #000;
	margin:0;
	padding:0;
	color: #FFFF00;
	background-attachment: fixed;
	backround-repeat: no-repeat;
}

#container
{
	/*width: 760px;*/
}

#header
{
  height: 120px;
  margin:0;
  background: url('images/rayz-3.jpg') no-repeat top center;
  height: 165px;
}

#header #img
{
	width: 636px;
	
	background-image:url('images/rayz-2.jpg');
	margin-left:auto;
	margin-right: auto;
}

#header h1
{
  visibility: hidden;
  margin:0;
}

#info
{
	float: right;
	height: 120px;
	font-weight:bold;
	margin-right: 4px;
}

#menu
{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	width:140px;
	background-color: #444;
  margin-top: 140px;
	padding:0;
	float:left;
}

#menu ul
{
	margin:0;
	list-style: none;
}

#menu li
{
	padding:0;
	margin-left: -40px;
	width: 140px;
}

li:hover, li.current
{
	background-color: #000;
	cursor: pointer;
}
#content
{
	padding:4px;
	margin-left: 4px;
	float:left;
	display: inline;
	width: 592px;
	min-height: 300px;
	font-weight: bold;
}

#start
{
	text-align:center;
	text-transform: uppercase;
}

a
{
  color: #AAA;
  text-decoration: none;
}

.quote
{
  margin:20px;
}

.quote .title
{
  font-style: italic;
  font-size: 90%;
  padding-left: 2px;
}

.quote .quotetext
{
  background-color: #CCC;
  border: 1px solid #666;
  padding:2px;
  color: #666;
  width:90%;
}


.bold
{
  font-weight: bold;
}

.italic
{
  font-style:italic;
}

img
{
border:0;
}
td
{
vertical-align:top;
}
