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

body {
/*	background-image: url(../images/template/backgd.jpg);
	background-repeat: repeat-x;*/
	background-color: #CFD5E2;
}

#wrapper {
	width: 855px;					/*define page width*/
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}

#header {
	float: left;
	height: 248px;					/*define header height*/
}

#mainContent {
	float: left;
	width: 100%;
	background-image: url(../images/template/MainBackgd.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#main {
	width: auto;
}

#footer {
	float: left;
	clear: both;
	width: 100%;
}

#bottom {
	float: left;

}

/*COLUMNS
-------------------------------------------------------- */
/* Set styles common among all grids - all columns must be assigned this class */
.column{
	float:left;
	padding-top: 20px;
	margin-bottom: 20px;
}
/* Sets styles for any 'start' grids - this class MUST be given to a grid that is the first in a horizontal series */
.clear{
	clear:both;
}
/* Sets styles for any 'end' grids - this class MUST be given to a grid that is the last in a horizontal series */
.end{
	margin-left:0 !important;
	margin-right:0 !important;
}
/* 155ppx */
.onefiftyfive{
	width: 155px;
	margin-right: 20px;

}
/* 220px */
.twotwenty{
	width:220px;
	margin-right: 20px;
	background-color: #899FB1;
}
/* 280px */
.twoeighty{
	width:280px;
	margin-right: 20px;
}
/* 340px */
.threeforty{
	width:340px;
	margin-right: 20px;
}
/* 400px */
.fourhun{
	width:400px;
	margin-right: 20px;
}
/* 500px */
.fivehun{
	width: 510px;
/*	margin-right: 20px;*/
}
/* 520px */
.fivetwenty{
	width:520px;
	margin-right: 20px;
}
/* 580px */
.fiveeighty{
	width:580px;
	margin-right: 20px;
	margin-top: -5px;
}
/* 640px */
.sixforty{
	width:640px;
	margin-right: 20px;
}
/* 700px */
.sevenhun{
	width:700px;
	margin-right: 20px;
}
/* 760px */
.sevensixty{
	width:760px;
	margin-right: 20px;
}
/* 820px */
.eighttwenty{
	width:820px;
	margin-right: 20px;
	margin-left: 20px;
}
/* 880px */
.eighteighty{
	width:880px;
	margin-right: 20px;
}
/* 940px */
.nineforty{
	width:940px;
}

/*IMAGES
-------------------------------------------------------- */
.imgcentre {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.imgright { 
	float: right;
	padding: 15px 0px 15px 10px;
	
}

.imgleft { 
	float: left;
	padding: 15px 10px 15px 0px;
	
}

.objectcentre {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*.bl {background: url(images/template/bl.gif) 0 100% no-repeat #3d5488; width: 150px}
.br {background: url(images/template/br.gif) 100% 100% no-repeat}
.tl {background: url(images/template/tl.gif) 0 0 no-repeat}
.tr {background: url(images/template/tr.gif) 100% 0 no-repeat; padding:10px}*/

