/* CSS Document */

body {
	background-color: #663300;
	}

P {
	font-family: Garamond, Georgia, Serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	color: #666600;
	text-decoration: none;
	margin-left: 60px;
	margin-right: 60px;
}

li, ul {
	font-family: Garamond, Georgia, Serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #666600;
	text-decoration: none;
	margin-left: 60px;
	margin-right: 60px;
	}

a, a:visited, a:active {
	font-family: Garamond, Georgia, Serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #663300;
	text-decoration: none;
	
}

a:hover {
	text-decoration: underline;
	}

h1 {
	font-family: Garamond, Georgia, Serif;
	font-size: 130%;
	line-height: 15px;
	font-weight: normal;
	color: #663300;
	text-decoration: none;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-left: 50px;
	margin-right: 60px;
	border-bottom: 1px dotted #666666;
	
}

.main {	

	font-family: Garamond, Georgia, Serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	color: #666600;
	text-decoration: none;
	margin-left: 60px;
	margin-right: 60px;
}

.caption {
	font-family: Garamond, Georgia, Serif;
	font-size: 10px;
	line-height: none;
	font-weight: normal;
	color: #666600;
	text-decoration: none;
	text-align: center;

}

.credits {
	font-family: Garamond, Georgia, Serif;
	font-size: 10px;
	line-height: none;
	font-weight: normal;
	color: #666600;
	text-decoration: none;
	text-align: center;
	padding: 15px 0 15px 0;
	border-top: 1px dotted #666666;
}

.credits a, a:visited, a:active {
	text-decoration: none;
	color: #663300;
	font-size:12px;
}
	
.credits a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
	


.menu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../assets/header.gif);
	background-repeat:no-repeat;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	padding-top: 150px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	
}

.menu a, a:visited, a:active {
	color:#663300;
	text-decoration:none;
	
}

.menu a:hover {
	text-decoration:underline;
	color:#CCCCCC;
	}
