@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family:Helvetica Neue, Helvetca, Verdana, Arial, sans;
}
#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	_position: relative;
}

#header{
width:100%;
height:200px;
}

#left{
width:330px;
height:100px;
float:left;
}

* html #menu { 
	_position: absolute;
}


#menu{
position:fixed;
width:250px;
margin-left:0px;
margin-top:260px;
_margin: 260px 0 0 10px;

}

#right{
float:left;
_float:none;
width:650px;
margin-right:20px;
margin-top:50px;
_margin:-50px 20px 0 320px;

background-image:url(../images/line.jpg);
background-repeat:repeat-y;
background-position:left;
}

.clear{
clear: both;	
}

#mainpic{
margin-left:15px;
margin-bottom:40px;
}

#maintext{
margin-left:15px;
color:#999;
font-size:0.8em;
text-align:left;
line-height:1.7em;
}

#footer{
margin-top:30px;
width:100%;
height:20px;
background-color:#0C0C0C;
bottom:0;
text-align:right;
}


a img, a:active img{
	border:0;	
}

h1{
color:#CCC;
font-size:1.3em;
}

h2{color:#993333;font-weight:0;font-style:italic;font-size:1em}

.storytitle{clear:both;color:#CCC;font-size:1.3em}
.storycontent img{float:right;margin:0 0 15px 15px;}

a, a:active{
color:#999;	
}

strong{
color:#FFF;	
}

.feat{
float:left;
margin: 0px 15px 15px 0px;
}

.grey{
background-color:#191919;
border:1px #333 solid;
margin:10px 10px 50px 10px;
padding:10px;
font-size:0.9em;
line-height:1.6em;
}

.pink{
color:#993333;	
}

.listen{color:#993333;cursor:pointer}

.leftref{
float:left;
width:500px;
}

.rightref{
float:left;
margin-left:30px;
width:100px;
}

#icons{margin-top:60px;list-style:none}
#icons li{float:left;}
#icons li a,#icons li a:active {border:0}
