
html {
background:#fff url("../images/bg_image.jpg") no-repeat;
background-position:top left;
/* Height is 100%, so the body can be 100% */
}

body {
background:url("../images/bg_02.jpg") repeat-x;
background-position:left top;
margin:0;
padding:0;
/* Height is 100%, so the tiled BG will tile all the way down
 the page, not just as far down as the page's content
 (when the content's height is less than the window's height) */
 width:100%;
}
/*
Hackety-hack-hack...
FF2, with the above code, will only display the repeat-y image for as
 high as the window's viewport is; higher content (upon
 scrolling) will not have the bg.
This "hack" makes the tiled background work properly in FF2.
This type of "advanced selector" is not understood by IE6...dunno
 'bout IE7.
*/
html>body {
 min-width:100%;
 width:auto;
}

#maindiv {
	position:absolute;
	left:1px;
	top:131px;
	width:775px;
	height:286px;
	z-index:1;
}.maintext {
	font-family: Tahoma;
	font-size: 12px;
	color: #343434;
	padding-left: 35px;
	line-height:18px;
	padding-top: 5px;
}#footer {
	font-family: Tahoma;
	font-size: 11px;
	color: #343434;
	padding-top: 5px;
	text-align:center;
}
.zero {
	position: absolute;
	left: 0px;
	top: 0px;
}
a:link, a:visited {
	color: #90BAD2;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #444557;
	text-decoration: underline;
	font-weight: bold;
}
.right {
	float: right;
}
.err {
	color: #990000;
	font-size: 10px;
}
#navigation {
   margin: 0;
   padding: 0;
   list-style-type: none;
   font-family:Tahoma;
   font-size:14px;
   font-weight:normal;
}
#navigation li {
   margin-bottom: 2px;
}
#navigation a {
   background: #E0E0E0;
   color: #313F57;
   display: block;
   width: 150px;
   border-left: 5px solid #3F99D8;
   padding: 7px 0px 7px 10px;
   text-align:left;
}
#navigation a:hover {
   background: #3F99D8;
   color: #000;
   text-decoration: none;
   border-left: 5px solid #EFEFEF;
}
#gal_img img{
	padding: 2px;
	margin: 3px;
	border: 1px solid #0099CC;
}
#services li, #services ul {
padding:0px 0px 2px 8px;
margin:0px 0px 2px 8px;
}