/*---------- CONTENT ----------*/

#content {
	background: #fff url(../images/bg.gif) top left repeat;
	position: relative;	  
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 996px;
	text-align: left;
	clear: both;
}

#header {
	background-color: #fff;
	height: 136px;
}

#menuBoxWrapper {
	float: left;
	margin-left: 14px;
	margin-top: 24px;
	width: 286px;
}

#menu {
	background: url(../images/menubox-middle.png) top left repeat;
	padding-left: 38px;
}

#menuBoxTop {
	background: url(../images/menubox-top.png) top left no-repeat;
	height: 35px;
	width: 286px;
}

#menuBoxBottom {
	height: 117px;
	width: 286px;
}

#menu img {
	border: 0;
	margin-top: 9px;
	margin-bottom: 9px;
}

#menu img.firstMainNav {
	border: 0;
	margin-top: 0px;
	margin-bottom: 9px;
}

#largeImage {
	float: right;
	width: 674px;
	height: 252px;
	margin-right: 14px;
	margin-top: 24px;
}

#copyBoxWrapper {
	position: relative;
	float: right;
	width: 675px;
	margin-right: 14px;
}

#copy {
	padding-left: 44px;
	padding-right: 44px;
	background: url(../images/copybox-middle.png) top left repeat;
}

#copyBoxTop {
	background: url(../images/copybox-top.png) top left no-repeat;
	height: 30px;
	width: 675px;
}

#copyBoxBottom {
	background: url(../images/copybox-bottom.png) top left no-repeat;
	height: 40px;
	width: 675px;
}

#leftImage {
	float: left;
	padding-right: 16px;
}

#rightImage {
	float: right;	
	padding-left: 16px;
}

#text {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

/*---------- FOOTER ----------*/

#footer {
	color: #fff;
	font-size: 11px;
	text-align: right;
	clear: both;
	padding-right: 38px;
	padding-bottom: 12px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

