@charset "UTF-8";
body {
	background:#D5EDB3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
#container {
	background-color: #F4FFE4;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border: 3px solid #57744C;
	}
	
#header {
	width: 782px;
	height: 160px;
	padding-bottom:0px;
	padding-top: 6px;
	padding-left: auto;
	padding-right: auto;
	background-color: #D5EDB3;
	border:2px solid #57744C;
	margin-left:auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	font-family: georgia;
	font-size: 36px;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	color: black;
	}

#maincontent {
	background-color: #F4FFE4;
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 3px solid #57744C;
	padding-top:3px;
	padding-bottom: 10px;
	padding-left:6px;
	padding-right: 6px;
	
	}
	.fontmaincontent {
	text-align: justify;
	font-family: georgia;
	font-size: 16px;
	font-style:italic;
	font-weight: lighter;
	color: #000000;
	line-height: 20px;
	}
	
#navcontainer ul{
	font-family: georgia;
	background-color: #D5EDB3;
	width: 765px;
	height:30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 22px;
	margin-bottom: 5px;
	border-top: 2px solid #57744C;
	border-bottom:2px solid #57744C;
	padding-bottom: 3px;
	padding-top: 12px;
	padding-left: 4px;
	padding-right: 4px;
	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;
	
}
#navcontainersmall ul{
	font-family: georgia;
	background-color: #D5EDB3;
	width: 765px;
	height:20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 20px;
	border-top: 2px solid #57744C;
	border-bottom:2px solid #57744C;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 4px;
	padding-right: 4px;
	font-style: italic;
	text-align: center;
	}
	
	#navcontainersmall ul li{
	display: inline;
	
	}

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

#navcontainersmall ul li a:hover
{
	background-color: #F4FFE4;
	font-family: georgia;
	font-style: italic;
	font-size: 14px;
	color: #57744C;
	
}

.tilda {
	color: #57744C;
	font-family: georgia;
	font-size: 32px;
	font-style:italic;
	text-align: center;
	font-weight: normal;
	}
	
.borderpics {
1px solid #F4FFE4;
}

.border {
	margin-left: 160px;
	width: 451px;
	border: 1px solid #57744C;
	}
	
.bordersmall {
width: 250px;
border: 3px solid #57744C;
}

.smallfont {
	font-family: georgia;
	font-size: 16px;
	font-style:italic;
	text-align: center;
	font-weight: normal;
	color: black;
	}
.titlefont {
	font-family: georgia;
	font-size: 32px;
	font-style:italic;
	text-align: center;
	font-weight: normal;
	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;
}

.verysmallsont {
	font-family: georgia;
	font-size: 13px;
	font-style:italic;
	text-align: center;
	font-weight: normal;
	color: black;
	}
	
	.verysmallsont a:link{
	font-family: georgia;
	font-size: 13px;
	font-style:italic;
	text-align: center;
	font-weight: normal;
	color: black;
	}
	
	.verysmallsont a:hover{
	font-family: georgia;
	font-size: 13px;
	font-style:italic;
	text-align: center;
	font-weight: normal;
	color: black;
	}
	
	.verysmallsont a:visited{
	font-family: georgia;
	font-size: 13px;
	font-style:italic;
	text-align: center;
	font-weight: normal;
	color: black;
	}

