/* Body Formating */
 body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	background-color: #000000;
	margin: 0; 
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: center; 
	color: #000000;
}

#wrapper{
text-align:center;

}
.twoColFixLtHdr #container { 
	width: 780px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 200px;
	padding: 35px 5px 5px 5px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; 
	
} 
.twoColFixLtHdr #footer p {
	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 */
}


.contentCol1 {
	width:200px;
	float:left;
	
	

}

.contentCol2{
 	width:200px;
	float:right;
	

}

.photoContainer {
	width:150px;
	height:150px;
	padding: 15px 15px 15px 15px;
	margin: 15px 15px 15 px 15px;

	
	

}


.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;
}
.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;
}


/* menu items */

.menuItem{
	width:175px;
	height:45px;
	background-image: url(images/btn_background.gif);

	background-repeat:no-repeat
	vertical-align: middle;
	text-align: left;
	padding: 0px;
	line-height: 45px;
	
	
}

.copyright{
	font-size: 9px;
}

.bottomMargin {
	margin-bottom:50px;
}
.PageTitle {
	font-size: 1.5em;
	color: #FFFFFF;
	width: auto;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: 15px;
	font-weight: 700;
	margin-top: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}
.PageSubTitle {
	font-size: 1em;
	color: #FFFFFF;
	width: auto;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	font-weight: 700;
	margin-top: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}
.MusicSubTitle {
	font-size: 1em;
	color: #FFFFFF;
	width: auto;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-weight: 700;
	margin-top: 15px;
	padding-top: 10px;
	padding-right: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;

}
body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;



}
.mailTo {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: underline;
}
a {
	color: #CCCCCC;
	text-decoration: underline;
}
.playSong {
	margin-bottom: 5px;
	margin-left: 10px;
}

.logo {
	position: absolute;
	left: 30px;
	top: 20px;
}




.swapImage {
	position: absolute;
	left: 400px;
	top: 20px;
}
.bodyCopy {
	position: absolute;
	left: 220px;
	top: 200px;
}
.floatingLeftLinks {
	position: absolute;
	top: 200px;
	left: 20px;

}



.CountryDiv {
	position: absolute;
	left: 220px;
	top: 680px;
}

.MediaLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #6699FF;
	text-decoration: underline;
}
.SongTitle {
	padding: 0px;
	margin-right: 5px;

}
