html, body{
	background-color : #000;
	color : #e0e0e0;
	text-align : left;
	vertical-align : top;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	padding : 0 0 0 10px;
}

#header{
	width : 100%;
	background-color : #000;
	background-image : url(images/logo.gif);
	background-position : top left;
	background-repeat : no-repeat;
	height : 160px;
	text-align : right;
}

#page{
	width : 780px;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}

#container{
	background-color : #131313;
	width : 100%;
	margin : 0 0 0 0;
	padding : 10px 5px 0 5px;
}

#leftbar{
	width : 160px;
}

#content{
	width : 600px;
}

#nav{
	width : 190px;
}

#grid{
	width : 490px;
}

#gold{
	color : #ffd700;
}

#babyblue{
	color : #00bfff;
}

#lime{
	color : #0f0;
}

#pink{
	color : #f0f;
}

#column234{
	width : 234px;
	margin : 0 10px 0 0;
	padding : 0 0 0 0;
}

#column140{
	width : 135px;
	margin : 0 4px 0 0;
	padding : 0 0 0 0;
	text-align : justify;
}

#column140 a, #column140 div{
	text-align : justify;
}

.block{
	width : 234px;
	height : 60px;
	margin : 0 0 2px 0;
	padding : 0 0 1px 0;
	border-bottom : 1px dashed #333;
}

.title, .title a{
	font-size : 11px;
	font-weight : bold;
	text-decoration : underline;
}

.meat, .meat a{
	font-size : 10px;
	color : #999;
}

.title, .meat{
	margin : 0 0 0 0;
	padding : 0 0 0 2px;
}

.extratext, .extratext a{
	font-size : 10px;
	color : #fff;
	text-decoration : underline;
	text-align : right;
	vertical-align : bottom;
}

.extratext{
	margin : 0 0 0 0;
	padding : 3px 1px 0 0;
}

.posters{
	width : 100%;
	text-align : justify;
	margin : 10px 0 5px 0;
	padding : 0 0 0 0;
	clear : both;
}

.posters h2{
	margin : 10px 0 10px 0;
	padding : 0 0 0 10px;
}

.item{
	display : inline;
	width : 130px;
	font-size : 80%;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	text-align : center;
}

div .item{
	display : inline;
}

.footer{
	font-size : 80%;
	text-align : center;
	margin : 15px 0 0 0;
	padding : 0 0 2px 0;
	clear : both;
}

.left{
	float : left;
}

.right{
	float : right;
}

.clear{
	clear : both;
}

h1, h2, h3{
	font-size : 110%;
	font-weight : bold;
	margin : 0 0 0 0;
	padding : 0 0 0 2px;
}

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

a:hover{
	text-decoration : underline;
}
