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

body { background:url(images/bg.png) repeat-x #ebe1c8;

}

a, a:link {color:#000; text-decoration:none;}
a:hover {color:#999}
.wrapper {
width:570px; margin:0 auto;	
}
#header {
background: #000;
width:278px; height:178px; margin:0 auto;
}
#logo {
margin: 16px 60px;
}
#header #logo a {
background: url(images/logo.png) no-repeat scroll 0 0 transparent;
display: block;
height: 0 !important;
overflow: hidden;
padding: 57px 0 100px;
text-indent: -999em;
width: 154px;	
}

#page{
background: #c2c2c2;
margin:-27px 0 0 0;

}
#nav {padding:3px 0 0 0; margin-top:10px;
}
#nav ul {
font-family: 'Stoke', serif;
overflow: auto;
font-size: 16px;
padding:0px 159px;
background:#e6e6e6;
margin:0 5px;
}
#nav li {
float: left;
list-style: none outside none;
margin:10px;
}

#nav li a {
	text-decoration:none; color:#333;}

#nav li a:hover {
	text-decoration:none; color:#999;}
#content1 {
font-family:'Cabin Condensed', sans-serif; font-size:16px
}
.player{
margin: 10px;
text-align: center;
}
.desc {
background:#e3e1db;
border:solid 13px #ffffff;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
font-size: 32px;
margin: 20px 14px 14px 14px;
padding: 30px;

font-family: 'Cabin Condensed', sans-serif;
}
.contact .desc { 
font-size: 22px;
}
.phone {
text-align:center;
background: url(images/break.png) no-repeat scroll bottom;
margin:0;
padding: 0 0 28px;
}
#btm {
	background:#474646;
padding:20px 50px; color:#e4d4b2; font-weight:600; font-size:22px;}
#footer {
font-size: 11px;
text-align: center;
font-family:Tahoma, Geneva, sans-serif; margin-top:8px;
}
