#container{
	width:100%;
	margin:0px auto 0px auto;
	padding:0px;
	position:relative;
	left:0px;
	left;overflow:visible;
	top:35px;
	background:#FFFFFF;
}

#header {
	width:100%;
	height:150px;;
	background-color:#F2FAFC;
	text-align:center;
	overflow: hidden;
}

.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 5px solid #EDF3FE; /* this is the border. should have the same value for the links */
			border-left:0px;
			border-right:0px;
			border-bottom:0px;
			margin: auto;
			width: 900px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 300px;
			clear: both;
			background: #fff;
			padding-top:40px;
		}


#pic {
	height:130px; width:900px; margin:0 auto 0 auto;
}

#mess {
	width:558px;
	height:108px;
	margin:30px auto 0 auto;
}

#center_piece_container {
	background:#FFFFFF; height:3000px; width:100%; border-bottom:1px solid #FFAA24; border-top:1px solid #FFAA24; text-align:left;
}

#center_piece {
	width:600px; margin:0 auto 0 auto; height:3000px;font-family:Arial; color:#1C334A; font-size:14px; text-align:left; padding:60px 10px 20px 50px;
}

#center_piece h2 {
	color:#5F5959;
	font-size:16px;
}

#qanda {
	margin:45px 0px 0px 0px;
}

#qanda h2 {
	color:#FA7C04;
}


.lists {
	width:600px;
	margin:0px auto 0 auto;
	text-align:left;
	padding:10px;
}

#center_piece .lists ul li {
	margin:0px;
	font-size:14px;
}

#center_piece .lists ul li a.alink {
	text-transform: uppercase;
	font-weight:bold;
	color:#00497F;
}

#center_piece .lists ul {
	padding-left:14px;
}

#top_faq {
	
	width:600px;
	background:#FEFEF1;
	border:1px solid #FFAA24;
	margin:30px auto 15px auto;
	text-align:left;
	padding:10px;
}

#center_piece ul li {
	margin:10px;
	font-size:16px;
}

#border_shade {
	height:10px; background-color:#EDF3FE; background:url(/images/sh_bg.png) repeat-x scroll center center; left:0px; width:100%; z-index:60; margin-bottom:20px;
}
