#mainDiv {
	width: 900px;
	border: 1px solid #E32B71;
	margin: auto;
}
#header {
	height: 128px;
	width: 900px;
	background-image: url(images/head_bg.jpg);
	position: relative;
	z-index: 1;
}
#logo {
	height: 136px;
	width: 229px;
	position: absolute;
	left: 335px;
}
#headAddress {
	position: absolute;
	top: 63px;
	width: 286px;
	height: 35px;
	left: 580px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: both;
	text-align: right;
	height: 18px;
	width: 900px;
	padding-top: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1182CB;
	display: block;
}

#leftSide {
	width: 184px;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	height: 408px;
	background-image: url(images/img_inrlft1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-left: 0px;
}
#rightSide {
	float: right;
	width: 715px;
	position: relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E32B71;
	min-height:408px;
  	height:auto !important;
  	height:408px;
}
#rightSide h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #DD196C;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 3px;
	margin-left: 12px;
}
#rightSide p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 5px;
	margin-bottom: 10px;
}


body {
	height: 100%;
}
#nav {
	width: 100%;
	background-color: #FFFF99;
	height: 18px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1182CB;
	position: absolute;
	top: 110px;
	margin: 0px;
	padding: 0px;
}
#nav a {
	color: #1182CB;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
#nav a:hover {
	text-decoration: underline;
}
body a {
	color: #1182CB;
}
#rightSide table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.leftDivider {
	padding-top: 5px;
	padding-bottom: 5px;
}
#headAddress2 {

	position: absolute;
	top: 83px;
	width: 240px;
	height: 15px;
	left: 50px;
}
#rightSide h2 {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 5px;
}
#rightSide ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 100px;
}
#rightSide li {
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-image: url(images/bullet.gif);
}
