body{
	background: #e4dfc9 url(../media/background2.jpg) repeat-y 50% 0;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}
#header{
	margin-top: 0px;
	text-align: center;
	background: #FFFFFF;
}
#menu{
	width: 780px;
	text-align: center;
	background: #FFFFFF;
	color: #135a7d;
	margin: 0px auto;
	padding: 4px;
	border: 2px solid #FFFFFF;
}
#menu a:link, #menu a:visited{
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	border-left: 2px solid #145a7e;
	border-right: 2px solid #145a7e;
}
#menu a:hover{
	background: #009959;
	color: #FFFFFF;
	text-decoration: none;
	border: 2px solid #145a7e;
}
.InactiveLink{
	background: #FFFFFF;
	color: #145a7e;
}
.ActiveLink{
	background: #009959;
	color: #FFFFFF;
	text-decoration: none;
}
#container{
	margin: 0px auto;
	text-align: left;
	width: 792px;
}
#footer{
	position: relative;
	margin: 0px auto;
	padding: 5px 0;
	width: 788px;
	clear: both;
	font-size: 12px;
	text-align: center;
	background: #FFFFFF;
	color: #135a7d;
	border: 2px solid #FFFFFF;
	}
#footer a:link, #footer a:visited{
	color: #135a7d;
	text-decoration: none;
}
#footer a:hover{
	border-bottom: 1px dotted #135a7d;
}
#content{
	margin: 0px auto;
	width: 800px;
}
#defaultcontent{
	float: left;
	color: #000000;
	background: transparent;
	padding: 2px;
}
#defaulttext{
	margin: 0px auto;
	width: 550px;
}
#tagline{
	padding: 8px;
	margin: 0px auto;
	font-size: 20px; 
	width: 788px;
	text-align: center;
	font-style: italic;
}
#content2{
	font: 12px/18px verdana, arial, helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 220px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.gallerycontainer{
	position: relative;
	/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.thumbnail img{
	margin: 0 0 0 0;
}
.thumbnail:hover{
	background-color: transparent;
}
.thumbnail:hover img{
	border: 0;
}
.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #B2BCCC;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	left: 140px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}
#gallerymenu{
	float: left;
	width: 130px;
}
#gallerydetail{
	margin: 0px auto;
	text-align: center;
}
#ImageDetails{
	text-align: right;
	margin: 0 8px 0 0;
}
#twillmenu{
	width: 540px;
}
#twillmenu img{
	padding: 2px;
}
#content2 img{
	padding: 2px;
}
#EmbFontDetail{
	width: 540px;
	text-align: center;
}
#EmbFontList{
	width: 540px;
}
#FontName{
	font: 16px verdana, arial, helvetica, sans-serif;
}
