/*This is the main stylesheet.*/
/*This site redesign done by Jim Siders jimsiders@gmail.com May 2008*/

body {
	font:12px "lucida grande","helvetica",sans-serif;
	color:#3a3a3a;
	text-align:center;
	background-color:#EBEBEB;
}

div#wrapper {
	background:url('images/singledancer.png') no-repeat 0 0px;
	background-color:#B29687;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border:1px solid #99604F;
	min-height:1100px;
	
}

div#banner {
	height:165px;
	background-image:url('images/PGC-logo_BW.png');
	background-repeat:no-repeat;
	background-position:50% 0%;
	padding:0px;
	margin:0px;
	
}

div#masthead_background {
	background-image:url('images/content_bkgd2.png');
	margin-left:15%;
	margin-right:15%;
	margin-top:15px;
	margin-bottom:25px;
	padding:15px;
}

span.hidden {
	display:none;
}

div#content {
	margin-left:15%;
	margin-right:15%;
	padding:15px;
	top:0;
	min-height:700px;
	background:url('images/content_bkgd2.png');
	
}

div#player {
	margin-left:15%;
	margin-right:15%;
	margin-top:15px;
	padding:15px;
	background:url('images/content_bkgd2.png');

}

div#content p,ul {
	line-height:1.8em;
}

div#content a {
	color:#3a3a3a;
}

div#content a:hover {
	text-decoration:none;
}

h1,h2,h3,div#mainmenu a,div#submenu a {
	font-family:"Georgia","Times New Roman",serif;
}

div#mainmenu {
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

div#mainmenu ul {
	list-style:none;
}

div#mainmenu ul li {
	display:inline;
}

div#mainmenu a {
/*	background:url('images/content_bkgd2.png');*/
	text-decoration:none;
	text-transform:lowercase;
	color:#580804;
	font-size:140%;
	padding:15px;
}

div#mainmenu a:hover,div#mainmenu a.currentpage,div#submenu a:hover,div#submenu a.currentpage {
	color:#997272;
}


img {
	padding:5px;
	margin:5px;
	border:1px solid #aeaeae;
}

img.right {
	float:right;
}

img.left {
	float:left;
}

div#submenu ul,div#submenu li{
	list-style:none;
}

div#submenu a {
	font-size:120%;
	margin:10px;
	border-bottom:2px solid black;
	
	text-decoration:none;
}

div#submenu a:hover,div#submenu a.currentpage {
	border-bottom:2px solid gray;
	
}

