body {
	min-width: 950px;     
	margin: 0px;
	font-family: tahoma, sans-serif;
	font-size: 10pt;
	background:#8da1b7;
}

#layoutnav {   
	width: 99%; 
	margin-bottom: 5px;
	text-align: right;
}  

#wrapper {
	margin: 0 auto;
	overflow: hidden;
	background:#ffffff;
	width: 950px;
}

#header {
	width: 950px;
	margin: 0 auto;
	background:#ffffff;
	background-image: url('/images/h5.jpg');
	background-repeat: repeat;
	border-bottom: 3px solid #5a7392;
	height: 148px;
}

#header_bottom {
	margin: 0 auto;
	width: 950px;
	height:5px;
	background:#ffffff;
	background-image: url('/images/m5.gif');
	background-repeat: repeat-x;
	clear: both;
}

#logo_left {
	position: absolute;
	top: 0px;
	margin: 0px;
	float: left;
}

#logo_right {
	top: 0px;
	margin: 0px;
	float: right;
}

#navbar {
	top: 155px;
	width: 950px;
	height: 24px;
	margin: 0 auto;
	background-image: url('/images/m3.gif');
	background-repeat: repeat;
}

#bottom_navbar_container {
	border-top: 3px solid #5a7392;
	width: 950px;
	height: 24px;
	margin: 0 auto;
	background-image: url('/images/m2.gif');
	background-repeat: repeat;
	clear: both;
}

#bottom_navbar {
	width: 950px;
	height: 24px;
	margin: 0 auto;
	background-image: url('/images/m3.gif');
	background-repeat: repeat;
}

#breadcrumbs {
	margin: 0 auto;
	padding-top: 0px; 
	padding-bottom: 0px; 
	background:#ffffff;
}

#link_back {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding-top: 15px;
	background:#ffffff;
}


#orgbreadcrumbs {
	margin: 0 auto;
	width: 950px;
	padding-top: 3px; 
	padding-bottom: 3px; 
	background:#ffffff;
}

#container {
	padding-top: 2px;
	background:#ffffff;
}

#left {
	float: left;
	margin-left:0px;
	width: 155px;
}

#right {
	float: right;
	margin-right:0px;
	width: 165px;
}

#center { 
	float: left;
	margin-left: 3px;
	width: 620px;
}

#qualitygallery { 
	float: left;
	margin-left: 3px;
	width: 620px;
}


#two_column_center { 
	float: left;
	margin-left: 3px;
	width: 780px;
}

#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding-top: 15px;
	background:#ffffff;
}

#clear {
	clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */