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


body {
	background-color:#FFCC00;
	margin:0;
}

#wrapper {
	width:800px;
	min-height:756px;
	height:auto !important;
	height:756px;
	margin:0 auto;
	background-color:#FFFFFF;
	position:relative;
	border-bottom:5px solid #CC6600;
}

#topbanner {
	width:800px;
	height:271px;
	background:url(images/topbanner.jpg) no-repeat;
	position:absolute;
	z-index:0;
}


#menubar {
	margin-top:2px;
	height: 27px;
	padding:5px;
	padding-top:283px;
	width:790px;	
	background: url(images/toolbar.jpg) repeat-x bottom;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	position:relative;
	z-index:0;
}

#menu {
	width:780px;
	height:28px;
}

#hr {
	margin-top:3px;
	margin-bottom:5px;
	background: url(images/hr.jpg) repeat-x;
	height:5px;
	width:800px;
}

#bodycontent {
	width:780px;
	padding-left:10px;
	padding-right:10px;
	min-height:350px;
	height:auto !important;
	height:350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	position:relative;
	z-index:0;
}

#pink {
	background:url(images/pink.jpg) no-repeat;
	width:350px;
	height:385px;
	position:relative;
}

#pink_content {
	width:340px;
	padding:5px;
	height:375px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
}

#pink_content p{
	padding:3px;
	margin:2px;

}

.in {
	border:1px solid #999999;
}
