/* CSS Document */

/* unisax.css
   Stylesheet for www.unisax.co.uk
   Last updated: 9/3/08
   Author: Fred Riley

   References:
   menu: http://css.maxdesign.com.au/listamatic/vertical13.htm
   layout: http://www.glish.com/css/1.asp
   
*/

body {
	/* Set page background image to saxophone, source http://openclipart.org */
	background-image: url(http://www.fredriley.org.uk/unisax/images/johnny_automatic_saxophone_opaque20.png);
	background-repeat: no-repeat;
	background-position: center;
	
	/* set default text format */
	font-family:  Verdana, Arial, Helvetica, sans-serif;

}

p.picturecaption {
	font-style: italic;
	font-size: smaller;
	}

#pagecontainer {
	width:70%;
	margin-right:15%;
	margin-left:15%;
	margin-top:10px;
	padding: 0px 0px 10px 10px;
	text-align:left;
	border: solid 1px;
	}
		
 #navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	/* background-color: #f7f2ea;*/
	background-color: white;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #f7f2ea;
color: #777;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
text-decoration: none;
float: left;
}

#navcontainer ul li a:hover
{
	color: #800000;
	background: transparent;
	border-color: #aaab9c #fff #fff #ccc;
	
}

#navcontainer ul li#active a
{
background: #f0e7d7;
color: #800000;
}
	
#footer p {

	font-size: 12px;
	color: black;
	font-style: normal;
	font-weight: bold; 
	text-align: center; 
	font-family: Geneva, Arial, Helvetica, sans-serif;

	}