/* LAYOUT */

body {
	background-color: #FFFFFF;
	background-image: url("../images/mainBg.gif");
	background-repeat: repeat-y;
	background-position: center;
}

#containerMain {
	width: 960px;
	background-repeat: repeat-y;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

#borderBottom {
	width: 960px;
	height: 1px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/bottomBorder.gif");
	background-repeat: no-repeat;
}

#headerL {
	width: 159px;
	height: 169px;
	background-image: url("../images/headerL.jpg");
	background-repeat: no-repeat;
	position: relative;
	left: 1px;
	float: left;
}

#headerR {
	width: 780px;
	height: 169px;
	background-image: url("../images/headerR.jpg");
	background-repeat: no-repeat;
	float: left;
	margin-left: 1px;
}

#headerLbottom {
	width: 159px;
	height: 91px;
	background-image: url("../images/headerLbottom.jpg");
	background-repeat: no-repeat;
}

#containerSideContent {
	width: 159px;
	float: left;
	position: relative;
	left: 1px;
}

#containerSideContent ul {
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
}

#containerSideContent li {
	width: 159px;
	height: 18px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	overflow: hidden; /* Correct error in IE6 */
}

#containerSideContent li a {
	background-image: url("../images/menuItemBg.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
	display: block;
}

#containerSideContent li a:active {
	background-image: url("../images/menuItemBg.gif"); /* Corrects hover delay in IE */
	background-repeat: no-repeat;
	background-position: -160px 0px;
}

#containerSideContent li a:hover {
	background-image: url("../images/menuItemBg.gif");
	background-repeat: no-repeat;
	background-position: -160px 0px;
}

#containerMainContent {
	width: 760px; /* -40px because of padding */
	float: left;
	margin-left: 1px;
	padding-left: 20px;
	padding-top: 52px;
}

#containerText {	
	width: 480px;
	float: left;
	display: block;
	line-height: 120%;
}

#containerTextWide {
	width: 740px;
	float: left;
	display: block;
	line-height: 120%;
}

#containerPictures {	
	width: 220px;;
	float: left;
	display: block;
	padding-left: 40px;
	padding-top: 43px;
}

#containerPictures2 {	
	width: 220px;;
	float: left;
	display: block;
	padding-bottom: 30px;
	padding-left: 20px;
}

#footer {
	float: left;
	width: 902px;
	padding-bottom: 20px;
	padding-top: 80px;
}

.wide {
	width: 740px;
}

.mainNavText {
	width: 159px;
	height: 18px;
	display: block;
	padding-top: 2px;
	padding-left: 10px;
}

.mainNavActive {
	background-image: url("../images/menuItemBg.gif");
	background-repeat: no-repeat;
	background-position: -160px 0px;
	color: #FFFFFF;
}

/* Clearfix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}