/* zero off the defaults to get a clean starting point*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
	margin: 0; 
	padding: 0; 
	border: 0; 
}

body {
	background: url(body_bg.jpg);
	background-repeat: repeat-x;
	font-size: 100.01%;/* fix for IE scaling error at small font sizes*/
	text-align: center;/* centers the wrapper in IE 5.x*/
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #99CC99;
	background-color:#295229;

}

/***** Begin laying out the wrappers *****/

#wrapper {
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	width: 760px;
	text-align: left;
	position: relative;/*set for the positioning of the nav*/
	/*background-image: url(outercontent_bg.jpg); shadow drop bg image 
	background-repeat: repeat-y;   */
	background: url(content_bg.jpg);
	background-repeat: repeat-x;
	background-color:#336633;
}

#outercontent {
	margin-left: 1px;
}

/***** Ends the wrappers *****/

/***** Begin laying out the headers *****/
#topbanner {
	background-image: url(header_bg.jpg);
	background-position: -1px 0;
	height: 71px;
	margin: 0 auto;
	width: 760px;
}

#topbanner .left {
	margin-left: 20px;
}

#topbanner .dish {
	float: right;
	margin-right: 18px;
	display: inline;
}

/***** Ends banners **************/

a:link{
	text-decoration : underline;
	color : #99FF99;
}
a:hover{
	text-decoration : underline;
	color : #FFFFFF;
}
a:active{
	text-decoration : underline;
	color : #FFFFFF;
}
a:visited{
	text-decoration : underline;
	color : #99FF99;
}

/******* Begins content layout ***********/

#content {
	margin-top: 30px;
	margin-left: 230px;
	padding: 7px 0 10px 0;
	width: 510px;
}

#content h1 {
	font-size: 130%;
	font-weight: normal;
	margin: 0 0 20px 0;
	color: #FFFFFF;
	border-bottom: 1px solid #99ff99;
}

#content h2 {
	font-size: 115%;
	font-weight: normal;
	margin: 10px 0 10px 0;
	color: #FFFFFF;
	background-color: #3f7f3f;
	/*border-bottom: 1px solid #99ff99;*/
}

#content h3 {
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #FFFFFF;
}

#content h4 {
	font-size: 80%;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #FFFFFF;
}

#content p, td {
	font-size: 80%;
	padding: 0 0 10px 0;
}

#content .bio {
	font-size: 130%;
}

#content .left {
	margin-left: 20px;
}

#content .message {
	margin: 0 0 10px 0;
	color: #FFFFFF;
}

#content .position {
	margin-top: -10px;
	font-size: 90%;
}

#content .printheader, #content .handheldheader {
	display: none;/*hide the header for the print style sheet*/
}
/****** Ends the content layout ********/

/* FORMS ------------------------------------------------------------------------------------------------------------------------ */
form {
	margin: 0px;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #3f7f3f;
	border: 1px solid #99ff99;
	color: #FFFFFF;
}

label {
	font-size: 12px;
}

/* MAIN NAV layout ------------------------------------------------------------------------------------------------------------------- */

#skip {
	position: absolute; 
	top: -500px;/*places the skip nav off screen*/
}
/* positions the navigation column*/
#nav {
	position: absolute; 
	width: 180px;
	top: 112px;
	left: 23px;
}
#nav ul {
	list-style-type: none;
	padding-left: 2px;
	/*margin-left: 20px;*/
}
div#nav ul li {
	border-bottom: 1px dotted #99ff99;/*plain border for IE pc*/
	font-family: Arial, Helvetica, sans-serif;
	width: 179px;
	margin-bottom: -2px;/*value for IE5.5*/
	margin-bottom:/**/ -5px;/*Value for IE5.01*/
	ma\rgin-bottom: -2px;/*value for IE6*/
}
div#nav>ul li, #nav>h3 {
	border-bottom: 1px dotted #99ff99;/*IE doesn't do dotted well, set here for browsers other than IE pc*/
	margin-bottom: 0;
}
#nav li a {
	font-size: 80%;
	height: 1%;
	display: block;
	text-decoration: none;
	color: #99CC99;
	padding: 4px 0 4px 2px;
	margin: 0;
}
#nav li a:hover, #nav li a:focus {
	background-color: #3f7f3f;
	color: #FFFFFF;
}

/* ARTISTS NAV ------------------------------------------------------------------------------------------------------------------- */
#anavcontainer ul {
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size:55%;
}
#anavcontainer ul li { 
	display: inline;
	list-style-type: none;
}
#anavcontainer ul li a {
	padding:2px 10px 2px 10px;
	background-color: #0c400c;
	color: #99CC99;
	text-decoration: none;
	float: left;
	border-right: 2px solid #336633;
}
#anavcontainer ul li a:hover {
	background-color: #3f7f3f;
	color: #FFFFFF;
}
ul#anav a#current { 
	color: #000000; 
	background: #FFFFFF;
	border-right: 2px solid #555555;
}

/* FOOTER NAV ------------------------------------------------------------------------------------------------------------------- */

#footnav { 
	margin-top: 20px;
	padding:4px 10px 4px 10px;
	text-align:center;
	background-color: #3f7f3f;
	font-size: 70%;
}

#footnav a {
	color: #99CC99;
	text-decoration: none;
}

#footnav a:hover, #footnav a:focus {
	color: #FFFFFF;
	text-decoration: none;
}

/***** Ends the navigation *****/

/***** footers *****/

#footer {
	/*height: 34px;
	background-image: url(footer_bg.jpg);
	background-repeat: no-repeat; 
   background-position: -1px 0;*/
   background-color:#336633;
}

#footer p {
	font-size: 70%;
	text-align: left;
	padding: 4px 23px 25px 0;
	color: #99CC99;
	border-top: 1px solid #99ff99;
	margin: 10px 20px 0 20px;
	
}

/***** Ends the footers ********/
