﻿* {
	margin: 0px;
	padding:0px;
}

body {
	margin: 0 0 20 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #F7F7F7;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #C0C0C0;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



/* CSS layout */
#container {
	border: medium double #C0C0C0;
	margin: 20px auto 6px auto;
	width: 900px;
}
#page_content {
	margin: 0px 0px 0px 0px;
	line-height: 1.3em;
	width: 900px;
	background-color: #2C5783;
}
#home_copy {
	margin: 50px auto 20px auto;
	width: 550px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	line-height: 1.4em;
}

#bio {
	margin: 20px auto 20px auto;
	width: 720px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	line-height: 1.4em;
}


#home_footer {
	margin: 10px auto 0px auto;
	width: 550px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	line-height: 1.4em;
}

#top_text {
	width: 700px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: auto;
	font-weight: normal;
	text-align: left;
	line-height: 1.4em;
}
#logo {
	background-position: center top;
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 150px;
	background-image: url('../images/nameline.gif');
	background-repeat: no-repeat;
}

#photo_bar {
	background-position: center top;
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 364px;
	background-image: url('../images/home_1.jpg');
	background-repeat: no-repeat;
}
#album_bar {
	background-position: center top;
	margin: 40px 90px 0px 90px;
	padding: 0px;
	width: 720px;
	text-align: center;
}

#tagline {
	background-position: center top;
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 40px;
	background-image: url('../images/tagline.gif');
	background-repeat: no-repeat;
}

#footer {
	margin-left: 55px;
	margin-right: 55px;
	height: 30px;
}


#copyright {
	margin: 4px auto 12px auto;
	height: 20px;
	width: 900px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	color: #000;
}

#copyright a:link {
	color: #000;
	text-decoration: none;
}
#copyright a:visited {
	color: #000;
	text-decoration: none;
}
#copyright a:hover {
	color: #000;
	text-decoration: underline;
}
#copyright a:active {
	color: #000;
	text-decoration: underline;
}


/* fonts */
.statement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #9DA162;
	line-height: 20px;
	font-weight: normal;
}


#navbar {
	margin: 0px 100px 30px 100px;
	width: 700px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 1.4em;
}


#navbar ul {
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	padding: 0px;
	list-style-image: none;
}
#navbar li {
	list-style-type: none;
	display: inline;
	padding-left: 8px;
	padding-right: 8px;
	list-style-image: none;
	line-height: 1.2em;
}

#navbar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navbar a:hover {
	color: #C0C0C0;
	text-decoration: none;
}
#navbar a:active {
	color: #C0C0C0;
	text-decoration: none;
}
.current {
	color: #C0C0C0;
}

.homecopy {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #000;
}

p {
	margin-bottom: 8px;
}

.tealbold {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #94ABAB;
}

.ital {
	font-style: italic;
}
.bold {
font-weight: bold;
}


