
body 
{
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background-color: #ececec;
		font-family: Verdana, Arial;
		font-size:11px;
		color:#515151;
		background-image:url(../img/back.png);
		background-position:center;
		background-repeat:repeat-y;
	
}

.banner
{
		background-image:url(../img/bannerback.png);
		height:248px;
}

.menu
{
		height:40px;
		background-color:#d6d6d6;
}

.container
{
		background-color:#ececec;
}

.backer
{
		background-image:url(../img/mainback.png);
}

.content
{
		width:740px;
		padding-left:30px;
		padding-right:20px;
		padding-top:20px;
		text-align:justify;
		line-height:140%;
	
		
}

.footer
{
		background-image:url(../img/footer.png);
		background-repeat:no-repeat;
		width:892px; 
		height:47px;
	
}

.footertext
{
		text-align:right;
		color:#ffffff;
		font-size:11px;
		padding-top:23px;
		padding-right:66px;
}

td
{
		vertical-align:top;
}

h1
{
		color:#074190;
		font-size:16px;
		font-weight:bold;
		margin-top:0px;
}

h2
{
		color:#333333;
		font-size:14px;
		font-weight:bold;
		margin-top:0px;
}

.footer a, .footer a:link, .footer a:visited, .footer a:active 
{
		color: #000000;
		text-decoration: none;
}

.footer a:hover
{	
		text-decoration: underline;
		color: #00000;
}

a, a:link, a:visited, a:active 
{
		color: #253385;
		text-decoration: underline;
}

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

#name,#email,#phone,#comment
		{
		width: 270px;
		height: 18px;
		border: solid 1px #074190;
		background-color: #ffffff;
		padding: 1px;
		font-size: 10px;
		color: #656667;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		vertical-align: middle;
		}
		
#comment
		{
		height: 140px;
		}
		
		#gallery img {
			margin-bottom:15px;
			}
