body {	
	margin:50px 0px; padding:0px;
	text-align:center;
	background:#000;
	width: 100%;
}

/* Divs */
#titleIntroHeader {	
	margin:auto;
}
#container {
	width: 100%;	
	margin:auto;
}
#containerBody {	
	width: 750px;
	margin:auto;
	background-color: White;
}
#mainBody {	
	width: 730px;
	padding: 10px;
	background-color: #546E87;
}
#mainBodyWhite {	
	width: 730px;
	padding: 10px 0px 0px 10px;
	background-color: White;
}
#main {
	background-image: url(_images/navbar_main.gif);
	background-repeat: no-repeat;
	height: 45px;
}
#footer {
	background-image: url(_images/footer_curved.gif);
	background-repeat: no-repeat;
	height: 20px;
}
#footerBlue {
	background-image: url(_images/footer_curvedBlue.gif);
	background-repeat: no-repeat;
	height: 20px;
}

/* Paragraph */
p.titleIntro {
	text-align: left;
	padding: 0px 0px 0px 10px;
}
p.navBarText {
	text-align: right;	
	padding: 20px 20px 0px 0px;	
	font: 14px Arial, Helvetica, sans-serif;
	color: White;
}
p.mainBodyText {
	text-align: left;
	padding: 5px 5px 5px 5px;
	font: 14px Arial, Helvetica, sans-serif;
	color: Black;
}
p.pageTextHeader {
	text-align: left;
	text-indent: 10px;
	font: 24px Arial, Helvetica, sans-serif;
	color: Black;
}
p.question {
	text-align: left;
	font: bold 14px "Times New Roman", Times, serif;
	color: #000849;
}
td.question {
	text-align: left;
	font: bold 14px "Times New Roman", Times, serif;
	color: #000849;
}
p.answer {
	text-align: left;
	font: 14px "Times New Roman", Times, serif;
	color: Black;
}
p.telephone {
	text-align: left;
	font: 16px Arial, Helvetica, sans-serif;
	color: Silver;
}
p.address {
	text-align: left;
	font: 14px Arial, Helvetica, sans-serif;
	color: Silver;
}

/* Hyperlinks */
a.navBarLink {
	color: Black;
	padding: 20px 30px 5px 0px;
	font-style: ;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-style: italic;
}
a.navBarLinkSelected {
	color: White;
	font-weight: bold;
	padding: 20px 30px 5px 0px;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-style: italic;
}
a.navBarLink:hover {
	color: White;
	font-weight: bold;
	padding: 20px 30px 5px 0px;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-style: italic;
}

/* Span */
.photoBy {
	color: Silver;
	font-size: 22px;
	font-family: Trebuchet MS;
	vertical-align: middle;
}
.owner {
	color: White;
	font-size: 80px;
	font-family: Rage Italic;
	vertical-align: middle;
}
.photoBySmall {
	color: Silver;
	font-size: 12px;
	font-family: Trebuchet MS;
	vertical-align: middle;
}
.ownerSmall {
	color: White;
	font-size: 30px;
	font-family: Rage Italic;
	vertical-align: middle;
}
ul {
	text-align: left;
}
li {
	list-style-type: disc;
}

/* Gallery Section */
#galleryName{
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#fff;
font-size:14px;
margin:20px 0 0 5px;
}
#galleryName a {
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#fff;
font-size:14px;
margin:20px 0 0 5px;
}
#galleryName a:hover{
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#ff0000;
font-size:14px;
margin:20px 0 0 5px;
}
#pic{
margin:20px 0 0 20px;
}
#thumb {
margin:5px 0 0 5px;
}
.picrollover a{
display:block; width:90px; height:70px; background-color: #546E87;
margin:5px 0 0 5px;
}
.picrollover a:hover{
background-color: #990000;  width:90px; height:70px;
margin:5px 0 0 5px;
}
.galleryFont a{
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.galleryFont a:hover{
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
}