body {
	background-color: #fdfbff;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
}

form {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 18px;
	font-weight: bolder;
	color: #330066;
}

h2 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 0px;
}

h3 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 0px;
}

center {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

#body {
	width: 100%; 
	text-align: center;
	border: 0px; 
}

#content {
	width: 749px; 
	margin: 0 auto; 
	display: table; 
	border: 0px;
	text-align: left;
}

#north-area {
	display: table-header-group; 
	width: 100%;
	border: 0px;
	margin: 0 auto;
}

#middle-area {
	display: table-cell; 
	width: 100%;
	height: 500px;
	border-left: solid 1px #5C3D87;
	border-right: solid 1px #5C3D87;
	padding-left: 10px;
	padding-right:10px;
}

#west-area {
	display: table-cell; 
	width: 150px; 
	float: left;
}

#center-area {
	display: table-cell; 
	margin: 0 auto; 
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#east-area {
	display: table-cell; 
	width: 150px; 
	float: right;
}

#south-area {
	display: table-footer-group; 
	width: 100%;	
}

#header-logo {
	height: 156px;
	background: url(../images/banner_v2.jpg) no-repeat 0 0;
	
}

#footer-copyright {
	background-color: #5c3d87;
	text-align: center;
	color: #fff;
	font-family: Verdana;
	font-size: 11px;
	height: 22px;
	vertical-align: middle;
}