body{
font-size: 62.5%;
background-color: #000207;
}

p{
font: 1.12em/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
color: #fafafa;
}

hr{
border: 0 none; 
border-top: 1px dotted #2d464d;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

a:link {
	color: #CCCC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCC00;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CCCC00;
}

.small {
	font-size: 0.75em;
}

#wrapper{
margin: auto;
width: 550px;
max-width: 550px;
padding: 0 60px 0 60px;
background: #000207 url(i/bg.jpg) no-repeat;
}

#header{
margin: 0;
width: 550px;
height: 140px;
}

#navcontainer{
margin: 40px 0 0 0;
padding: 0;
width: 400px;
float: right;
font: 1.5em "Courier New", Courier, mono;
text-align: right;
}

#nav li
{
display: inline;
list-style-type: none;
}

#main {
/*background:#9c9;*/
float:left;
width:250px;
}
	
#sidebar {
/*background:#99c;*/
float:right;
width:275px;
}

#footer{
clear: both;
width: 550px;
height: 85px;
margin: 0;
color: #c5c5c5;
font: .95em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
text-align: center;
padding: 75px 0 0 0;
}

img{
margin: 0 0 10px 0;
}

.gallery{
margin: 10px;
}

.review{
font: 1.12em/12px "Courier New", Courier, mono;
color: #dedede;
}

#shows{
margin: 35px 0 10px 0;
}

#sidebar h1{
color: #fff;
font-size: 1.5em;
margin: 0;
}

#sidebar p{
font-size: 1.25em;
margin: 0 0 10px 0;
}
