/*-------------------------
clearing browser instructions
-----------------------------*/

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}

body {
	background-color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: center;
	
}	
	
h1 { 
	font-size: 2em;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 10px;
	margin-left: 10px;
	font-weight: normal;
	}
	
h2 { 
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 1.5em;
	font-weight: normal;
	}
	
h3 { 
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 1.2em; 
	font-weight: normal;
	}
	
h4 { 
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 1em; 
	font-weight: normal;
	}
	
h5 { 
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 10px;
	margin-left: 10px;
	font-size: .75em; 
	font-weight: normal;
	}

/*---------------------------
		wrapper
-----------------------------*/
#wrapper {
			width: 900px;
			margin-right: auto;
			margin-left: auto;
			text-align: left;
}

/*---------------------------
		banner nav
-----------------------------*/
#bannerNav { 	
	width: 900px;
	height: 100px;
	color: #black;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 40px;
	font-weight: normal;
	margin-top: 10px;
	background-color: #A38300;
	background-image: url(banner.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	}

#bannerNavGallery { 	
	width: 900px;
	height: 100px;
	color: #black;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 40px;
	font-weight: normal;
	margin-top: 10px;
	background-color: #A38300;
	background-image: url(bannerGallery.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	}
	
/*---------------------------
		side links bar
-----------------------------*/
#sideLinks {
	float: left;
	width: 120px;
	height: px;
	margin-top: 10px;
	background-position: top left;
	}
ul.side {
	font-size: 1em;
	font-weight: normal;
	list-style-type: none;
	}

.sideHeading {
	color: #CCFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	margin-top: 15px;
	}

ul.side a { 
	display: block;
	width: 8em;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	}

#sideLinks a:link {
	color: #663300;
	text-decoration: none; 
	font-family: Tahoma, Geneva, sans-serif;
}
#sideLinks a:visited {
	color: #333300;
	text-decoration: none; 
	font-family: Tahoma, Geneva, sans-serif;
}
#sideLinks a:hover {
	color: #CCFFFF;
	text-decoration: none; 
	font-family: Tahoma, Geneva, sans-serif;
}
#sideLinks a:active {
	color: #663300;
	text-decoration: none; 
	font-family: Tahoma, Geneva, sans-serif;
}

.sideHeading {
	color: #CCFFFF;
	margin-left: 5px;
		}


/*---------------------------
	main content
-----------------------------*/
#main {
	margin-left: 140px;
	margin-bottom: 50px;
	
	}


br clear {clear: both;}


p { margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 1em;
	}

.floatRight {float: right;}
.floatLeft {float: left;}

img.main {
	margin: 15px;
	border: 1px solid
}

img.increase {
	margin-top: 60px;
	margin-bottom: 80px;
	}

img.button {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	border:2px solid #663300;
	padding: 0px;
	}

q { 
	font-style: italic;
	font-size: .9em;
	font-weight: bold;
}
block-quote {
	font-family: Tahoma, Geneva, sans-serif;
	color: #5C5C5C;
	font-style: italic;
	font-size: 1.2em;
	font-weight: normal;
	margin: 20px;
}

a:link {text-decoration: none; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		
#main a:link {
	color: #CCFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#main a:visited {
	color: #CCFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#main a:hover {
	color: #B90000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#main a:active {
	color: #CCFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*----------IE bug fix below---------*/

*html #wrapper {height: 1px;}

#bannerNav li {
	display: inline;
	}

*html #bannerNav a {
	height: 1px;
	}