html {
	margin: 0;
	padding: 0px;
}

body {
	margin: 0;
	padding: 0px;
	background: #f6d998 url(_img/bg_tile.gif) repeat-x;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-size: 12px;
}

.bold {
	font-weight: bold;
}

a {color:#231f20; text-decoration:none;}
a:link {color: #231f20; text-decoration:none;}
a:visited {color: #231f20; text-decoration:none;}
a:hover {color: #231f20; text-decoration:underline;}
a:active {color: #231f20; text-decoration:underline;}

#navigation {
	background: url(_img/tagline.gif) no-repeat;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

#bottom_lines {
	background: url(_img/bottom_lines.gif) no-repeat;
}

#content_tile {
	background: url(_img/bg_content_tile.gif) repeat-y;
}
#content {
	width: 943px;
	background: url(_img/bg_content.gif) no-repeat;
}
#content_wrapper {
	margin-left: 40px;
	width: 800px;
	padding: 15px 35px 10px 50px;
}

#footer {
	margin: 100px 0px 0px 0px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}