@charset "utf-8";
/* CSS Document */


body,html {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #AFBF73;
}


#maincontainer {
	text-align: center;
	padding: 0px;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
	
}
#shadowframe {
	width: 920px;
	float: left;
	background-image:url(images/shadow.png);
	background-repeat: repeat-y;
	padding-left: 20px;
}


#headerleft {
	float: left;
	width: 190px;
	height: 180px;
	padding-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
  color: #030;
}
#headerleft_a {
	float: left;
	width: 190px;
	height: auto;
	padding-top: 0px;
	padding-left: 0px;
	
}
#headerleft_b {
	float: left;
	width: 170px;
	height: 45px;
	font-family: "Comic Sans MS", cursive;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #030;
	text-align: center;
}
#headerleft_c {
	float: left;
	width: 150px;
	height: 25px;
	padding-bottom: 35px;
	padding-right: 20px;
	font-family: "Comic Sans MS", cursive;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #030;
	text-align: right;
}


#header2 {
	padding: 0px;
	float: left;
	width: 900px;
	height: 60px;
	background-image: url(images/curveheader.png);
	background-repeat: no-repeat;
	background-color: #fffccc;
	
}

#maincontent {
	float: left;
	width: 900px;
	background-color: #fffccc;
}






#footer {
	width: 900px;
	height: 40px;
	float: left;
	background-color: #fffccc;
	background-image: url(images/curvefooter.png);
	text-align: center;
	padding-top: 20px;
	background-repeat: no-repeat;
}
#footerleft {
	width: 190px;
	float: left;
	height: 40px;
	
}
#footerright {
	width: 290px; 
	float: left;
	padding-left: 330px;
}
#footer a {
	color: #030;
}
#end {
	float: left;
	width: 900px;
	height: 20px;
	background-color: 
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
    color: #030;
    margin: 0px;
    padding: 0px;
}
