/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #cc3399;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ff99cc;
	margin-top: 20px;
}
p {
	margin-top: 5px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #808080;
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/Mary_pic_rev2.jpg);
}
#container {
	margin-left: 20px;
}
#header {
	height: 215px;
}
#logo {
	height: 135px;
	width: 500px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu {
	height: 75px;
	width: 570px;
	padding-top: 10px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-image: url(images/menu2.png);
}


#menu ul {
	list-style: none;
	
}



#menu li {
	display: inline;
}


#menu a {
	display: block;
	float: left;
	width: 107px;
	height: 36px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding-top: 17px;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;

}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#main {
	width: 783px;
	margin-right: 10px;
}
#left_bar {
	float: left;
	width: 20px;
	color: #000000;
}
#container #main #right_bar img {
	border: thin solid #CC3399;
}


#right_bar {
	width: 564px;
	margin-left: 3px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-color: #000000;
}
h3 {
	font-size: 16px;
	color: #CC3399;
}



p.white {
	color: #FFFFFF;
}


#footer {
	width: 544px;
	color: #996633;
	background-color: #000000;
	padding: 20px;
	margin-left: 3px;
	text-align: center;
}

#footer  a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #ff99cc;
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
