@charset "UTF-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
body {
	background-color:#d3d5c8;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin-left:0;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
}
#center {
	background-image:url(../images/bg-center-cp.jpg);
	background-repeat:no-repeat;
	width:951px;
	padding-top:77px;
	padding-left:0;
	padding-bottom:40px;
	margin:0 auto;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:24px;
}
h1 {
	margin-bottom:7px;
	font-size:17px;
	color:#004366;
	width:260px;
}
h2 {
	font-size:15px;
}
p {
	width:260px;
}
#footer {
	width:569px;
	margin:0 auto;
	padding-bottom:20px;
}
/* Menu styles */

#menu {
	position:relative;
	background-image:url(../images/menu-buttons.png);
	width:951px;
	height:87px;
	margin:0;
	padding:0;
}
#menu li {
	display:inline;
}
#menu li a:link, #menu li a:visited {
	position:absolute;
	top:0;
	height:87px;
	text-indent:-9000px;
	overflow:hidden;
	z-index:10;
}
#m_home a:link, #m_home a:visited {
	background:none;
	left:0;
	width:151px;
}
#m_portfolio a:link, #m_portfolio a:visited {
	left:151px;
	width:157px;
}
#m_portfolio a:hover {
	background: transparent url(../images/menu-buttons.png) -151px -87px no-repeat;
}
#menu li.portfolio_here {
	position:absolute;
	background: transparent url(../images/menu-buttons.png) -151px -87px no-repeat;
	height:87px;
	left:151px;
	width:157px;
	text-indent:-9000px;
}
#m_playing a:link, #m_playing a:visited {
	left:308px;
	width:160px;
}
.nav-m_playing {
	position:absolute;	
	top:0;
	left:308px;
	width:160px;
	height:87px;
	background: transparent url(../images/menu-buttons.png) -308px -87px no-repeat;
}
#m_playing a:hover {
	background: transparent url(../images/menu-buttons.png) -308px -87px no-repeat;
}
#menu li.playing_here {
	position:absolute;
	background: transparent url(../images/menu-buttons.png) -308px -87px no-repeat;
	height:87px;
	left:308px;
	width:160px;
	text-indent:-9000px;
}
#m_about a:link, #m_about a:visited {
	left:468px;
	width:160px;
}
.nav-m_about {
	position:absolute;	
	top:0;
	left:468px;
	width:160px;
	height:87px;
	background: transparent url(../images/menu-buttons.png) -468px -87px no-repeat;
}
#m_about a:hover {
	background: transparent url(../images/menu-buttons.png) -468px -87px no-repeat;
}
#menu li.about_here {
	position:absolute;
	background: transparent url(../images/menu-buttons.png) -468px -87px no-repeat;
	height:87px;
	left:468px;
	width:160px;
	text-indent:-9000px;
}
#m_contact a:link, #m_contact a:visited {
	left:628px;
	width:159px;
}
.nav-m_contact {
	position:absolute;	
	top:0;
	left:628px;
	width:159px;
	height:87px;
	background: transparent url(../images/menu-buttons.png) -628px -87px no-repeat;
}
#m_contact a:hover {
	background: transparent url(../images/menu-buttons.png) -628px -87px no-repeat;
}
#menu li.contact_here {
	position:absolute;
	background: transparent url(../images/menu-buttons.png) -628px -87px no-repeat;
	height:87px;
	left:628px;
	width:159px;
	text-indent:-9000px;
}
#m_login a:link, #m_login a:visited {
	left:787px;
	width:164px;
}
.nav-m_login {
	position:absolute;	
	top:0;
	left:787px;
	width:164px;
	height:87px;
	background: transparent url(../images/menu-buttons.png) -787px -87px no-repeat;
}
#m_login a:hover {
	background: transparent url(../images/menu-buttons.png) -787px -87px no-repeat;
}
/* Sub Menu Style */
#sub_menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:1px;
	line-height:13px;
	padding:0;
	margin-bottom:24px;
}
.about_us_sub {
	margin-left:363px;
}
.now_playing_sub {
	margin-left:293px;
}
#sub_menu li a:link, #sub_menu li a:visited {
	color:#ff3300;
	display:block;
	text-decoration:none;
	width:118px;
}
#sub_menu li a:hover {
	color:#000000;
}
#sub_menu li {
	list-style:none;
	margin:0;
	padding-top:5px;
	padding-bottom:0;
	float:left;
	text-align:center;
	top:0;
}
#sub_menu li.sub_here {
	width:118px;
}
#sub_menu li#sm_first {
	padding-left:0;
}
#sub_menu li#sm_last {
	padding-right:0;
}