
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(images/background.jpg);
	font-family: "Trebuchet MS", Verdana;
	font-size: 100%;
	background-repeat: repeat;
	background-position: center top;
}
.downloadmusic {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	text-align: center;
	margin-bottom: 5px;
}

.thrColFixHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 5px double #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.header {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 100%;
	text-align: center;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 20px;
	margin: 10px;
	background-image: none;
	background-position: center;
	background-repeat: no-repeat;
} 
.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 */
}
.header a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 70%;
	text-align: center;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	background-image: none;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	border: thin solid #666666;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	text-decoration: none;
} 
.header a {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 70%;
	text-align: center;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	background-image: none;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #999999;
	border: thin solid #666666;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	text-decoration: none;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	font-family: "Courier New", Courier, monospace;
	font-size: 70%;
	color: #999999;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 0; /* padding keeps the content of the div away from the edges */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	color: #003366;
	text-align: center;
}
.thrColFixHdr #mainContent {
	font-size: 90%;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
} 

.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	text-align: center;
} 
.thrColFixHdr #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 */
	font-size: 90%;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}.thrColFixHdr #picturebar {
	padding: 0 10px 0 20px;
	text-align: center;
	/*letter-spacing: 10em;*/
}

.thrColFixHdr #mainContent2 {
	font-size: 90%;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}




/* CMS LOGIN */

#LoginDiv
{
    width: 260px;
    height: 200px;
    display: block;
    margin: 20px 20px;
    _margin: 20px 10px;
    padding: 0;
}

.LoginPanel span
{
    display: block;
    width: 100px;
    float: left;
    clear: left;
	font-family: verdana;
	font-size: 90%;
	margin-bottom: 5px;    
	margin-top: 3px;
}

#LoginDiv input
{
    width: 150px;
    float: right;
    margin-bottom: 5px;
}

#LoginDiv a
{
    display: inline;
    float: left;
    margin-top: 5px;
}

.LoginMessage
{
    width: 400px;
	font-family: verdana;
	font-size: 90%;      
    margin-top: 20px;  
    clear: left;     
}

#LatestNewsHead
{
	width: 144px;
	height: 42px;
	padding: 0;
	background: url(images/latestnews.jpg) no-repeat scroll top left;
	margin: 0;
}
.LatestNews {
	width: 150px;
	background-image: none;
	display: inline;
	float: left;
}

.NewsMarquee
{
	width: 130px;
	padding: 12px 4px 10px 4px;
	margin: 0 1px;
	border: 2px none RGB(204,204,204);
	color: #33FF00;
	font-family: calibri;
	font-size: 80%;
}.logoheader {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 800px;
	display: block;
}
.MediaLinks {
	width: 45px;
	display: inline;
	float: left;
	margin-left: 520px;
}
.medialinksicons {
	display: inline;
	float: left;
	width: 80px;
}
