body {
	margin:0;
	background-color:#b3b3b3;
	font-family: Arial, Verdana;
	font-size:11px;
	color:#6a6a6a;
	line-height:20px;
}
	
* html body { /* IE fix */
	text-align:center;
}
	
body, div {
	text-align:justify;
}

a {
	text-decoration:underline;
	color:#8b8b8b;
	font-weight:bold;
}

a:hover {
	color:#C0C0C0;
}

.maincontainer {
	width:755px;
	background-color:#fff;
	margin:0 auto;	
	background-image:url(images/v_sidebg.gif);
	background-position:left;
	background-repeat:repeat-y;
}
		
* html .text {
	padding-top:10px;
}

.text_home {
	padding:15px;
	padding-top:0px;
	background-image:url(images/shadow.jpg);
    background-position:center 35px;
	background-repeat:no-repeat;
}

.content {
	background-color:#fff;
}

* html .rcontainer {/* IE fix */
	float:left;
	height:500px;
	position:relative;
	top:-2px;
}

.topcontainer {
	width:100%;
	height:135px;
}

.top {
	background-image:url(images/banner.jpg);
	height:135px;
	width:100%;
	background-repeat:no-repeat;
	background-position:bottom left;
}

h1 {
	font-family : Georgia, Helvetica, sans-serif;
	font-size : 18px;
	letter-spacing : 2px;
	font-weight:normal;
	text-transform:uppercase;
	color:#808080;
	width:90%;
	border-bottom:1px solid #ccc;
	padding-left:2px;
	padding-bottom:2px
}

.title {
	background-color:#c3c3c3;
	font-family : "Lucida Sans Unicode", Helvetica, sans-serif;
	font-size : 18px;
	letter-spacing :-1px;
	color:#808080;
	height:25px;
	padding-top:2px;
	padding-left:5px;
	background-image:url(images/titlebg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.footer {
	background-color:#f8f8f8;
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	text-align:center;
	font-family:georgia, arial;
	text-align:center;
	padding:6px;
}
	
.footer_home {
	height:10px;
	width:500px;
	margin-top:10px;
	background-color:#e6e6e6;
	background-image:url(images/homefooter_bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
	
.sidetext {
	padding:10px;
}

.pic_left {
	float:left;
	margin-right:8px;
	border:1px solid #c0c0c0;
	padding:1px;
}

.pic_right {
	float:right;
	margin-left:8px;
	border:1px solid #c0c0c0;
	padding:1px;
}
	
.pic_home {
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	width:464px;
	height:125px;
	margin:45px auto 0 auto;
}

.pic_services {
	background-image:url(images/top3.jpg);
	background-repeat:no-repeat;
	width:125px;
	height:330px;
	float:right;
}

.pic_contact {
	background-image:url(/images/top4.jpg);
	background-repeat:no-repeat;
	width:352px;
	height:125px;
	float:right;
}

.pic {
	background-repeat:no-repeat;
	width:160px;
	height:80px;
	float:left;
	margin-right:10px;
}

.pic_home2 {
	background-repeat:no-repeat;
	width:160px;
	height:80px;
	float:left;
	margin-right:10px;
	position:relative;
	top:15px;
}

.pictext { /* text under homepage pics */
	float:left;
	width:150px;
	margin-right:10px;
	margin-top:5px;
	padding-left:8px;
	font-family:verdana;
	font-size:9px;
	line-height:14px;
}
	
strong {
	letter-spacing:1px;
	font-family:georgia;
	font-weight:bold;
}

small {
	font-family:verdana;
	font-size:9px;
	line-height:14px;
}

#line {
	height:1px;
	border-bottom:1px dotted #ccc;
	width:400px;
	margin:0 auto 14px auto;
}

* html #line { /* IE fix */
	height:1px;
	border-bottom:1px solid #eee;
	width:400px;
	margin:0;
	position:relative;
	left:45px;	
	top:-20px
}