body {
	   background: black url(images/background-01.jpg) no-repeat top center;
       margin: 180px 0 0 0; 
	   padding: 0;
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 0.9em;
}

h2 {
	font-size: 1.0em;
	line-height: 2.3em;
	color: #d9d9d9;
	text-align: left;
}

h3 {
	font-size: 1.0em;
	line-height: 0.5em;
	color: #d9d9d9;
	text-align: left;
}

p {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #e5e5e5;
}

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

ul#navigation {
  list-style: none;
  position: relative;
  width: 0;
  height: 115px;
  margin: 0;
  padding: 0;
}

ul#navigation li {
  position: absolute;
}

ul#navigation li a{
  display: block;
  height: 100%;
  text-indent: -9000px;
}

#home {
	width: 62px;
	height: 26px;
	top: 51px;
	left: 249px;
}

#news {
	width: 62px;
	height: 26px;
	top: 46px;
	left: 338px;
}

#gallery {
	width: 92px;
	height: 26px;
	top: 38px;
	left: 429px;
}

#media {
	width: 62px;
	height: 24px;
	top: 32px;
	left: 553px;
}

#store {
	width: 68px;
	height: 23px;
	top: 25px;
	left: 644px;
}

#page {
	width: 720px;
	margin: 0 auto;
	padding: 0px 0px;
	border: 0px solid #eee;
}

#spacer1 {
	width: 20px;
	height: 650px;
	padding: 0 0 0 0px;
	float: left;
}

#sidebar {
    background: rgb(25, 25, 25);
    background: rgba(25, 25, 25, 0.7);
	width: 100px;
	height: 625px;
	padding: 0 20px 0 20px;
	float: left;
}

#spacer2 {
	width: 25px;
	height: 650px;
	padding: 0 0 0 0px;
	float: left;
}

#main_column {
    background: rgb(25, 25, 25);
    background: rgba(25, 25, 25, 0.7);
	width: 490px;
    height: 625px;
	padding: 0 20px  0 20px;
	float: left;
}

#footer {
    background: rgb(25, 25, 25);
    background: rgba(25, 25, 25, 0.7);
	margin: 0 0 0 25px;
	clear: left;
}