@charset "utf-8";
/* www.druharperphotos.com
	Index CSS
	June 2008 */


body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat;
	background-color: #FCF2D7;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: small;
}

h1 {
	font-size: 120%;
	font-style: italic;
	color: #A79E95;
}

h2 {
	font-style: italic;
	font-size: 120%;
}

h3 {
	font-style: italic;
}

#wrapper {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}

#dru-logo {
	background-image: url(../images/dru-harper-logo.png);
	background-repeat: no-repeat;
	height: 170px;
	width: 429px;
	margin-right: auto;
	margin-left: auto;
}

#flash-wrapper {
	height: 532px;
	width: 1050px;
	float: left;
	background-image: url(../images/flash-bg-img.png);
	background-repeat: no-repeat;
}

#flash-box {
	background-image: url(../images/dru-collage2.png);
	background-repeat: no-repeat;
	height: 532px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

#navbar {
	text-align: center;
	float: left;
	width: 1050px;
}

ul.nav {
	float: left;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	padding-bottom: 5px;
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 10px;
}

ul.nav li {
	float: left;
}

ul.nav a {
	display: block;
	width: 125px;
	padding: 5px 15px 5px 15px;
	margin-right: 5px;
	text-decoration: none;
	color: #666666;
}

ul.nav a:hover {
	color: #682D1B;
	text-decoration: none;
}

ul.nav a:visited {
	color: #666666;
	text-decoration: none;
}

#content-wrapper {
	background-image: url(../images/film-bg2.png);
	background-repeat: no-repeat;
	width: 1050px;
	float: left;
	clear: left;
	background-position: 10px 175px;
}

.title-box {
	background-image: url(../images/photography.gif);
	background-repeat: no-repeat;
	float: left;
	height: 75px;
	width: 250px;
	padding-left: 125px;
	background-position: right;
}

#left-box {
	float: left;
	width: 490px;
	line-height: 1.5em;
	margin-top: 50px;
}

#right-box {
	float: right;
	width: 526px;
	margin-left: 10px;
	margin-top: 15px;
	background-image: url(../images/flash-bg4.png);
	background-repeat: no-repeat;
	height: 670px;
}

#right-box-events {
	float: right;
	width: 526px;
	margin-left: 10px;
	margin-top: 15px;
}

#right-box3 {
	float: right;
	width: 526px;
	margin-left: 10px;
	margin-top: 15px;
	background-image: url(../images/flash-bg3.png);
	background-repeat: no-repeat;
	height: 670px;
}

#extra-box {
	float: right;
	width: 490px;
	padding: 10px;
	margin-bottom: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D0CAAB;
}

#extra-box a:link, #extra-box a:visited {
	color: #682d1b;
	text-decoration: none;
}

#extra-box a:hover {
	color: #666666;
	text-decoration: none;
}

#footer {
	font-size: 90%;
	text-align: center;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 900px;
	padding-right: 150px;
	margin: 0px;
}

#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #682D1B;
	text-decoration: none;
}

.clear {
	clear: both;
}

#left-box a:link, #left-box a:visited {
	color: #682d1b;
	text-decoration: none;
}

#left-box a:hover {
	color: #666666;
	text-decoration: none;
}

.floatright {
	float: right;
	margin-left: 10px;
}

.floatleft {
	float: left;
	margin-right: 10px;
}