@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-attachment: fixed;
	background-color: #C5C0C7;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Tahoma, Geneva, sans-serif;
	color: #595379;
	font-size: 16px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top: 1px none #333;
	border-right: thick none #000;
	border-bottom: 1px none #D6D6D6;
	border-left: thick none #333;
	font-weight: bold;
	background-image: none;
	background-repeat: repeat;
}



h2
{
	font-size: 16px;
	font-weight: bold;
	color: #595379;
	text-transform: none;
	font-variant: normal;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
}

h3
{
	font-size: 16px;
	font-weight: bold;
	color: #595379;
	text-transform: none;
	font-variant: normal;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
}
#container #mainContent table tr td
{
	border: thin none #634E4D;
	background: url(none) repeat;
}
#email {
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 60px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}




a:link{
	text-decoration:underline;
	color:#59538D;
	font-size: 16px;
	font-weight: bolder;
}
a:visited{
	text-decoration:underline;
	color:#59538D;
	font-weight: bold;
	font-size:16px;
}
a:hover{
	color:#ffffff;
	text-decoration:underline;
	font-size: 16px;
}
#sidebar1
{
/*since this element is floated, a width must be given*/
	width: 250px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 0px;
	height: 455px;
}
#sidebar2
{
	float: right;
/*since this element is floated, a width must be given*/
	width: 200px;
/*padding keeps the content of the div away from the edges*/
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#email
{
	margin-top: -450px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 280px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#emailcontact
{
	margin-top: -150px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 300px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mainContent
{
	background-image: none;
	background-repeat: repeat;
	font-size: 16px;
	color: #595379;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
	margin-top: 50px;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:30px;
}

#mainContenterror
{
	background-image: none;
	background-repeat: repeat;
	font-size: 16px;
	color: #595379;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
	margin: 100px 20px 0;
	padding: 0px 10px 30px 0px;
}
#footer
{
	padding: 0 0px;
	top: 900px;
	border: medium none #333;
	background: url(none) no-repeat;
}
#footer p
{
	margin: 0;
/*zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs*/
	padding: 0px 0;
/*padding on this element will create space, just as the the margin would have, without the margin collapse issue*/
	padding-bottom: 0px;
}
.fltrt
{
/*this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page.*/
	float: right;
	margin-left: 8px;
}
.fltlft
{
/*this class can be used to float an element left in your page*/
	float: left;
	margin-right: 8px;
}
.clearfloat
{
/*this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float*/
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}


}

	

#ladybird {
	text-decoration:none;
	color:#595379;
	font-weight: bold;
	font-size:12px;
	padding-left:0px;
	margin-left:20px;
	margin-top:-60px;
	padding-bottom:0px;
	background: url(none) no-repeat;


}

#ladybird a:link{
	text-decoration:underline;
	color:#595379;
	font-weight: bold;
	font-size:12px;
	background: url(none) no-repeat;
}
#ladybird a:visited{
	text-decoration:underline;
	color:#595379;
	font-weight: bold;
	font-size:12px;
}
#ladybird a:hover{
	color:#595379;
	text-decoration:underline;
	font-size: 12px;
}
#sitemap{
	margin-left:690px;
	font-size: 12px;
	color: #000;
	margin-top:-28px;
}#sitemap a:link{
	text-decoration:underline;
	color:#595379;
	font-weight: bold;
	font-size:12px;
}
#sitemap a:visited{
	text-decoration:underline;
	color:#595379;
	font-weight: bold;
	font-size:12px;
}
#sitemap a:hover{
	color:#5953795;
	text-decoration:underline;
	font-size: 12px;}

#menu {
	height:40px;
	margin:0px;
	margin-top:-17px;
}
#menu dl {
	list-style:none;
	padding:0px;
	margin-bottom:0px;
}
#menu dt {
	float:left;
	margin-left:50px;
	margin-top:0px;
	width:232px;
	height:40px;
	background: url(images/gallerybuttons_38.jpg) no-repeat;
	border: thin none #EAE4E6;
}
#menu a {
	text-decoration:none;
	display:block;
	font-size:18px;
	margin-top:8px;
	text-align:center;
}
#menu a:link {
	text-decoration:none;
	color:#595379;
}
#menu a:visited {
	text-decoration:none;
	color:#595379;
}
#menu a:hover {
	color:#9D98B8;
}
.large{
	font-size: 18px;
}
#blogpage{
	margin-top:50px;
	padding-bottom:50px;}
	
.services{
	font-size:10px:
}
	
	
	font-size: 14px;
	color: #595379;
}
#fronttable{
	margin-left:80px;}
