/* CSS Document */

body { 
	background-color:#ffffff; 
	background-image:url(http://a1.twimg.com/profile_background_images/84756628/mongol-beach-party-bg.jpg); 
	background-repeat:no-repeat; 
	background-attachment:fixed; 
	margin:60px 0 30px 0;
}
.round{-moz-border-radius:5px;-webkit-border-radius:5px;}
.border { border:1px solid #9a1d55; }

#container {
	width:666px;
	margin:0 auto 20px auto;	
	background-color:#fef4ff;
	padding:20px; 
	font-family:'Trebuchet MS', Helvetica, sans-serif;
	color:#454545;
}

#container hr { width:100%;  height:1px; color:#9a1d55; background-color:#9a1d55; border:0; padding:0; margin:0 0 10px 0; }
#container h1 { padding:0 0 5px 0; margin:0; }
#container h2 { padding:0 0 5px 0; margin:0; font-size:16px; }
#container h2.tagline { margin-bottom:20px; }
#container p { padding:0; margin:0 0 10px 0; font-size:12px; text-align:left; }
#container a:link, #container a:visited { text-decoration:none; color:#454545; }
#container a:hover, #container a:active { text-decoration:none; color:#009933; }
#container a.podheader:link, #container a.podheader:visited, #container a.podheader:hover, #container a.podheader:active { text-decoration:none; color:#454545; }
#container .bottommargin { margin-bottom:20px; }
#container .floatleft { float:left; }
#container .floatright { float:right; }
#container .halfwidth { width:320px; }
#container .thirdwidth { width:102px; }
#container .quarterwidth { width:156px; }
#container .eighthwidth {width:75px; }
#container .textcenter { text-align:center; }
#container .textright { text-align:right; }
#container .paddingsmall { padding:10px; }
#container .small { font-size:10px; }
#container .last { margin-bottom:0; }

#container .buttondiv { margin-top:100px; }
#container .buttondiv .button { 
	cursor:pointer;
	background-color:transparent;
	background-image:url(../images/button.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:0 -5px;
	padding:5px 0 5px 0;
	margin:0 4px 10px 0; 
	font-weight:bold; 
	float:left; 
	text-align:center;
}
#container .buttondiv .buttonright { margin-right:0; }
#container .buttondiv a.button:hover { background-position:0 -15px; color:#454545; }
 
#container .clear { height:0; margin:0; padding:0; clear:both; }

#container #mainmenu { font-size:14px; font-weight:bold; line-height:150%; margin-top:100px; }
#container #podabout { display:none; }
#container #podplayers { display:none; }
#container #podpress { display:none; }
#container #podcalendar { display:none; }
#container #podbuy { display:none; }
#container #podcontact { display:none; }


