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

body {
	background: url(images/css/bggrad.png) repeat-y;
	font-size:12px;
}
#container{
	background-color:#FFFFFF;
	width:796px;
	margin-left:auto;
	margin-right:auto;
	border: #DD959E 1px solid; 
}
#header{
	background:url(images/css/headerbg.png) no-repeat;
	text-align:center;
}
#footer{
	background: url(images/css/footerbg.png) no-repeat;
	text-align:center;
	height:75px;
	padding-top:10px;
}
#contenttop{
	background:url(images/css/contenttop.png) no-repeat;
	width:776px;
	margin-left:10px;
	font-size:1px;
	line-height:1px;
	height:10px;
}
#contentbottom{
	background:url(images/css/contentbottom.png) no-repeat;
	width:776px;
	margin-left:10px;
	font-size:1px;
	line-height:1px;
	height:20px;
}
#content{
	width:776px;
	margin-left:10px;
	background-color:#F1D5D8;
}
#contentgrowareatop{
	background: url(images/css/contentgrowtop.png) no-repeat;
	width:750px;
	margin-left:13px;
	font-size:1px;
	line-height:1px;
	height:10px;
	
}
#contentgrowarea{
	background:#F8EAEC;
	width:730px;
	margin-left:13px;
	text-align:center;
	padding:10px;
}
#contentgrowareabottom{
	background: url(images/css/contentgrowbottom.png) no-repeat;
	width:750px;
	margin-left:13px;
	font-size:1px;
	line-height:1px;
	height:20px;
}
#midpanel{
	background:url(images/css/midpanel.png) no-repeat;
	width:750px;
	margin-left:13px;
	height:225px;
}
.footerfont{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	letter-spacing:1px;
	color: #333333;
	font-weight:600;
	}