body {
	margin: 0;
	padding: 0;
	background: #000000 url('../images/body_bg.jpg') repeat-y fixed center;
	color: #990000;
}

#wrapper {
	width: 850px;
	margin: 0 auto 0 auto;
}

#header {
	width: 850px;
	height: 280px;
	text-align: center;
	padding-top: 10px;
}

#ornate_bottom {
	position: relative;
	bottom: 10px;
}

#footer {
	text-align: center;
	height: 1.5em;
}

.p_nav {
	width: 850px;
	height: 40px;
	text-align: center;
	margin: 10px auto 0 auto;
	padding: 0 0 0 55px;
}

ul.p_nav li{
	float: left;
	display: inline;
	margin: 0 5px 0 5px;
}

a img {
	border: 0px;
}

.nav_sep img {
	margin-top: 0px;
}

#front_content {
	width: 850px;
	margin-top: 30px;
	height: 395px;
	overflow: hidden;

}

#front_table {
	border: 0;
	width: 100%;
	text-align: center;
}

#front_table td {
	width: 50%;
	vertical-align: top;
}

#content {
	width: 796px;
	height: 524px;
	margin: 0 auto 0 auto;
	padding: 0px;
	padding-bottom: 10px;
	background: #000000 url('../images/content_background.jpg') no-repeat scroll top center;
}

#content_main {
	width: 770px;
	height: 511px;
	padding: 1px 15px 1px 15px;	
	margin: 0;
overflow: hidden;
}

#content_heading {
	width: 570px;
	text-align: center;
	float: right;
	margin-top: 30px;
}

#content_heading img, #contact {
	position: relative;
	right: 26px;
}

#content_frame {
	width: 175px;
	height: 230px;	
	float: left;
	margin: 25px 10px 0 10px;
	padding: 0;
	clear: none;
}

#page_links {
	text-align: center;
	position: relative;
	bottom: 30px;
	
}

.page_nav {
	font-size: large;
	font-weight: bold;
	padding: 8px;
	text-decoration: none;
}

.thumbs {
	list-style: none;
	padding: 0;
	margin: 130px 0 0 50px;

}

.thumbs li {
	display: inline;

}

.thumbs li img {
	margin: 0 20px 25px 0;
}

a {
	color: #000000;
}

a:visited {
	color: rgb(32,32,32);
}

span.bio_text {
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
	position: relative;
	top: 15px;
/*		padding: 0 20px 0 20px;
background-image: url('../images/bio_bg.png');*/
}

#news, #contact {
	width: 570px;
	float: right;
	text-align: center;
}

#contact {
	font-size: 1.3em;
	position: relative;
	top: 15px;
}

#news_text {
	text-align: center;
	width: 290px;
	color: #000000;
}

#news_text a {
	color: #000000;
}

#caption {
	font-size: small;
}

html .fb_share_button { 
	display: -moz-inline-block; 
	display:inline-block; 
	padding:1px 20px 0 5px; 
	height:15px; 
	border:1px solid #d8dfea; 
	background: #FFFFFF url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; 
	font-size: small;
} 
html .fb_share_button:hover { 
	color:#fff; 
	border-color:#295582; 
	background:#3b5998 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; text-decoration:none; 
} 

span.small {
	font-size: small;
	color: #FFFFFF;
}

/*nav rollover stuff
*/

#art_front {
	width: 350px;
	height: 395px;
	display: block;
	background: #000000 url('../images/art_front_link.jpg') no-repeat 0 0;
	margin-left: 30px;
}


#photography_front {
	width: 350px;
	height: 395px;
	display: block;
	background: #000000 url('../images/photography_front_link.jpg') no-repeat 0 0;
	margin-left: 30px;
}

#art_front:hover {
	background-position: 0 -398px;
}

#photography_front:hover {
	background-position: 0 -408px;
}


.p_nav li a span, #art_front span, #photography_front span {
	display: none;
}

#nav_home {
	width: 61px;
	height: 20px;
	display: block;
	background:  #000000 url('../images/home_tri.png') no-repeat 0 0;
}

#nav_home:hover,  #nav_bio:hover, #nav_news:hover, #nav_art:hover, #nav_photography:hover, #nav_contact:hover {
	background-position: 0px -20px;
}

#nav_home:active,  #nav_bio:active, #nav_news:active, #nav_art:active, #nav_photography:active, #nav_contact:active {
	background-position: 0px -40px;
}

#nav_bio {
	width: 46px;
	height: 20px;
	display: block;
	background:  #000000 url('../images/bio_tri.png') no-repeat 0 0;
}

#nav_news {
	width: 60px;
	height: 20px;
	display: block;
	background:  #000000 url('../images/news_tri.png') no-repeat 0 0;
}

#nav_art {
	width: 46px;
	height: 20px;
	display: block;
	background:  #000000 url('../images/art_tri.png') no-repeat 0 0;
}

#nav_photography {
	width: 170px;
	height: 20px;
	display: block;
	background:  #000000 url('../images/photography_tri.png') no-repeat 0 0;
}

#nav_contact {
	width: 109px;
	height: 20px;
	display: block;
	background:  #000000 url('../images/contact_tri.png') no-repeat 0 0;
}


.sec_nav {
	position: relative;
	bottom: 100px;
	left: 25px;
}


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}







