body {
	margin: 0px;
	font-family: Calibri, "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #3e2918;
	color: #3e2918;
}

a{
	color: #3e2918;
}

a:hover{
	text-decoration:none
}

h1{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	font-weight: normal;
	font-size: 34px;
	color: #745b51;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height: 24px;
}

#lid{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #eae7da;
	background-image: url(../App_Themes/phillipsandingrum/images/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 279px;
}

#nav{
	background-color: #c52903;
	background-image: url(../App_Themes/phillipsandingrum/images/nav-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#nav ul{
	margin: 0px;
	list-style-type: none;
	text-align: center;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}

#nav li{
	display: inline;
}

#nav li a{
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#nav li a:hover{
	background-color: #b12906;
}

#main{
	padding-top: 35px;
	padding-right: 55px;
	padding-bottom: 35px;
	padding-left: 55px;
}

.content#full{
	width: 790px;
	float: none;
}

.content{
	width: 555px;
	float: left;
}

.nav2{
	width: 200px;
	margin-left: 35px;
	background-color: #f9f9f1;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.nav2 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nav2 ul a{
	display: block;
	text-decoration: none;
	padding-bottom: 5px;
	color: #c52903;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3cbc2;
	padding-left: 5px;
}

.nav2 ul a:hover{
	color: #3e2918;
}

#footer{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	clear: both;
	background-color: #d3cbc2;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #745b51;
}

.clear{
	clear: both;
}