#wrapper {
	background: #ffffff url(../Images/background.gif) repeat-y left;
}
#header_name {
	text-align: center;
	height:75px;
	margin-left: 200px;
}

#header {
	background: #ffffff url(../Images/logo-top.jpg) no-repeat left;
}

#header_container {
	width: 100%;
	background: #d7dabd url(../Images/logo-bottom.jpg) no-repeat left;
	float: right;
	margin-left: -200px;
}
#header_content {
	background: #d7dabd url(../Images/horizontal-top.jpg) repeat-x left;
	margin-left: 200px;
}
#header_links {
   text-align : right;
}
#header_links a{
   text-decoration : none;
   font-size : 0.8em;
}
#container {
	width: 100%;
	background: #f1f2ea url(../Images/background.gif) repeat-y left;
	float: right;
	margin-left: -200px;
}
#content {
	background: #ffffff;
	margin-left: 200px;
}
#sidebar {
	width: 200px;
	float: left;
}
#footer_wrapper {
	background: #ffffff;
}
#footer_wrapper a{
   text-decoration : none;
   font-size : 0.8em;
}
#footer {
	width: 100%;
	background: url(../Images/vertical-bottom.jpg) no-repeat top left;
	float: right;
	text-align : right;
	margin-left: -200px;
}
#footer_left {
	background: url(../Images/horizontal-bottom.jpg) repeat-x top left;
	margin-left: 200px;
}
#footer_right {
	width: 200px;
	float: right;
}
h1 {
	margin-top: 0;
}
.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}
