/* Basic, universal styles for each web page; will appear on every page */

body {
padding: 0;
margin: 30px 0 30px 0;
background-color: #000000;
text-align: center; /*To make IE 5 for Windows center pagewrapper division on screen */
font-family: courier, arial, helvetica, sans-serif;
font-weight: normal;
}

/* This division facilitates the centering of your webpage in the browser window */

#pagewrapper {
/* Styles borders, colors, margins, etc. for entire page */
width: 800px; /* Set width for entire page contents container */
/*padding: 10px; To provide consistent padding between all inner content containers and edge of page wrapper div */
margin: 0 auto 0 auto; /*Center pagewrapper div on screen*/
/*text-align: left; left align all content within pagewrapper */

}

/* Styles for the header division of all web pages */



#header h1 {
font-size: 20px;
font-color: #ffffff;
}




/* Styles for the menu division of all web pages */

#menu {




}

/* Styles for all unordered lists in the menu division of all web pages, no bullets do list-style: none */



/* Styles for all list items in the menu division of all web pages */




/* Styles for the content division of all web pages */

#content {
margin-left: 0px;
height: 850px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
border: 1px #ffffff;
}


/* Styles for the footer division of all web pages */



.footerimages {

margin-left: 2px;
margin-right: 2px;
margin-top: 2px;
margin-bottom: 2px;
border: 0px #99ffff;
border-style: solid;

}

.footerimagetable {

border-width: 1px;
border-color: #ffffff;
border-style: dotted;

}

.footermp3table {

margin-top: 15px;
margin-bottom: 15px;
border-width: 1px;
border-color: #ffffff;
border-style: solid;
clear:both;

}


/* Styles for all list items of all unordered lists in the footer division of all web pages */


/* Styles for text display in all web pages */

.bodytext {
color: #ffffff;
font-family: courier, arial;
font-size: 12px;
}

.marquee {


}

/* Styles for all uses of the H1 tag */

h1 {
color: #ffffff;
font-size: 20px;
font-family: courier, arial, helvetica, geneva, sans-serif;
}

/* Styles for all uses of the H2 tag */

{
color: #ffffcc;
font-size: 36px;
padding: 10px 20px 8px 50px;
margin: 0;
}

#mp3player {
clear:both

}

