body {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	height: 100%;
	margin: 0 auto;
	padding: 0px;
	color: #333333;
	background-color: #ffffff;
}
table {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
#seperator {
	width: 10px;
	height: 100%;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
#shadow-left {
	height: 100%;
	background-image: url('../images/shadow-left.jpg');
	background-repeat: repeat-y;
}
#shadow-right {
	height: 100%;
	background-image: url('../images/shadow-right.jpg');
	background-repeat: repeat-y;
}
#container{
	margin: 0 auto;
	padding: 0px;
	text-align: left;	
	border: 0px solid #000000;
}
#title {
	margin-top: 5px;
	margin-right: 5px;
}
#menu {
	width: 570px;
	height: 28px;
	background-image: url('../images/menu-bg.jpg');
	background-repeat: no-repeat;
	border: 0px solid #000000;
}
#menu table{
	margin-top: 4px;
}
#content {
	float: left;
	width: 100%;
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 20px;
}
#page-title {
	font-size: 13px;
	font-weight: bold;
	color: #cc0033;
}
#home-right-panel {
	float: right;
	width: 245px;
	text-align: center;
	margin-top: 20px;
	border: 0px solid #000000;
}
#container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#contactus{
	width: 552px;
	margin: 0 auto;
	margin-top: 10px;	
	background-repeat: no-repeat;
}
#contactus-content {
	text-align: left;
	margin: 30px 25px 15px 20px;
	padding: 0px;
	border: 0px solid #cccccc;
}
#submenu {
	float: left;
	width: 155px;
	margin-top: 20px;
}
#submenu-content {
	float: left;
	width: 550px;
	margin-top: 20px;
	margin-left: 25px;
	margin-right: 18px;
}
#footer{
	width: 750px;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 10px;
	color: #333333;
	background-image: url('../images/footer-bg.jpg');
	background-repeat: repeat-x;
	border-top: 1px solid #cccccc;
}