/* Colour Scheme */
/* Dark Blue: #404965  */
/* Light Blue: #7ACAEB  */
/* Background: #E2E1DC */
/* White: #fff */
/* Red:  #C52B18 */
/*   */
html {height:100%}
body  {
	height:100%;
 	font-family: Arial, Helvetica, sans-serif;
	color:#404965;
	font-weight:bold;
	font-size:14px;
}
p {}
td {}
a:link  {color:#404965; text-decoration:underline; font-weight:bold}
a:visited {color:#404965; text-decoration:underline; font-weight:bold}
a:hover {color:#7ACAEB; text-decoration:underline; font-weight:bold}
a:active {color:#7ACAEB; text-decoration:underline; font-weight:bold}
img {border:none}
img.left {float:left; padding-right:3px}
img.right {float:right}
strong {color:#000}
#menu a:link  {font-size:130%; color:#404965; text-decoration:none; font-weight:bold}
#menu a:visited {font-size:130%;color:#404965; text-decoration:none; font-weight:bold}
#menu a:hover {font-size:130%;color:#7ACAEB; text-decoration:none; font-weight:bold}
#menu a:active {font-size:130%;color:#7ACAEB; text-decoration:none; font-weight:bold}
.one{
	width:380px;
	height:175px;
	float:left;
	background-color:#FFF;
		overflow: visible;

}
.two{
	width:440px;
	height:175px;
	float:left;
	background-color: #F0ECE8;
}

.three{
	clear:left;
	width:380px;
	height:470px;
	float:left;
	background-color:#FFF;
	background-image: url(images/bkground.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.four{
	width:440px;
	height:470px;
	background-color: #F0ECE8;
	float:left;
	padding-top:0px;
	overflow: visible;
}
.four h1 {margin-top:75px; margin-bottom: 5px; padding-left: 8px }
.four p {
	padding: 0 4px 0px 8px
}

#rightFooter {
			display: block;
			width: 440px;
			text-align: right;
			float: right;
			margin-top: 0px;
			margin-bottom: 6px;
			}
#leftFooter {
			text-align: left;
			margin-top: 6px;
			margin-bottom: 6px;
			}
#footer{clear:both;font-size:110%;color:#404965;width:820px}
#footer a:link  {color:#404965; text-decoration:none; font-weight:bold}
#footer a:visited {color:#404965; text-decoration:none; font-weight:bold}
#footer a:hover {color:#7ACAEB; text-decoration:none; font-weight:bold}
#footer a:active {color:#7ACAEB; text-decoration:none; font-weight:bold}


.item-content {
	background: #E2E1DC;
	color: #fff;
}


div.marginbottom {
	/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	margin-bottom: 10px;
}