	body {
		font-family:VerdanaArial,Helvetica,sans-serif;
		font-size:62.5%;
	/*font-size 62.5% sets 1em = 10px - scale accordingly*/		
		background-image: url(images/background/square_background.jpg);
		background-repeat: repeat;
	}

	/*wrapper is the overall page border*/
	#wrapper {
		width:80em;
		margin:0em auto;
		border:0em;
		padding:1em;
	}
	
	/*header holds the music player*/
	#header {
		border:0em;
		height:5em;
		padding:0em;
	}
	
	/*holds the text under the music player*/
	#tagline {
		border:0em;
		height:2em;
		padding:0em;
		width:37em;
		font-size:2em;
	}

	/*general for main section*/
	#content {
		margin-top:1em;
		padding-bottom:1em;
	}
	#content div {
		padding:10px;
		border:0em;
		float:left;
	}
	
	/*unused now - used to be used for left-hand column
	#content-left {
		width:5em;
		font-size:1.8em;
	}*/
	
	/*used for main section*/
	#content-main {
		margin-left:1em;
		width:30em;
	}		
	a.big {
	font-size:2.6em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	h3.general {
	font-size:1.4em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	span.descriptor {
	font-size:18px;
	color:#990066;
	}

	#content-right {
		width:20em;
		font-size:2em;
	}

	p.caption {
		font-size:0.8em;
	}

	p.mainPageSidebar {
		font-size:0.8em;
	}
		


	#bottom {
		clear:both;
		text-align:right;
	}