body {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	margin-top:0px;
	background-image:url(../img/design/bg_tile.gif);
	background-repeat:repeat-x;
}
.headline {
	color:#771515;
	font-size:14px;
	text-decoration:underline;
}
.sub_headline {
	color:#626262;
	font-size:12px;
}
a:link {
	color:#761515;
	text-decoration:underline;
}
a:visited {
	color:#761515;
	text-decoration:underline;
}
a:hover {
	color:#666666;
	text-decoration:none;
}
a:active {
	color:#666666;
	text-decoration:none;
}
.footer_link a:link {
	color:#333333;
	text-decoration:none;
}
.footer_link a:hover {
	color:#333333;
	text-decoration:underline;
}
.footer_link a:active {
	color:#333333;	
	text-decoration:underline;
}
.footer_link a:visited {
	color:#333333;
	text-decoration:none;
}
#container {
	width:1000px;
	margin:0 auto;
}
#header {
	width:1000px;
	height:194px;
}
#navigation {
	width:1000px;
	background-image: url(../img/design/nav_bar_bg.gif);
	background-repeat: repeat-x;
	height: 65px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
#body {
	width:1000px;
	background-image:url(../img/design/content_bg.gif);
	background-repeat: repeat-y;
}
#left_body {
	width:470px;
	float:left;
	text-align:left;
	clear:left;
	margin-left: 15px;
}
#right_body {
	width:470px;
	float:right;
	text-align:left;
	clear:right;
	margin-right: 15px;
}
#footer {
	width:1000px;
	height:40px;
	font-size: 9px;
	background-image: url(../img/design/footer_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
}
