* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 80px 0px 0px;
	background: url('images/background_top.gif') #c4b8a1 repeat-x;
	color: #695d47;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	text-align: center;
}

a {
	color: #695d47;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #ab9c7e;
	background-color: inherit;
}

#hidden_span {
	display: none;
}

p {
	margin: 0px 0px 15px;
	text-align: justify;
	line-height: 15px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}

#body_wrapper {
	padding: 5px 0px 10px;
	width: 100%;
	background-color: #fff;
	color: inherit;
}

#container {
	margin: 0px 20px 0px 20px;
	text-align: left;
}

#narrow_container {
	width: 758px;
}

#container .content_header {
	/*margin: 0px 20px 0px auto;
	width: 730px; */
	width: 100%;
	height: 40px;
	background: url('images/content_header_bg.gif') repeat-x 0% 0%;
}

#container .content {
	/*margin: 3px 150px 0px 28px;
	width: 680px;*/
	width: 100%;
	text-align: left;
}


/* Page Header */

#page_header {
	/* background: url('images/header_leftborder.gif') #fff repeat-y 0% 0%; */
	color: #6a604e;
	/* width: 280px; */
	height: 80px;
	overflow: hidden;
	font-size: 30px;
	font-weight: bold;
	float: left;
}

#spacer_div {
	height: 20px;
}

#page_header h1 {
	width: 280px;
	height: 125px;
	overflow: hidden;
	font-size: 30px;
	/*background: url('images/website_title.gif') no-repeat 50% 50%;*/
}

/* Welcome to my Site */

#welcome .content_header h2 {
	height: 28px;
	background: url('images/welcome_header.gif') no-repeat 0% 0%;
}

#welcome p {
	width: 420px;
	float: right;
}


/* Client List */

.left_title {
	font-family: verdana, arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	background-color: #fff;
	float: left;
}

.right_title {
	font-family: verdana, arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	background-color: #fff;
	float: right;
}


/* Page Footer */

#page_footer {
	padding: 9px 10px 6px;
	font-weight: bold;
	float: none;
	clear: both;
}

#page_footer a:hover {
	background-color: inherit;
	color: #4f4635;
}

