﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	color: #000000;
}
a:link		{
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma;
}
a:visited	{
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma;
}
a:active	{
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma;
}
a:hover		{
	color: #FF3399;
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma;
}
#masthead {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	margin-top: 15px;
}
#container {
	min-width: 600px;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
#flash1 {
	border: medium double #000000;
	margin-bottom: 10px;
	margin-right: 10px;
}
#top_nav {
	width: 1005px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 6px 6px 10px rgba(0,0,0,0.6);
	-moz-box-shadow: 6px 6px 10px rgba(0,0,0,0.6);
	border-radius: 10px;
}
#maintext {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
}
img1 {
	margin-top: 10px;
}
#img1 {
	margin-top: 10px;
}
#topnav_menu {
}
#topnav_text {
}
#gallery_text {
}

