body {
	background: #172734;
	margin: 0;
	padding:o;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2b4155;
	font-size: 12px;
	}
	
a:link, a:visited {
	color: #900;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover, a:active {
	text-decoration: underline;
	}

h1 {
	font-size: 22px;
	}
	
h2 {
	font-size: 18px;
	}

.container {
	margin: auto;
	background: #fff;
	width: 740px;
	border: 3px white solid;
	}
	
.header {
	background: url(images/header.gif) no-repeat;
	height: 113px;
	}

.body {
	}
	
.menu {
	width: 190px;
	float: left;
	margin: 3px auto 4px auto;
	}
	
.corners_top {
	background: url(images/corners_top.gif) no-repeat center;
	height: 6px;
	padding: 0px;
	}

.menu_body {
	background: url(images/bg_menu.gif) repeat-y;
	margin-top: -12px;
	height: 700px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

.menu_body a:link, .menu_body a:visited {
	color: #fff;
	text-decoration: none;
	}

.menu_body a:active, .menu_body a:hover {
	text-decoration: underline;
	}

.menu_list {
	list-style-type: none;
	margin-left: -30px;
	line-height: 30px;
	}

.menu_body li {
	background: url(images/separator.gif) no-repeat bottom left;
	}
	
.corners_bottom {
	background: url(images/corners_bottom.gif) no-repeat center;
	height: 6px;
	margin: 0px;
	clear: both;
	}
	
.content {
	float: right;
	width: 540px;
	margin-top: 20px;
	line-height: 22px;
	}
	
.footer {
	height: 30px;
	background: url(images/footer.gif) no-repeat center;
	clear: both;
	color: #666;
	font-size: 9px;
	text-align: center;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.stretch {
	clear: both;
	}