﻿body {
	color:#E97978;
}

#wrapper {
	border:1px;
	border-style:solid;
	border-color:#E97978;
	width:800px;
}

#masthead {
	width: 800px; 
	height: auto;
}

#nav {
	width: 800px; 
	background-color: #E97978; 	
	color:#FDEBD9;
	margin-left:auto;
	margin-right:auto;
}

#nav_table a{
	text-decoration:none;
	color:#FDEBD9;
}

#nav_table a:hover{
	color:white;
}

#content {
	float: left; 
	width: 800px; 
	text-align:center; 
	color:#E97978;
	padding-top:10px;
}

#footer {
	width: 800px; 
	clear: both; 	
	color:#E97978;
	background-color:#FDEBD9;
}

#content_table {
	width:800px;
	padding:10px;
	text-align:left;
}

#left_column {
	width:75%;
	padding-left:10px;
	padding-right:10px;
}

#right_column {
	width:25%;
	padding-right:10px;
}

#home_left_column {
	width:350px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}

#home_right_column {
	width:450px;
	padding-right:10px;
}

#vertical_nav a{
	color:#FDEBD9;
	text-decoration:none;
}

#vertical_nav a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

#vertical_nav td{
	background-color: #E97978;
	text-decoration:none;
}

#vertical_nav td:hover{
	background-color:#990000;
	text-decoration:none;
}

#text {
	text-align:justify;
	color:#E97978;
}

#button {
	text-align:center;
	font-size:18px;
	color:#E97978;	
	height:50px;
	width:130px;	
}

#button th{
	background-image:url(images/button.jpg);
	height:50px;
	width:130px;
	background-repeat:no-repeat;
}

#pagetitle {
	font-size:48px;
	font-weight:bolder;
	font-family: "Freestyle Script", "Lucida Handwriting", "Monotype Corsiva", "Script MT Bold";
	text-align:left;
}

ul {
	text-align:justify;
}
	