body {
	background-color: #E9E9E9;
	background-image: url(images/bg_page.gif);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}
#container {
	width: 864px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B7B7B7;
	border-left-color: #B7B7B7;
	overflow: hidden;
	background-color: #F6F6F6;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B7B7B7;
	height: 100%;
}
#top_nav {
	background-image: url(images/bg_top.gif);
	height: 40px;
}
#column_left {
	background-color: #CCCCCC;
	float: left;
	width: 270px;
	height: 100%;
}
#column_right {
	float: right;
	width: 564px;
	padding: 15px;
	background-color: #F6F6F6;
}

#ul_nav {
	background-image: url(images/bg_nav.gif);
	background-repeat: repeat-y;
	margin: 0px;
	list-style-type: none;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 21px;
	padding-left: 15px;
}
#ul_nav li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5D5D5C;
	padding-left: 3px;
}
#ul_nav a:link, #ul_nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
}
#ul_nav a:hover {
	color: #333333;
}
#column_left p {
	padding-left: 15px;
}
#column_left h1 {
	padding-left: 15px;
}
#column_right_home {

	float: right;
	width: 594px;
}
.img_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}
.img_right {
	float: right;
	margin-bottom: 15px;
	margin-left: 10px;
}
h1 {
	font-size: 16px;
	color: #A90200;
}
h2 {
	font-size: 14px;
	color: #31312F;
}

a:link, a:visited {
	color: #000000;
}
a:hover {
	text-decoration: none;
}

