.body01 {
	font-family: Helvetica, sans-serif;
	color:#746860;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
	}

.body01Italic {
	font-family: Helvetica, sans-serif;
	color:#746860;
	font-size: 13px;
	line-height: 14px;
	font-style:italic;
	text-decoration: none;
	}

.smallItalic {
	font-family: Helvetica, sans-serif;
	color:#746860;
	font-size: 11px;
	line-height: 12px;
	font-style:italic;
	text-decoration: none;
	}
.smallLink {
	font-family: Helvetica, sans-serif;
	color:#333333;
	font-size: 11px;
	line-height: 12px;
	font-style:normal;
	text-decoration: none;
	}

.bodyBold01 {
	font-family: Helvetica, sans-serif;
	color:#666666;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
	font-weight: bold;
	}
	
.bodyBold02 {
	font-family: Helvetica, sans-serif;
	color:#746860;
	font-size: 15px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
	}
	
.headerBlueCaps {
	font-family: Helvetica, sans-serif;
	color:#4E88CA;
	text-transform:uppercase;
	font-size: 15px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
	}
	
.headerRedCaps {
	font-family: Helvetica, sans-serif;
	color:#954229;
	text-transform:uppercase;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
	}
	
.headerFeatured {
	font-family: Helvetica, sans-serif;
	color:#FDB300;
	text-transform:uppercase;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
	}

.bodyFeatured {
	font-family: Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
	font-weight:100;
	}


.bullet {
	list-style-image:url(../images/arrow.gif);
	list-style-position:outside;
	list-style-type:none;
	margin-left: -10px;
	font-family: Helvetica, sans-serif;
	color:#746860;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
}
	

.bullet14up {
	list-style-image:url(../images/arrow.gif);
	list-style-position:outside;
	list-style-type:none;
	margin-left: -10px;
	font-family: Helvetica, sans-serif;
	color:#746860;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
	position:relative; 
	top:-14px;
}

.bullet28up {
	list-style-image:url(../images/arrow.gif);
	list-style-position:outside;
	list-style-type:none;
	margin-left: -10px;
	font-family: Helvetica, sans-serif;
	color:#746860;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
	position:relative; 
	top:-28px;
}

.bullet21up {
	list-style-image:url(../images/arrow.gif);
	list-style-position:outside;
	list-style-type:none;
	margin-left: -10px;
	font-family: Helvetica, sans-serif;
	color:#746860;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
	position:relative; 
	top:-21px;
}


a:link {
	color:#4E88CA; 
	text-decoration: none;
	}
a:visited { 
	color:#4E88CA; 
	text-decoration: none;
	}
a:active { 
	color:#4E88CA;
	text-decoration: none;
	}
a:hover {
	color: #000000; text-decoration: none;
}


body {  
	background:url(http://www.soniczenrecords.com/images/bg.jpg);
	margin: 0;
	padding: 0;
	/*background-color: #746860;*/
	text-align: center;
	vertical-align: top;
	/*background-attachment: fixed;*/
	background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	height: 100%;
}


#flashcontent {
	height: 137;
}
	
	#flashcontent2 {
	}
	#flashcontent3 {
	}
	#flashcontent4 {
	}
	#flashcontent5 {
	}
	#flashcontent6 {
	}
	#flashcontent7 {
	}


.twoColFixLt #container { 
	width: 975px;  
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative; 
	top:-10px;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 320px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px;   /*top  right  bottom  left*/
}
.twoColFixLt #mainContent {
	width:585px;
	margin: 0 0px 0 390px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	vertical-align:top;
	text-align:left;
	overflow:hidden;
} 


.twoColFixLt #footer p {
	text-align:center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.news_share {
	position:relative;
	top:22px;
	float:right;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

<!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColLiqLtHdr #sidebar1 { padding-top: 30px; }
.twoColLiqLtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->



img.floatLeft { 
    float: left; 
    margin: 20px; 
}
img.floatRight { 
    float: right; 
	margin-left: 20px;
	position:relative;
}


td img {
	display: block;
}

margins1 {
	margin: 20;
}

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.socialText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#FFF;
}
.noFlashText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}


a.footerText:link {
	color:#4E88CA; 
	text-decoration: none;
	}
a.footerText:visited { 
	color:#4E88CA; 
	text-decoration: none;
	}
a.footerText:active { 
	color:#4E88CA;
	text-decoration: none;
	}
a.footerText:hover {
	color: #000000; text-decoration: none;
}




.shareLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFFFFF; 
}

a.shareLink:link {
	color:#FFFFFF; 
	text-decoration: none;
	}
a.shareLink:visited { 
	color:#FFFFFF; 
	text-decoration: none;
	}
a.shareLink:active { 
	color:#FFFFFF;
	text-decoration: none;
	}
a.shareLink:hover {
	color: #4E88CA; text-decoration: none;
}
