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

#bordercontainer{
	/*width:1024px;
	height:4000px;*/
	/*background-color:#FFFFFF;*/
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
}
#maincontainer{
	width:900px;
	background-color:#FFF;
	/*border:thin #000000 solid;
	background-image:url(../images/central_bg.png);
	background-repeat: no-repeat;*/
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#maincontainer img{
	border:none;
}
/*====================================banner==========================*/
#banner{
	height:244px;
	width:900px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	/*background-color:#060;
	margin-bottom:3px;*/
}
/*
#banner_left{
	width:150px;
	float:left;
	color:#FFFF99;
}

#banner_right{
	width:740px;
	float:right;
	padding-right:10px;
	padding-top:50px;
	clear:both;
}*/

#banner_message{
	width:900px;
	height:20px;
	/*background-color:#060;
	border-bottom:thin #000000 solid;*/
	padding-top:224px;
}

.login{
	float:right;
	margin-right:24px;
}
/*==================================left column==========================================*/
#leftcol{
	width:220px;
	/*background-color:#390;*/
	float:left;
	text-align:left;
	/*margin-right:3px;*/
}

/*========================================centre==========================================*/
#container{
	margin-left:230px;
}
#central_content {
	width:650px;
	float:right;
	margin:5px;
}
/*===========================Central divs to contain images=======================
.central_images{
	/*margin-right:16px;
	width:724px;
}
.central_images_inner_content{
width:724px;
}
.central_images_inner_content_left{
	margin:3px;
	width:355px;
	float:left;
	border:#999999 1px solid;
}
.central_images_inner_content_center{
	width:230px;
	float:left;
	border:#660066 1px solid;
}
.central_images_inner_content_right{
	margin-right:9px;
	margin-top:3px;
	margin-bottom:3px;
	float:right;
	width:355px;
	border:#999999 1px solid;
}
.central_images_inner_content_left_noborder{
	margin-left:6px;
	width:200px;
	float:left;
}
.central_images_inner_content_center_noborder{
	width:250px;
	float:left;
}
.central_images_inner_content_right_noborder{
	float:right;
	width:200px;
}*/
/*===================================footer===============================*/
.clear{
	clear:both;
}
#footer{
	/*height:65px;*/
	width:900px;
	/*background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	background-color:#060;*/
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}
#footerimg{
	height:65px;
	width:900px;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	/*background-color:#060;*/
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}



