﻿  /* CSS layout */
body {
	text-align: center; /* center on ie */
	width: 100%;
	background-color:#ea628d;}

#masthead {
	text-align: left;
	margin: 0 auto;
	width: 720px;
	height: 200px;
	background-image:url('091226bn.png');
}

#top_nav {
	color: white;
	text-align: left;
	margin: 0 auto; /* center on everything else */
	width: 720px;
	height: 1px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: white;
}

#container {
	margin: 0 auto;
	width: 720px;
	background-color:#50162D;
	overflow:hidden;
}

#left_col {
	text-align: left;
	width: 200px;
	min-height: 500px;
	float: left;
	margin: 0 auto;
	background-color:#fae2ea;
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: white;
	padding-bottom: 32768px;
	margin-bottom: -32768px;

}

#page_content {
	text-align: left;
	float: left;
	color: white;
	width: 519px;
	min-height: 500px;
	background-color:#fdeef3;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}

#footer {
	text-align: left;
	margin: 0 auto; /* center on everything else */
	width: 720px;
	clear: both;
	color: white;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: white;
	background-color:#50162D;
	font-size: xx-small;
}

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	display: block;
	padding: 5px;
	text-align: left;
	margin-right: 2em;
}

ul.menu li a {
	color: #ba476b;
	font: bold 14px georgia;
	text-decoration: none;
	line-height: 1.3em;
	display: block;
}

ul.menu li a:hover {
	color: #ffc300;
}

ul.menu li span {
	font: 11px arial;
	color: #666;
	margin: 0;
}

ul.menu li span:hover {
	color: #999;
}

h2 {
	padding-left: 5px;
	color: #ba476b;
}

p {
	padding-left: 5px;
	color: #4c1626;
}