body {
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin-top:0px;
	background-image:url(../img/design/tile_bg.jpg);
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:center 100px;
}
.headline {
	color:#D85392;
	font-size:14px;
	text-decoration:underline;
}
.sub_headline {
	color:#D95493;
	font-size:12px;
}
a:link {
	color:#199CB9;
	text-decoration:underline;
}
a:visited {
	color:#199CB9;
	text-decoration:underline;
}
a:hover {
	color:#D85392;
	text-decoration:underline;
}
a:active {
	color:#D85392;
	text-decoration:underline;
}
.footer_link a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.footer_link a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}
.footer_link a:active {
	color:#CCCCCC;	
	text-decoration:underline;
}
.footer_link a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#container {
	width:900px;
	margin:0 auto;
}
#footer {
	width:100%;
	font-size:9px;
	height:35px;
	color:#CCCCCC;
	padding-top:10px;
	text-align:center;
	clear: both;
}
#header {
	width:900px;
	height:95px;
}
#left_header {
	width:382px;
	float:left;
	height:95px;
}
#right_header {
	width:518px;
	float:right;
	height:95px;
}
#body {
	width:900px;
	min-height:150px;
	background-image:url(../img/design/content_bg.gif);
	background-color:#FFFFFF;
	padding-top:25px;
}
#left_body {
	width:370px;
	float:left;
	margin-right:10px;
	margin-left:10px;
	text-align:justify;
	clear:left;
}
#right_body {
	width:470px;
	float:right;
	margin-right:10px;
	margin-left:10px;
	text-align:justify;
}
#central_body {
	width:880px;
	margin-left:10px;
	margin-right:10px;
	text-align:left;
	background-color:#FFFFFF;
	float: left;
}
#bottom_edge {
	width:900px;
	height:72px;
	background-image:url(../img/design/bottom_edge.png);
	background-repeat:no-repeat;
	float: left;
}
#stripe {
	width:100%;
	height:12px;
	position:absolute;
	top:95px;
	margin:0 auto;
	background-image:url(../img/design/stream_tile.gif);
	background-repeat:repeat-x;
	z-index:10;
	left: 0px;
}
.supplies {
	background-color: #7AC5D6;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 860px;
	overflow: auto;
}

.supplies_left {
	float:left;
	width:45%;
}
.supplies_right {
	float:right;
	width:48%;
}
