body {
	background-color: #FDF5E6;
	background-image: url(background_darker.jpg);
	color: #FFD700;
}
.logo {
	width: 200px;
	height: 200px;
	float: left;
	background-image: none;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.Announcement{
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
	border: black;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: dashed;  
	}


#header{
	text-align: center;
	padding-bottom: 20px;
	font-size: xx-large;
}
#MainNavBar{
	font: "Courier New", Courier, monospace;
	font-weight: bolder;
	background-color: Purple;
	font-size: 25px;
	padding: 1px auto;
	text-align: center;
	width: 100%;
	border: Black;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-style: solid;
	word-spacing: 1px;
	color: #FFD700;
	float: left;
	height: auto;
}
#SubNav{
	font: "Courier New", Courier, monospace;
	font-weight: bolder;
	font-size: 25px;
	padding: 1px auto;
	text-align: center;
	width: 100%;
	border: Black;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-style: solid;
	word-spacing: 1px;
	color: #FFD700;
	float: left;
	height: auto;
	margin: 1px auto 40px auto;
}

#MemberTable{
	width: 800px;
	margin-top: 20px;
}
#MemberTable TD{
	width: 33%;
	border: thin solid #FFD700;
}
#DBTable{
	position: absolute;
	top: 300px;
	left: 10px;
	margin: 20px 20px 20px 20px;
}
#DBTable TD{

}


.RequiredField{
	background-color: Black;
	color: Yellow;
}


#Mname{
	font-size: 125%;
	font-weight: bold;
}
#MemberInfoForm{
	background-image: url(background_dark.jpg);
	font-size: 20px;
	margin: 30px auto auto;
	border: thin solid #FFD700;
	width: 420px;
	text-align: center;
	font: 200;
}
#MemberInfoForm td {
	text-align: left;
}

.center{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.MainPageText{
	font-family: "MS Serif", "New York", serif;
	font-size: 20px;
	margin: 50px auto 10px auto;
}

.AboutPageText{
	font-family: "MS Serif", "New York", serif;
	font-size: 20px;
}

.SidebarRight{
	float: right;
	margin-left: 10px;
	border: thin solid Black;
	font: normal bolder;
	color: Yellow;
	width: 20%;
	background-image: url(background_dark.jpg);
	background-repeat: repeat;
	margin-top: 20px;
}

.SidebarLeft{
	float: left;
	margin-left: 2px;
	border: thin solid Black;
	font: normal bolder;
	color: Yellow;
	width: 20%;
	background-image: url(background_dark.jpg);
	background-repeat: repeat;
	margin-top: 20px;
	margin-right: 10px;
}


.FormBody{
  font-size: 20px;
  margin-left:20px;
  margin-right:20px;
}
.Links{
  font-size: 20px;
  margin-left: 10%;
  margin-bottom: 90px;
}

.NameField{
}
.AgeButton{

}
#ContactForm{
	margin-top: 30px;
}

.inlinePicRight{
  float: right;
  margin-left: 10px;
}

.inlinePicLeft{
  float: left;
}

.Portrait{
  float: left;
  width: 200px;
  height: 242px;
  padding: 10px 20px 30px 0px;
}

.Thumbnail{
	height: 80px;
	float: left;
	margin-right: 10px;
}
.current{
	background-color: Purple;
}

.Gallery{
   margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 810px;
	border-width: 1px;
	border-style: solid;  
	border:black;
}
.GalleryEntry{
	width:400px;
	height:90px
	font-size: 20px;
}
.WebLogDate{
	margin-top: 40px;
	margin-bottom: 10px;
	border-top: thin double Black;
}
.WebLogText{
	margin-top: 10px;
	margin-bottom: 10px;
}


#footer{
	text-align: center;
	font-size: medium;
	padding-top: 50px;
	font: bold;
}
h1,h2,h3,h4,h5,h6 {
	font: "MS Serif", "New York", serif;
	font-family: serif;
}
h1{
	font-size: 50px;
}
h2{
	font-size: 30px;
}
h3{
	font-size: 25px;
}

td p {
	margin: 1px 1px 1px 1px;
}
p,dl,ul {
   font-size: 20px;
	margin: 10px 10px 20px 10px;
}
.ArtWorkDesc{
	text-align: left;
   font-weight: bold;
	font-size: 15px;
	
}
p a{
	font-style: normal;
	font-weight: bold;
}
a:link {
	color: Yellow;
	font-size: 100%;
	font: normal;
	text-decoration: underline;
	border: none;
}
a:hover {
	color: #FFD700;
	font-size: 100%;
	font: normal;
	text-decoration: underline;
	border: none;
}
a:visited {
	color: Yellow;
	font-size: 100%;
	font: normal;
	text-decoration: underline;
	border: none;
}
a:visited:hover {
	color: #FFD700;
	font-size: 100%;
	font: normal;
	text-decoration: underline;
	border: none;
}