html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
	margin: 0; 
	padding: 0; 
	border: 0; 
	}
body {
	margin: 0;
	padding: 0;
	border: 0;
	color: #666;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	min-width: 770px;
	background-color: #000033;
}
body.pageone a.one, 
body.pagetwo a.two,
body.pagethree a.three,
body.pagefour a.four,
body.pagefive a.five {
	background-color: #4A8739;
}

#wrapper {
	margin: 5px auto;
	width: 770px;
	position: relative;
	text-align: left;
	background-image: url(../images/wrappergradient.jpg);
	background-repeat: repeat-y;
	border: solid #6BA4C9 1px;
}

#banner {
	background-image:  url("banner_bg.gif");
	background-repeat: repeat-x;
	width: 770px;
	position: relative;
	border-bottom-color: #6BA4C9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}


#banner .right {/* Float the right hand image to the right in the banner */
	float: right;/*Floats the image to the right*/
}


#content .left {
	float: left;
	margin: 5px 20px 2px 0;
	border: 1px solid #000;
}


#content .right {
	float: right;
	margin: 15px 28px 10px 14px;
	border: 1px solid #000;
}

/* Set the navigation container */
/* The relative positioning on the banner allows us to set this div absolutely in relation to its containing element - the banner div. This div holds the image tabs */
#banner #navcontainer {
	position: absolute;/* absolute positioning takes this element out of the document flow and places it in relation to the containing element by using top & right values in this instance*/
	top: 85px;/* set the distance from the top of the containing element - in this case the banner div*/
	right: 25px;/* set the distance from the right edge of the containing element*/
	background-color: transparent;/* allows the banner image to show through */
}
#nav{
	margin: 0;
	padding: 0;
	background-color: #000066;
	border-bottom: solid #6BA4C9 1px;
}

#nav ul{
	padding-left:221px;
	margin:0;
}

#nav ul li{
	display:inline;
	padding:0;
	margin:0;
}

#nav ul li a {
	font-size: 0.8em;
	color:#FFFFFF;
	text-align:center;
	padding: 0 12px;
	text-decoration: none;
	border-left: solid #6BA4C9 1px;
}

#nav ul li a:hover, #nav ul li a:focus{
	background-color:#4A8739;
	color: #B1B163;
}


#contact {
	float: left;
	width: 220px;
	background-color: transparent;
}

#feature {
	background-color: transparent;
	padding-top: 12px;
	line-height: 100%;
	width: 220px;
	margin: 10px 0 0 0;
}

#feature h3 {
	color: #CA9764;
	font-size: 1em;
	margin: 0;
	padding: 1px 5px 2px 20px;
	bottom: -1px;
	text-transform: uppercase;
	line-height: 100%;
}	

#feature h4 {
	color: #CA9764;
	font-size: 0.8em;
	width: 189px;
	text-transform: none;
	margin: 0 0 0 15px;
	padding: 6px 0;
}	

#feature p {
	font: .8em/135% Verdana, Arial, Helvetica, sans-serif;
	margin: 0 20px;
	color: #B1B163;
	font-style: normal;
	background-color: transparent;
	padding: 0 7px 14px 0;
}
#feature a, #feature a:visited {/*use dual selectors if the properties and values are the same for each*/
	color: #FFF; /* changes the default text colour to black*/
	padding: 4px 0 6px 0; /* sets padding values to give the link text some "air"*/
	text-decoration: none; /*removes the underline*/
}
#feature a:hover, #feature a:focus {
	color: #0099FF;
	text-decoration: underline; /*removes the underline*/
	}
#content {
	background-color: transparent;
	width: 520px;
	margin-left: 240px;
	padding-bottom: 20px;
	margin-bottom: 50px;
	margin-top: 10px;
}

#content h1 {
	font-size: 130%; /*scales the main content title*/
	font-family: Georgia, "Times New Roman", Times, serif;/* sets the default fonts for h1 ** Notice that fonts that consist of more than word are surrounded in quotes*/
	margin: 0 0 10px 30px;/* sets the margins*/
	padding-top: 20px;/* adds padding to the top to give a little clearance below the banner*/
	color: #D3A97E;/* set the colour for the text*/
	font-style: italic; /*set the font style */
	font-weight: 500;/* sets the font weight to slightly less than bold - Where this isn't supported it seems mainly to default to normal - to make the text bold, if that is your wish, you can simply remove this property*/
}

#content h2 {
	font-size: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 20px 0 10px 20px;
	color: #D3A97E;
	font-style: italic;
	font-weight: 500;
	background: url(../images/headerimage.jpg) no-repeat;
	padding: 5px 0 5px 10px;
}

#content h3 {
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 5px 30px;
	padding-top: 5px;
	color: #D3A97E;
}

#content h4 {
	font-size: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 20px 0 10px 0;
	color: #D3A97E;
	font-style: italic;
	font-weight: 500;
	background: url(../images/headerimage.gif) no-repeat;
	padding: 5px 0 5px 5px;
}

#content p {
	font-size: 80%;
	color: #000000;
	margin: 0 0 5px 20px;
	padding: 10px 25px 0 0;
	text-align: justify;
}

#content ul {
	width: 40em;
	float: left;
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #D0B788;
	list-style-type: none;
	font: .75em/135% Verdana, Arial, Helvetica, sans-serif;
	}

#content li {
	line-height: 1.7em;
	width: 20em;
	float: left;
	margin: 0;
	padding: 0;
	}
.col2 {
	color:#000000;
	}


#footer {/* Begin laying out and styling the footer div */
	background-color: #000091;/*sets a background colour for the footer*/
	width: 770px;/*Sets the footers width*/
	border-top: 1px solid #0000FF;/*sets the top border to define the beginning of the footer*/
	font-size: 60%; /* sets the footer text size */
	text-align: right;/* aligns the text to the right*/
	clear: left; /* Keeps the contact div above the footer */
	margin-top: 20px; /* Adds a margin to the top of the footer*/
}
/* The contact div is outside the flow of the document and won't respect the footer;
it would, if it's content was great enough, poke through the bottom of the layout.
The clear left ensures the footer is always moved beyond the contact div and our design
remains intact. The content div is within the flow of the document and will therefore
push the footer div down as it's content dictates. */

#footer p {
	background-color: #000066;
	padding: 4px 4px 4px 10px;
	margin: 0;
	color: #0099ff;
}


#footer p.designer {/* Styles the bottom P in the footer that gives the validation and designer info */
	background-color: #4A8738;/*sets the background colour*/
	padding: 4px 4px 4px 10px;/*sets the padding values*/
	margin: 0;/*zeroes off the margins*/
	color: #fff;/*sets the text colour to white*/
	border-top: 1px solid #000;/*gives a top border to separate it from the other content in the footer, this should be the last item in the footer */
}


#footer a {/* Styles the links within the footer */
	color: #fff;/*sets the text to white*/
	text-decoration: underline; /*keeps the underline*/
}

#footer a:hover, #footer a:focus {
	text-decoration: none;/*removes the underline*/
}

#navcontainer a img {
    border: none; /*removes the default link border from around the navigation images*/
}

/* sets the inline links in the #content div if required*/
#content a:link, #content a:visited{
	background-color: transparent;
	color: #D3A97E;
}

#content a:hover, #content a:focus{
	color: #fff;/* sets the text color for hover and focus*/
	text-decoration: none;/*removes the underline*/
}

/********* Begin styling the form ****************/


#content form{
	margin: 10px 10px 0 10px;
}


#content fieldset fieldset{
	width: 195px; /*Set the width of the fieldset that contains the form inputs*/
	padding: 0; /*zero the padding on the nested fieldset*/
	border: none; /*remove the borders*/
}

#content input{
	background-color: #C5AEDE;/*Set the background colour of the form inputs*/
	color: #414F4B;/*Set the text colour*/
	border: 1px solid #4C5854;/*add a border around them*/
	margin: 0 0 0 0;/*Zero off any margins*/
	width: 150px;/*Specifically set the width*/
	display: block;/*force the inputs to stack*/
}

#content textarea{
	background-color: #C5AEDE;/*set the background colour*/
	color: #556660;/*set the text colour*/
	border: 1px solid #4C5854;/*set a border around the element*/
	margin: 0 30px 0 0;/*set a margin on the right only*/
	height: 200px;/*specifically set a height for the textarea, tends to vary somewhat cross browser*/
}

.labelfloat{
	float: right;/*float the textarea's label and the textarea within it*/
	padding-top: 20px;/*set a top padding to align it*/
}

#content label{
	color: #2E1155;/*set the label text colour*/
	font-size: 75%;/*set the label font size*/
	padding-top: 5px;/*set alittle padding on the top*/
	display: block;/*display it as a block level element*/
}

#content fieldset{
	margin: 0;/*zero off any existing margine*/
	border: none;/*remove the default borders*/
	padding: 5px 5px 20px 20px;/*give a little "air" inside the parent fieldset*/
	width: 450px;/*set a width against it*/
}


#content .button{
  background-color: #9E77CA;/*changes the default background colour from the input styling*/
  color: #fff;/*changes the default colour from the input styling*/
  width: 80px;/*changes the default width colour from the input styling*/
  margin-top: 20px;/*adds a little sapce between the bottom input and the buttons*/
  display: inline;/*allows the buttons to sit side by side by, over ruling the display: block; on the input selctor*/
}

#navigation {
	margin-top: 23px;/* sets a margin on the top to move the div down from the banner*/ 
	background-color: transparent;/* no background colour required*/
	padding-top: 19px;/* moves the content of the div down and allows the "tab" bg image to show above it*/
	line-height: 100%;/* helps out IE 5.01 pc */
	width: 189px; /* sets a width for the div */
	margin-left: 12px;
}

#navigation ul {
	background-color: transparent;/* no background colour required*/
	list-style-type: none;/* removes the bullets from our list navigation */
	margin: 0 0 40px 0; /* Moves the "where" div down 40px from the bottom of the navigation list */
	padding: 0;/* zeroes off the padding */
	font-size: 80%;/* scales the font to 80% of the body font declaration*/
	border-bottom: 3px solid #9E77CA;/* These borders create the box affect on the navigation */
	border-left: 3px solid #9E77CA;/* These borders create the box affect on the navigation */
	border-right: 3px solid #9E77CA;/* These borders create the box affect on the navigation */
 }

 

#navigation ul li {/*The 3 margin property/value pairs are a hack to make the links butt together in IE 5.01*/
	padding: 0;/* zeroes off the padding*/
	margin: 0; /*zeroes off the margins*/
	margin: /**/ 0 0 -3px 0; /*This takes the 3px off the margin in IE 5.01 - IE 5.5 cannot see this hack so stays with the 0 value from the last margin property*/
	ma\rgin: 0;/* IE 5.01 and IE5.5 cannot see this selector - resets the margins on other browsers back to zero - the escape character must not come immediately before the letters a,b,c,d,e or f if it does it will be seen as a hex character and the hack will fail*/
	background-color: #C7B1DE;/*sets a background colour*/
}


.first {/* Adds a border to the top of the first link - apply to the first link in the list */
	border-top: 1px solid #000; /*provides a border for the top of our first list navigation link - we don't want double borders where the links join in the list navigation, this negates that problem*/
}

/*Begin styling the link lists - visited is styled the same as link, not absolutely necessary to decalre visited but its there.
Note that the reference is to "a" and not "a:link". This makes the link act as a button in a cross-browser way. */
/*You will notice that I have set two selectors on this rule. This is fine when the occasion arises - saves time and space*/
#contact #navigation a, #contact #navigation a:visited {/*use dual selectors if the properties and values are the same for each*/
	background-color: #C5AEDE;/* provides a background for the link */
	border-bottom: 1px solid #000000;/*sets the bottom border*/
	border-left: 1px solid #323C55;/* sets the left border */
	border-right: 1px solid #000000; /*sets the right border*/
	color: #000; /* changes the default text colour to black*/
	display: block;/* required to make the links act like a button*/
	padding: 4px 0 6px 4px; /* sets padding values to give the link text some "air"*/
	text-decoration: none; /*removes the underline*/
	width: 163px;/* sets the width for IE5.x*/
	w\idth: 157px;/*resets the width for IE6 and compliant browsers - see notes on line 93 regarding the position of the escape \ character*/
}

/* sets the link styles for hover and focus*/
/*You will notice that I have set two selectors on this rule, this is fine when the occasion arises - saves time and space*/
#contact #navigation a:hover, #contact #navigation a:focus { /*use dual selectors if the properties and values are the same for each*/
	background-color: #8758BE; /* sets the background colour*/
	border-right: 1px solid #fff;/* changes the right border to white to give the hover state an indented look*/
	border-bottom: 1px solid #fff;/* changes the bottom border to white to give the hover state an indented look*/
	color: #fff;/* changes the hover and focus text to white*/
}


/* Begins laying out the address */
#add {/* Set the containing add div */
	padding: 18px 0 0 0;/* sets the padding values - the 18px value allows the "tab" background image to show above the content*/
	width: 169px;/* sets a width for the div*/
	background-color: transparent; /* no background colour required*/
	background-image:  url("address.gif");/* sets the "tab" background image for the div*/
	background-repeat: no-repeat;/* no repeating required*/
	margin-top: 40px;/* moves the div down and away from the navigation div */
}


#contact #navigation h3 {/* Sets the title on the navcontainer and the add divs */
	font-size: 70%;/* scales the font size*/
	background-color: #9E77CA;/* sets the background colour*/
	padding: 5px 3px 3px 7px;/*sets the padding values - the 7px aligns this header with the text in the "tab" image */
	color: #fff;/* sets the text colour to white*/
	margin: 0;/* zeroes off the margins*/
	border-left: 2px solid #B192D5;/* Blends the left edge into the tab highlight*/
}
	
	
#contact #navigation #add h3 {
    font-size: 70%;/*Sets the font size*/
	background-color: #9E77CA;/* sets the background colour*/
	padding: 5px 3px 3px 7px;/*sets the padding values - the 7px aligns this header with the text in the "tab" image */
	color: #fff;/* sets the text colour to white*/
	margin: 0;/* zeroes off the margins*/
	border-bottom: 1px solid #834DC0;/* adds a bottom border to give some definition between the h3 and the address element*/
}


#contact #navigation #add address {/* Sets the styling for the address element */
	font-size: 70%;/*scales the font size*/
	padding: 7px 5px 5px 5px;/*sets the padding*/
	border-right: 3px solid #9E77CA;/* These borders create the box affect on the address */
	border-left: 3px solid #9E77CA;/* These borders create the box affect on the address */
	border-bottom: 3px solid #9E77CA;/* These borders create the box affect on the address */
	margin: 0;/*zeroes off the margins*/
	color: #333;/* changes the default text colour*/
	font-style: normal; /* removes the default italic style for address */
	background-color: #C7B1DE;/* sets the background colour*/
}
.brclear { /* Use a break with this class to clear float containers on both sides */ 
clear:both; 
height:0; 
margin:0; 
font-size: 1px; 
line-height: 0; 
}
.biostylings {
	font: Georgia, "Times New Roman", Times, serif;
	color: #D3A97E;
}
.albums {
	margin: 0px;
	padding: 0 0 0 25px;
	width: 125px;
	height: 125px;
}
.titles {
	font: 500 105% Georgia, "Times New Roman", Times, serif;
	color: #40C1FF;
	margin: 2px;
	padding: 4px 0px 8px;
	width: 20em;
}
em {
	font-weight: bold;
}
