body {
	padding: 0;
	margin: 0;
	background-image: url('images/body_bg.png');
	background-repeat: repeat;
	background-color: #FFFFFF;
	text-align: center;
	}
	
div#page-container {
	margin: 0 auto;
	text-align: left;
	}

p {
	padding: 0;
	margin: 0 0 10px 0;
}
	
div#header-container {
	background-image: url('images/header_bg.png');
	background-repeat: repeat-x;
	}
	
div#header-wrapper {
	position: relative;
	}
	
div#header-wrapper div#photo-01,
div#header-wrapper div#photo-02,
div#header-wrapper div#photo-03,
div#header-wrapper div#photo-04 {
	position: absolute;
	width: 231px;
	height: 180px;
	z-index: 10;
	/* background-color: #9AB0B5; */
	background-color: transparent;
	}
	
div#header-wrapper div#photo-01 {
	background-color: transparent;
	text-align: center;
	top: 15px;
	left: 10px;
	z-index: 100;
	}
	
div#header-wrapper div#dissolver {
	position: absolute;
	background-color: transparent;
	top: 10px;
	left: 251px;
	z-index: 11;
	}
	
div#header-wrapper div#photo-02 {
	top: 10px;
	left: 251px;}
div#header-wrapper div#photo-03 {
	top: 10px;
	left: 493px;}
div#header-wrapper div#photo-04 {
	top: 10px;
	left: 734px;}
div#header-wrapper div#title {
	position: absolute;
	top: 130px;
	z-index: 20;}
	
div#header-menu {
	font-size: 10px;
	font-weight: bold;
	color: white;
	position: absolute;
	top: 5px;
	right: 25px;
	z-index: 100;
	}
	
div#leftColumn-wrapper {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
div#container {
	background-image: url('images/content_bg.png');
	background-repeat: repeat-y;
	}
	
div#content-container {
	background-image: url('images/content_bg.png');
	background-repeat: repeat-y;
  	padding-bottom: 20px;
	}
	
div#content-wrapper {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
  	min-height: 380px;
	}
	
div#footer-container {
	background-image: url('images/footer_bg.png');
	background-repeat: no-repeat;
	}
	
div#footer-wrapper {
	position: absolute;
	left: 24px;
	top: 20px;
	z-index: 20;
	color: #FFFFFF;
	}

div#leftColumn-menu {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
div#main-menu {
    bottom: 0;
    left: 1px;
    position: absolute;
    width: 958px;
    z-index: 100;
}
div#secondary-menu {
    top: 1px;
    font-size: 12px;
    font-weight: normal;
    right: 1px;
    position: absolute;
    width: auto;
    z-index: 100;
	text-align: right;
} 

div#header div.logo a {
background-image: url("images/logo.png");
background-repeat: no-repeat;
display: block;
height: 200px;
overflow: hidden;
text-indent: -9999px;
width: 250px;
}

div#header div.title a {
background-image: url("images/title.png");
background-repeat: no-repeat;
display: block;
height: 50px;
overflow: hidden;
text-indent: -9999px;
width: 725px;
}

div#header div.tagline a {
    background-image: url("images/tagline.png");
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    overflow: hidden;
    text-indent: -9999px;
    width: 525px;
}


.widget_login {
  display:none;
  }