﻿@charset "UTF-8";
/* CSS Document */

#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}

#logo_container {
	width: 800px;
	height: 200px;
	border-bottom-color: #333333;
	}
#content_container {
	float: left;
	width:100%;
	clear:both;
	margin-top:10px;
	height: auto;
	}
#footer_container {
	width:100%;
	height:22px;
	background-color: #000000;
	clear:both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #222222;
	vertical-align: top;
	padding-top:0px;
	margin-top: 10px;
	}
