@charset "UTF-8";
/* CSS Document */

body{
	background-color: #ede6e6;
	margin: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
}

#wrapper{
	background-color: #ffffff;
	min-width: 900px;
	width: 80%;
	border: none;
	-webkit-box-shadow: 2px 2px 2px 2px #bbbbbb;
	-moz-box-shadow: 2px 2px 2px 2px #bbbbbb;
	box-shadow: 2px 2px 2px 2px #bbbbbb;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	margin-top: 20px;
}

#header{
	background-color: #880000;
	background-image: url(img/logo.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 125px;
	border-bottom: solid 2px #700001;
}

#nav{
	background-color: #700001;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	text-align: center;
	list-style-type: none;
	border-bottom: solid 1px #bbbbbb;
	padding-right: 15px;
	padding-top: 1px;
}

#nav ul li{
	display: inline;
}

#nav a{
	text-decoration: none;
}

#nav a:link{
	color: #ffffff;
}

#nav a:visited{
	color: #ffffff;
}

#nav a:hover{
	color: #158024;
}

#nav ul{
	list-style-type: none;
}

h1{
	text-align: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #880000;
	padding-bottom: 5px;
	border-bottom: solid 1px #bbbbbb;
}

h2{
	text-align: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #880000;
	padding-top: 0;
}

#photo{
	float: left;
	width: 250px;
	padding-left: 25px;
	clear: both;
	padding-bottom: 15px;
	padding-top: 25px;
}

#content{
	margin-left: 300px;
	padding-right: 25px;
	font-size: 14px;
}

#footer{
	background-color: #ffffff;
	font-size: 10px;
	text-align: center;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
	border-top: solid 1px #bbbbbb;
}

.bold{
	font-weight: 600;
	color: #700005;
}

.bold2{
	font-weight: 600;
	color: #333333;
}

a:link {color:#158024}    
a:visited {color:#158024;} 
a:hover {color:#003A13;}
a:active {color:#158024;}

img{
	border: solid 1px #bbbbbb;
}

li{
	padding-top: 10px;
}

	