html{
	background-color: #F6F6F6;
}

body {
	background-color: #F6F6F6;
	font-family: "Judson", sans-serif;
}

#header {
	background-color: #F6F6F6;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E8E8E8)); 
	background: -moz-linear-gradient(top,  #FFF,  #E8E8E8);
	text-align: center;
}

#header h1 {
	font-family: "Ovo", Serif;
	color: #000;
	padding: 30px 0;
	margin: 0;
	font-size: 4em;
}

#photos {
	background-color: #030301;
	background: -webkit-gradient(linear, left top, left bottom, from(#171708), to(#030301)); 
	background: -moz-linear-gradient(top,  #171708,  #030301);
	height: 300px;
}

#nav {
	background-color: #9A1903;
	height: 30px;
	color: #fff;
	font-size: 1.3em;
}
#nav ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#nav li {
	width: 316px;
	float: left;
	text-align: center;
	position: relative;
	top: 3px;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#nav li:hover{
	background-color: #EDAE51;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#nav a:link, #nav a:visited{
	color: #fff;
	display: block;
	text-decoration: none;
}
#nav a:hover{
	text-decoration: underline;
	color: #9A1903;
}

#content{
	padding-top: 30px;
	font-size: 1.2em;
}

#footer {
	height: 30px;
	background-color: #757671;
	margin-top: 30px;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
