body {
	font: 13px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #F2F0C7;
	background-color: #505050;
	width: 800px;
	margin: 0px auto 0px auto;
	padding-top: 15px;
	overflow: hidden;
	font-weight: 100;
}

.horizontalNav {
	margin-top: -15px;
	text-align:center;
}

h1 {
	font: 18px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #F2F0C7;
	padding-top:10px;
}

a, a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F2F0C7;
	text-decoration: none;
	letter-spacing: 0.15em;
	line-height: 9px;
	text-align: left;
}

/* default link style - needed to make the :active work correctly in IE */
a:visited, a:hover, a:active {
	color:#F2F0C7;
}

#groupName {
	font-size: 15px;
	text-transform: uppercase;
	color: #ABA507;
	position: relative;
	left: 250px;
	top: -45px;
	letter-spacing: 0.3em;
}

#navcontainer {
	float: left;
	width: 150px;
}

#navcontainer ul {
	list-style-type: none;
	text-align: left;
	line-height: 15px;
}

#navcontainer ul li a {
	background: transparent url(images/list-off.gif) left center no-repeat;
	text-align: left;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}

#navcontainer ul li a:hover {
	background: transparent url(images/list-on.gif) left center no-repeat;
	color: black;
}

#navcontainer ul li a#current {
	background: transparent url(images/list-active.gif) left center no-repeat;
	color: #999999;
}

.brand {
	color: #D68E03;
	letter-spacing: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FBFAF1;
	font: 24px Arial, Helvetica, sans-serif;
}

.brand a {
	text-decoration: none;
}

.center {
	width: 800px;
	padding: 0px 0px 20px 0px;
	min-height: 440px;
}

.artgrouping {
	font-size: 15px;
	color: #ABA507;
	letter-spacing: 0.2em;
	text-decoration: none;
}

.artgrouping a {
	font-size: 15px;
	color: #ABA507;
	letter-spacing: 0.2em;
	text-decoration: none;
}

.workDescription {
	float: left;
	width: 180px;
	font-weight: 100;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.gallerycontainer {
	position: relative;
	height: 450px;/*Add a height attribute and set to largest image's height to prevent overlaying*/
	padding: 0px 0px 0px 400px;
}

div.gallerycontainer p {
	font: 13px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #F2F0C7;
}

div.gallerycontainer p a, div.gallerycontainer p a:link, div.gallerycontainer p a:visited {
	font: 13px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #ABA507;;
	text-decoration: none;
}

#homeImage {
	text-align: center;
	padding-top: 20px;
}

.left img {
	float: left;
	width: 350px;
}

.thumbnail img {
	border: 1px solid grey;
	margin: 0;
}

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

.thumbnail:hover img {
}

.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	text-decoration: none;
}

.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
}

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

#active a {
	background-image: url(../images/homePage/baja.jpg);
	background-repeat: no-repeat;
}

/*Credits: CSS Play */
/*URL: http://www.cssplay.co.uk/menu/photo_album.html#nogo */

/* style the outer cntaining div to fit the landscape, portrait and buttons */
#album {
	width:600px;
	height:450px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 20px;
}

/* remove the padding margin and bullets from the list. Add a top margin and width to fit the images and a position relative */
.gallery {
	padding:0; 
	margin:420px 0px 0px 280px; 
	list-style-type:none; 
	position:relative;
}

/* remove the default image border */
.gallery img {
	border:0;
}

/* make the list horizontal */
.gallery li {
	float:left;
}

/* style the link text to be central in a surrounding box */
.gallery li a, .gallery li a:visited {
	font-size:14px;
	float:left; 
	text-decoration:none; 
	color:#ABA507; 
	text-align:center; 
	width:26px; 
	height:26px; 
	line-height:24px;
	margin:2px;
}

/* position the images using an absolute position and hide them from view */
.gallery li a img, .gallery span {
	position:absolute; 
	top:-820px; 
	left:0; 
	visibility:hidden; 
	border:0;
}

/* fix the top position for the landscape images */
.gallery li a img.landscape {
	top:-400px;
	float: right;
}

/* fix the left position for the portrait images */
.gallery li a img.portrait {
	top: -450px;
	float: right;
}

.gallery li a span {
	top: -50px;
	float: right;
	color: #F2F0C7;
	font-size: 12px;
	font-weight: 100;
}

/* style the hover background color for the text boxes */
.gallery li a:hover {
}

/* style the active/focus colors for the text boxes (required for IE) */
.gallery li a:active, .gallery li a:focus {
}

/* make the images visible on active/focus */
.gallery li a:active img, .gallery li a:focus img, .gallery li a:active span, .gallery li a:focus span {
	visibility: visible;
}

.contactInfo {
	float: right;
	width: 250px;
	line-height: 6px;
	padding: 0px 0px 0px 20px;
}

.contactInfo img {
	float: right;
	position: relative;
}

.header {
	text-transform: uppercase;
	color: #ABA507;
	font-size: 110%;
}

td {
	font-size: 11px;
	border: 0px;
	font-weight: 100;
	line-height: 12px;
	padding: 0px 70px 17px 0px;
}

.galleryContact td {
	line-height: 14px;
}

.resume td {
	padding: 0px;
	line-height: 14px;
}

td a, td a:link, td a:visited {
	font-size: 11px;
	color: #D99615;
	line-height: 14px;
}

.artTable td {
	margin: 0px;
	padding: 0px;
}

table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

div.resume {
	height: 430px;
	width: 750px;
	overflow: auto;
	margin-left: 40px;
}

.footer {
	clear: both;
	width: 800px;
	position: fixed;
	border-top: 1px solid #FBFAF1;
	text-align: right;
	font-size: 10px;
	line-height: 8px;
	color: #D99615;
}