body {
	background-color:#D5EDB3;
}

#container {
	background-color: #F4FFE4;
	width: 800px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	border: 3px solid #57744C;
	}

#header {
	width: 760px;
	height: 160px;
	padding-bottom: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #D5EDB3;
	border:2px solid #57744C;
	margin-left:8px;
	margin-right: 0px;
	margin-top:10px;
	margin-bottom: 5px;
	font-family: georgia;
	font-size: 36px;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	color: black;
	}
	

	#navcontainer ul{
	background-color: #D5EDB3;
	width: 780px;
	height:30px;
	margin-left: 9px;
	margin-right: 0px;
	margin-top: 27px;
	margin-bottom: 5px;
	border-top: 2px solid #57744C;
	border-bottom:2px solid #57744C;
	padding-bottom: 3px;
	padding-top: 8px;
	padding-left: 0px;
	font-style: italic;
	text-align: center;
	}
	
	#navcontainer ul li{
	display: inline;
	
	}

#navcontainer ul li a
{
	font-family: georgia;
	font-style: italic;
	font-size: 12pt;
	background-color:  #D5EDB3;
	color: Black;
	padding-left: 0px;
	padding-right: 0px
}

#navcontainer ul li a:hover
{
	background-color: #F4FFE4;
	font-family: georgia;
	font-style: italic;
	font-size: 12pt;
	color: #57744C;
	
}
	
#maincontent {
	background-color: #F4FFE4;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 3px solid #57744C;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left:7px;
	padding-right: 8px;
	}
	

.border {
	margin-left: 8px;
	margin-right: 0px;
	width: 700px;
	border: 1px solid #57744C;
	padding: 20px;
	}
	
.bordersmall {
width: 250px;
border: 3px solid #57744C;
}

.smallfont {
	font-family: georgia;
	font-size: 16px;
	font-style:italic;
	text-align: left;
	font-weight: normal;
	color: black;
	}
.titlefont {
	font-family: georgia;
	font-size: 20px;
	font-style:italic;
	text-align: left;
	font-weight: bold;
	color: black;
	}

.jeantimpic {
	width: 342px;
	height: 275px;
	border: 2px solid #57744C;
	}
	
	
.cassiepic {
	border: 2px solid #57744C;
	}
	
.hotBorders{
  -moz-border-radius-topleft: 6px 3px;
  -moz-border-radius-topright: 6px 3px;
  -moz-border-radius-bottomleft: 3px 6px;
  -moz-border-radius-bottomright: 3px 6px;
}