@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

#shadow{
	background: url(../images/shadow.jpg) repeat-x;
}


.mainpage #container { 
	width: 902px;
    text-align: left;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	color: #101b48;
	font: 13px/17px Georgia, "Times New Roman", Times, serif;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 15px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	height: 53em;

} 

#footer-centre{
		width: 930px;
    text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;

}

.mainpage #topnav { 
	background: #DDDDDD url(../images/top-nav-bg.jpg); 
	padding: 0 10px;
	height: 40px;
} 
.mainpage #botnav { 
	background: #DDDDDD url(../images/bot-nav-bg.jpg); 
	padding: 0 10px;
	height: 41px;
} 
.mainpage #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

#footer  
{
     position: fixed;
     bottom: 0px;
     left: 0px;
     width: 100%;
     height: 177px;
	background-image: url(../images/footer-bg.jpg);
}


#box1{
	border: 45;

	width: 212px;
	float: left;
	height: 149px;
}
#box2{
	border: 45;

	width: 212px;
	float: left;
	height: 149px;
}
#box3{
	border: 45;

	width: 212px;
	float: left;
	height: 149px;
}
#box4{
	border: 45;

	float: left;
	height: 149px;
	margin-left: 0;
	width: 212px;
}
#box-sep{
	background-image: url(../images/box-sep.jpg);
	float: left;
	width: 20px;
	height: 177px;
	margin-top: -14px;
}
#box-sep-right{
	background-image: url(../images/box-sep.jpg);
	width: 20px;
	height: 177px;
	position: relative;
	float: right;
	left: 21px;
	margin-top: -15px;
	top: -149px;
}
#box-sep-left{
	background-image: url(../images/box-sep.jpg);
	width: 20px;
	height: 177px;
	position: relative;
	bottom: 0;
	top: -15px;
	float: left;
	left: -20px;
	padding-top: 83px;
	padding-left: 0;
	margin-right: -10px;
}

#footer-centre h1{
	font: 20px/17px Georgia, serif, Times, "Times New Roman";
	color: #fff;
	text-shadow: #272727 2px 2px 2px;
	margin-top: 1px;
	border-bottom: 1px solid #47456e;
	padding-top: 0;
	padding-bottom: 9px;
	width: 196px;
	margin-left: 8px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}