﻿body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font: 8pt verdana;
	color: #000;
	}
a:link, a:visited { 
	text-decoration: none;
	}
a:hover { 
	text-decoration: underline;
	}
/* ARTICLE STYLE */
image_left {
	text-align: left;
	}
image_center {
	text-align: center;
	}
image_right {
	text-align: right;
	margin-left: 1em;
	}
.article {
	font-family: verdena; 
	font-size: 10pt;
	}
div.article {
	margin: 1.5em 0;
	}	
.article h1 {
	font-size: 12pt;
	margin: 0 4.75em 1.25em 4.75em;
	}
.article h2 {
	font-size: 10pt;
	margin: 0 5.5em -1em 5.5em;	
	}
.article img.left {
	float: left;
	}
.article img.right{
	float: right;
	margin-left: 1em;
	}
.article p {
	margin: 1em 5.5em;
	text-align: justify;
	}
.article blockquote {
	margin: 0 5.25em;
	font-style: italic;
	font-size: 10pt;
	}
.article q {
	font-weight: 900;
	
	}	
/* PHOTO DETAIL */
#gallery_wall {
	width: 753px;
	text-align: center;
	}
#photo_detail {
	height: 385px;
	}
#photo_detail img {
	border: none;
	}

/* PHOTO FOOTER */
.arrow {
	height: 380px;
	margin: 3em 1em;
	}
#photo {
	height: 380px;
	width: 380px;
	margin: 3em 1em;
	}
#photo p, ul {
	text-align: left;
	}
#photo ul {
	list-style: none;
	margin-left: 1em;
	}
#photo ul li {
	list-style: none;
	margin-bottom: 1em;
	}
#photo_footer {
	margin: .5em;
	}
#photo_footer span {
	margin: 0em 2em;
	}
#photo_footer text_nav {
	;
	}
#photo_footer ordinal {
	;
	}
#footer {
	text-align: center;
	font-size: 8pt;
	}
/* CONTACT PAGE STYLE */
#contact .article div dl {
	width: 10%;
	background-image: url('images/contactbkg4.jpg');
	margin: 30em 10em;
	}
#contact .article div dl dt {
	font-weight: 900;
	border-bottom: 1px #000 solid;
	}
#contact .article div dl dd {
	
	}