body {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFAC1;
}

#left a {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

h1 {
	color: black;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
}

a {
	color: #CB4E4A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

#left {
	position: relative; 
	top: 0px; 
	left: 0px; 
	width: 150px; 
	height: 450px;
	float:left; 
	background-color: #CB4E4A;
	border: 1px solid #CB4E4A;
}

#menu {
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #CB4E4A;
	border-bottom: 1px dashed white;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	
}

#menu li {
	color: white;
	padding: 1px;
	font-weight: bold;
	background-color: #C82A30;
	border: 4px solid #CB4E4A;
}

#menu li a {
	text-decoration: none;
	color: white;
	padding: 1px;
	display:block;
	font-weight: bold;
	background-color: #C82A30;
}

#menu li a:hover {
	color: white;
	padding: 1px;
	font-weight: bold;
	background-color: #CB4E4A;
}

#main {
	position: relative;
	top: 0px;
	right: 0px;
	width: 727px;
	padding: 10px;
	height: 431px;
	background-color: #FFFAC1;
	border-bottom: 1px solid #C82A30;
	border-right: 1px solid #C82A30;
	float: right;
}

#contact {
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding-top: 4px;
	padding-bottom: 10px;
}

#contact ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#contact li {
	color: white;
	padding: 2px;
	font-weight: bold;
}
