*{
	margin:0;
	padding:0;
	/*border: 0;*/

}
body {
	background-color: #5B503A;
	font-family: Optima, Arial, sans-serif;
	font-size: .9em;
	text-align: center;
}
a {
	color: #003366;
}
a:hover {
	text-decoration: none;
}
ul {
	padding-bottom: 10px;
	margin-left: 20px;
}
img {
	border:0;
}
h1 {
	font-size: 100%;
	padding-bottom: 0px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
div#wrapper {
	text-align: left;
	width: 914px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
div#header img {
	float: left;
}
div#nav {
	background-color: #6F4A5F;
	padding-left: 30px;
	width: 869px;
	margin-left: 8px;
	margin-bottom: -4px;
}
div#nav a img {
	border: 1px solid #738B59;
	margin-top: 2px;
	margin-bottom: 2px;
}
div#nav a:hover img {
	border-top-color: #B7BC58;
	border-right-color: #B7BC58;
	border-bottom-color: #B7BC58;
	border-left-color: #B7BC58;
}
div#pageBG {
	background-image: url(../_media/markers/pageBG.gif);
	background-repeat: no-repeat;
	height: 672px;
	background-color: #B2CB7E;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}


/*BEGIN HOME STYLES*/
div#homecontent {
	margin-left: 135px;
	margin-right: 470px;
	padding-top: 15px;
}
div#homecontent p {
	padding-bottom: 10px;
	font-size: 95%;
}
div#homecontent li {
	font-size: 100%;
}
div#homeCenterRow {
	background-image: url(../_media/markers/contentBG.gif);
	background-repeat: no-repeat;
	height: 340px;
	background-color: #B2CB7E;
}
div#homefooter {
	background-image: url(../_media/markers/bottomRow.gif);
	height: 332px;
	width: 914px;
	background-color: #2C1522;
}
/*BEGIN HOME STYLES*/


/*BEGIN GALLERY*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
	position: relative;
	margin-left: 130px;
	width: 600px;
}

.gallerycontainer a{
padding:0;
margin:0;
}
.thumbnail img{
	border: 1px solid transparent;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid black;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
}
.thumbnail span img{ /*CSS for enlarged image*/
	background-color: #FFFFFF;
	padding: 5px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 345px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	padding-top: 20px;
}
/*END GALLERY*/

div#homecontent ul {
	margin-top: -10px;
	padding-left: 20px;
	padding-right: 10px;
	margin-left: 10px;
}
div#description {
	color: #000000;
	margin-bottom: 10px;
	background-color: #769196;
	padding: 10px;
	margin-left: 130px;
	width: 296px;
}
div#description p {
	padding-top: 5px;
	padding-bottom: 5px;
}
a.thumbnail {
	color: #FFFFFF;
	text-decoration: none;
}
div#copyright {
	margin-top: 0px;
	background-color: #5B503A;
	width: 914px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 10;
	color: #E6E2DE;
	padding-top: 10px;
}
div#copyright .floatright a {
	color: #B2CB7E;
}
.img-pad-floatright {
	padding: 10px;
	float: right;
}
a#resume {
	padding-left: 290px;
}
