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

body{
	text-align:center;
  background-color:#e4e1dd;
	margin-top:27px;
	background-image:url(mallimages/bodybackground.png);
	background-repeat:repeat-x;
}

#main_container 
{
	
	margin-right:auto;
	margin-left:auto;
	margin-bottom:3px;
	width: 945px;
	height:750px;
	background-color:#F8F8F8;
	border-bottom:thin;
	border-bottom-color:#9D9D9D;
	border-bottom-style:solid;
	
	}
	#main_container_1 
{
	
	margin-right:auto;
	margin-left:auto;
	
	margin-bottom:3px;
	width: 945px;
	height:590px;
	background-color:#F8F8F8;
	border-bottom:thin;
	border-bottom-color:#9D9D9D;
	border-bottom-style:solid;
	
	}
	
#header {
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	background-image:url();
	background-repeat:no-repeat;
	width:945px;
	height:130px;
	
}
#header_1 {
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	background-image:url();
	background-repeat:no-repeat;
	width:945px;
	height:120px;
	padding-top:10px;
	
}
	
#menu {
	margin-top:5px;
	margin-bottom:5px;
	background-color:#EEE;
	width:925px;
	height:31px;
	text-align:left;
	padding: 5px 0 0 20px;
	border-top:thin;
	border-top-color: #9D9D9D;
	border-top-style:solid;
	border-bottom:thin;
	border-bottom-color:#9D9D9D;
	border-bottom-style:solid;
	
}

#left_content {
	background-color:#F8F8F8;
	
	padding:10px 0 0 30px;
	float:left;
	width:360px;
	height:680px;
	text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#454545;
	overflow:auto;
	
}
#left_content_1 {
	background-color:#F8F8F8;
	
	padding:10px 0 0 20px;
	float:left;
	width:445px;
	height:510px;
	text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#454545;
	overflow:auto;
	
}

#right_content {
	
	background-color:#F8F8F8;
	padding:10px 10px 0 20px;
	float:left;
	width:525px;
	height:680px;
	text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#454545;
	overflow:auto;
}
#right_content_1 {
	
	background-color:#F8F8F8;
	padding:10px 10px 0 20px;
	float:left;
	width:445px;
	height:510px;
	text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#454545;
	overflow:auto;
}
#footer {
	
	padding-top:20px;
	background-image:url(mallimages/footerbackground.png);
	background-repeat:repeat-x;
	clear:both;
	width:100%;
	height:155px;
	
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
}
#footer a {
	color: #FFF;
	text-decoration:none;
}
#footer a:hover{
	color: #FFF;
	text-decoration:underline;
}
h3 {
	text-transform:uppercase;}
