
a.nav:link { text-decoration: none; color: white; }
a.nav:visited { text-decoration: none; color: white; }
a.nav:hover { text-decoration: underline; }
a.nav:active { text-decoration: underline; color: red; }


html {
    margin:0;
    padding:0;
}


body {
 	font-family: Verdana, Arial, sans-serif; 
	background-image: url(images/love-and-war-background.jpg);
	color: black;

}

#wrap {
	margin: 0 auto;
    width: 1024px;
}

#main {
	background: white;
	width: 800px;
}

#nav {
	width: 800px;
	background: black;
	color: white;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 1em;	
	text-align: center;
}

#alert {
	width: 800px;
	background: red;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 1em;	
}



#footer {
	clear: both;
	font-size: small;
	font-style: italic;
}


#banner {
	width: 800px;
}


.photo {
	width: 800px;
}

h2 {
	margin-left: 2em;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	font-size: medium;
}

p {
	padding-left: 2em;
	padding-right: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
}

#results {
	padding-left: 2em;
	padding-right: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
}

#slideshow {
	padding-left: 2em;
	padding-right: 2em;
	margin-top: 0;
	margin-bottom: 1em;
}


dl {
	margin-left: 2em;
}

dd, dt {
	margin-bottom: 1em;
	margin-right: 1em;
}

.bodyindent {
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 2em;
}
