* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
}
.bghome {
	background: #000 url(../images/body_home.gif) left top repeat-x;	
}
.bgblog {
	background: #000 url(../images/body_blog.gif) left top repeat-x;	
}
.bgprofile {
	background: #000 url(../images/body_profile.gif) left top repeat-x;	
}
.bgreleases {
	background: #000 url(../images/body_releases.gif) left top repeat-x;	
}
.bgmedia {
	background: #000 url(../images/body_media.gif) left top repeat-x;
}
body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
}
#contmain
{
width: 665px;
margin: 0 auto;
background: #fff;
}
h1, h2, h3, h4 {
	color: #000;
}
h1 {
	font-size: 3em;
	font-weight: normal;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #fea23d;
}
h3 {
	font-size: 1em;
}
ul, ol {
	margin-left: 3em;
}
a {
	text-decoration: underline;
	color: #000;
}
a:hover {
	border: none;
	text-decoration: none;
	color: #000;
}
h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #246030;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #246030;
}
#main
{
	width: 665px;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	margin: 0 auto;
	background: #fff;
}
/* Header */
#header {
	width: 665px;
	margin: 0 auto;
	height: 502px;
	background: #fff;
}
#menu {
	float: left;
	height: 65px;
	width: 600px;
	padding-left: 65px;
	background: #fff url(../images/menu.gif) repeat-x;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#menu li {
	float: left;
}
#menu a {
	display: block;
	float: left;
	height: 40px;
	width: 100px;
	text-decoration: none;
	font-size: 14px;
	padding-top: 25px;
	font-weight: bold;
	color: #fff;
    text-align: center;

}
#menu a:hover {
	color: #fff;
	background: url(../images/menu_r.gif) repeat-x;
}
/* Logo */
#logo {
	width: 665px;
	height: 437px;
	margin: 0 auto;
	text-align: left;
}
.home {
	background: url(../images/body_home.jpg) no-repeat left top;	
}
.blog {
	background: url(../images/body_blog.jpg) no-repeat left top;	
}
.profile {
	background: url(../images/body_profile.jpg) no-repeat left top;	
}
.releases {
	background: url(../images/body_releases.jpg) no-repeat left top;	
}
.media {
	background: url(../images/body_media.jpg) no-repeat left top;	
}
#logo h1 {
	padding-top: 333px;
	padding-left: 11px;
	color: #246030;
	font-size: 18px;
}
#logo h2 {
	font-style: normal;
	font-size: 10px;
	padding-left: 11px;
}
#logo .custom {
	width: 654px;
	height: 60px;
	color: #000;
	margin-top: 4px;
	margin-left: 11px;	
}
#logo a {
	color: #fff;
}
#banner {
	float: left;
	width: 468px;
	height: 60px;
}
.banner a {
	border: none;	
}
#langNavigator {
	float: left;
	width: 175px;
	height: 60px;
	padding-right: 11px;
	text-align: right;
}
/* Page */
#page {
	width: 665px;
	border-top: none;
}
/* Content */
#content {
	float: left;
	width: 436px;
	padding-left: 4px;
	padding-top: 22px;
	padding-bottom: 20px;
}
#content p {
	line-height: 20px;
}
#content .box {
	border-top: 3px solid #eee;
	width: 418px;
	margin-bottom: 20px;
}
#content .box2 {
	border: 1px solid #fff;
	background: #fff url(../images/box_back.gif) repeat-x top;
	width: 406px;
	padding: 5px;
}
#content .box2 .article {
	text-align: justify;
}
#content .box2 .blogview {
	text-align: left;
}
#content .box2 .blogarticle {
	height: 145px;
	text-align: left;
}
#content .box2 .blogarticle .releasedon {
	color: #666;
	width: 400px;
	background: #000 url('../images/blogdatetime.gif') left top repeat-y;
	line-height: 16px;
	margin-left: 5px;
}
#content .box2 .blogarticle .blogtitle {
	color: #fff;
	width: 400px;
	background: #eee url('../images/blogtitle.gif') left top repeat-y;
	line-height: 16px;
	margin-left: 5px;
}
#content .box2 .navigator {
	color: #ccc;
}
#content .box2 .article .release {
	background: #313131 url(../images/release_back.gif) repeat-x top;
	border: 1px solid #999;
	padding: 5px;
	padding-bottom: 23px;
	margin-bottom: 15px;
	color: #aaa;
}
#content .box2 .article .release h5 {
	color: #fea23d;
	font-size: 1.1em;
}
#content .box2 .article .release a {
	color: #fff;
}
#content .box2 .article .release a:hover {
	color: #ddd;
}
#content .box2 .article .release .mp3 {
	color: #ffef75;
	padding-left: 14px;
	background: transparent url(../images/audio_icon.gif) no-repeat center left;
}
#content .box2 .article .release strong {
	color: #ddd;
	font-weight: normal;
}
.article p {
	margin-bottom: 10px;	
}
#content .box2 img {
	background: transparent;
	border: none;
	margin: 5px;
	vertical-align: top;
	float: left;
}
.paypal {
	padding-bottom: 12px;
}
/* Sidebars */
.sidebar {
	float: left;
}
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar2 {
  	width: 218px;
	padding-top: 20px;
}
#sidebar2 li {
	background: #f7f7f7 url(../images/sidebarlibg.gif) repeat-x left bottom;
}
#sidebar2 li h2 {
	background: url(../images/title.gif) no-repeat left top;
	height: 30px;
	color: #fff;
	padding-left: 20px;
	padding-top: 14px;
}
#sidebar2 li ul {
	line-height: normal;
	margin-left: 20px;
	margin-bottom: 5px;
	padding-top: 5px;
}
#sidebar2 li li {
	padding: 5px;
	background: url(../images/small.png) no-repeat left;
	font-size: .8em;
}
#sidebar2 li a {
	border: none;
}
#sidebar2 li a:hover {
	border: none;
}
.title_back {
	padding-top: 6px;
	padding-left: 16px;
}
.newsHeadline {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	font-family: arial,sans-serif;
	text-decoration: underline;
}
.newsDetails {
	padding-top: 4px;
	padding-bottom: 8px;
	padding-right: 8px;
	display:block;
	font-size:13px;
	line-height:16px;
	font-family: arial,sans-serif;
}
#newsletter {
	padding-bottom: 6px;	
}
#newsletter label {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	font-family: arial,sans-serif;
}
#newsletter input {
	line-height: normal;	
}
#email {
	width: 196px;	
}
.registered {
	color: #6f0d00;	
}
.googleAdSense {
	height: 610px;
	padding-top: 12px;
	padding-bottom: 4px; 	
}
.googleAdSenseCenter {
	text-align: center;	
}
#bottom {
	clear: both;
}
/* Footer */
#footer
{
padding-top: 20px;
border-top: 4px solid #313131;
height: 50px;
width: 665px;
background: url(../images/footer_back.gif) top repeat-x;
}
#footer p {
	text-align: center;
	font-size: 9px;
	color: #999;
	margin: 0px;
	padding: 0px;
}
#footer p strong {
	color: #ccc;
}
#footer a
{
	color: #ccc;
}
#footer a:hover
{
	color: #fff;
}
.separator {
	color: #555;
}
.juno {
	padding-top: 13px;
	padding-left: 13px;
	text-align: center;
}
.juno img {
	border: none;
}