*{
margin:0;
padding:0;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
ul {padding-left:20px;}

body{
	font-family:"Helvetica Neue", Corbel, Tahoma, Arial;
	font-size:12px;
	color:#333;
	background-image: url(vikes-background.jpg);
	background-repeat: repeat;
}


a{
color:#003d4c;
text-decoration:none;
outline:none;
}
a:hover{
color:#003d4c;
text-decoration:underline;
}

a img{
border:none;
}

h2,h3{
font-family:"Helvetica Neue", Corbel, Tahoma, Arial;
font-size:28px;
font-weight:normal;
}

em {
 font-size: 12px;
}

li em {
 font-size: 10px;
}

h2{
margin:0.5em 0;
color:#e32;
}

li {
list-style-image: url("images/arrow.gif");
}



/*
*  Layout
*/

#container {
	position:relative;
	width:860px;
	margin:0 auto;
	margin-top:20px;
	background-color:transparent;
}


#header{
	position:relative;
	height:100px;
	width: 860px;
	background-image: none;
	background-color: white;
	 

}
#header h1{
	position:absolute;
	left:30px;
	top:40px;
}

#header .copy{
	position:absolute;
	color:#fff;
	font-family:"Helvetica Neue", Corbel, Tahoma, Arial;
	font-size:30px;
	font-weight:normal;
	top:52px;
	left:550px;
	padding-right: 10px;
}




#footer { background-color: black; color: white;  height:100px;}
.half {  width:260px; padding:10px;}


#footer p {
	font-size:90%;
}

#footer p a{
	color:#c0c25b;
}


#player {
	margin-top:10px;
	width:480px;
	float: left;
	margin-left:20px;
	background-color: black;
}
#info {
	width:400px;
	float: left;
	padding:0px;
	margin:0px;
	margin-left:20px;

}

#info h2 {padding-top:0px;margin-top: 0px;}

#shoutbox {
	margin-left:500px;
	margin-right:0px;
	background-color:#000;
	height:300px;

}
