@charset "utf-8";
body, html {
	height:100%;
	padding:0px;
	margin:0px;
	font-family: "Trebuchet MS";
	clear: both;
}

#holder {
	background-color:#ceebec;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#holder #header {
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#holder #header #left_col {
	background-color: #eaf2cc;
	width: 144px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	float: left;
	height: 100px;
	text-align: right;
	vertical-align: bottom;
	padding-right: 10px;
}
#holder #header #left_col img {
	margin-top: 10px;
}
#holder #header #right_col {
	width: 705px;
	background-color: #fff4da;
	height: 100px;
	float: left;
}
#holder #header #right_col #page_label {
	width: 300px;
	float: left;
	height: 20px;
	padding-top: 65px;
	padding-left: 30px;
}
#holder #header #right_col #logo {
	float: left;
	width: 275px;
	height: 40px;
	padding-top: 45px;
	text-align: right;
}


#holder #content {
	height: 100%;
	background-color: #ceebec;
}
#holder #content #left_col {
	width: 154px;
	float: left;
	background-color: #fff4da;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	height: 100%;
}
#holder #content #left_col #nav {
	height: 275px;
}
#holder #content #left_col #nav ul {
	list-style-type: none;
	display: block;
	text-align: right;
	font-size: 11px;
	padding-top: 10px;
}
#holder #content #left_col #nav li {
	padding-right: 5px;
	padding-bottom: 8px;
}
#holder #content #left_col #nav a {
	text-decoration: none;
	color: #000000;
}
#holder #content #left_col #contact_info {
	font-size: 11px;
	text-align: right;
}
#holder #content #left_col #contact_info #hr {
	height: 1px;
	background-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}


#holder #content #right_col {
	width: 705px;
	float: left;
	background-color: #ceebec;
	visibility: inherit;
}
#holder #content #right_col #images {
	width: 155px;
	float: left;
	padding-top: 20px;
}
#holder #content #right_col #images img {
	margin-bottom: 7px;
	border: 1px solid #CCCCCC;
}
#holder #content #right_col #text {
	font-size: 11px;
	float: left;
	width: 500px;
	padding: 20px;
}
#holder #content #right_col #text p {
	padding: 5px;
	margin: 0px;
	text-align: justify;
}
#holder #content #left_col #nav a:hover {
	text-decoration: none;
	color: #FF9900;
}
