/*Main Body*/
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	margin: 0px;
	background: url(../template/wall.png) repeat center;
}

#topLevel {
	background: #fff url(../template/header.jpg) no-repeat top;
	width: 975px;
	margin: auto;
}

.imageWall {
	float: right;
	padding: 25px 25px 0px 20px;
}
.imageWall img {
	margin-bottom: 20px;
}

.imageFooter {
	
	padding: 0px 25px 20px 0px;
}
.imageFooter img {
float: right;
	margin-left: 20px;
}
.imageFooter img.endImg {
float: right;
	margin-left: 0px;
}

#TopHeader{
	vertical-align: top;
	height: 190px;
}


#HeaderText{
	width: 500px;
 padding: 25px 10px 5px 20px;
	 color: #fff;
	 float: left;
}
#HeaderText h1 {
	 font-size: 190%;
}


#PageTitle {
 padding: 65px 20px 5px 20px;
 float: left;
width: 530px;


}
#PageTitle h1{
 font-weight: lighter;
 font-size: 170%;

}
#PageContent{
float: left;
width: 530px;
	font-size: 12px;
	padding: 5px 20px 5px 20px;
	line-height: 125%;
	letter-spacing: 1px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 13px;
 background-image:aqua;
}
#GalleryContent{
float: left;
width: 100%;
	font-size: 12px;
	padding: 5px 20px 5px 20px;
	line-height: 125%;
	letter-spacing: 1px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 13px;
 background-image:aqua;
}
#GalleryContent li{
	float:left;
	list-style: none;
	padding:15px;
	
}
#GalleryContent li img{
	max-width:385px;
}
.nav_link {
	font-size:125%;
}
/*Mouse Overs*/
A	{
	color: #980909;
	text-decoration: none;
	font-weight: bold;
}
A:hover	{
	color: #980909;
	text-decoration: underline;
}


/*Headings*/

h1 {
	font-size: 125%;
	line-height: 125%;
	margin: 0px;
}
h2{font-size: 130%;	line-height: 120%;margin: 0px;}
h3 {font-size: 100%;	line-height: 105%;}
h4 {font-style: italic;
	line-height: 100%;}

img{	border: 0px;}

/*Branding*/
.branding { text-align: right;
	font-size: 11px;
	padding: 5px 0 3px 0;
}
.branding A	{color: #000;	text-decoration: none;	border-bottom: 0px;font-weight: bold;}
.branding A:hover	{ text-decoration: underline;}

/*EmailHandler*/
.ContactForm{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.EmailHandler p{margin:8px;}
