@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}

#wrapper {
	width: 767px;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	display: block;
	position: relative;
	clear: both;
	height: auto;

}

#wrapper:after {
	wrapper: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#share_box{
	height: 51px;
	background-image: url(images/top_header.gif);
}

#main_content{
	z-index: 100;
	display: block;
	position: relative;
	clear: both;
	height: auto;
	top: 20px;
	background-color: #FFFFFF;
}

#main_content:after {
	wrapper: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#welcomebox{
	width: 448px;
	float: right;
	padding-right: 25px;
	height: 260px;
}

#servicesbox{
	width: 242px;
	padding-left: 25px;
	height: 260px;
}
.welcome_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.services_text {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
}
.titles {
	font-size: 16px;
	color: #912B2B;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#main_text{
	margin-top: 25px;
}


#footer{
	margin-left: -1px;
}

a:link {
	color: #7E0606;
	text-decoration: none;
}
a:visited {
	color: #7E0606;
	text-decoration: none;
}
a:hover {
	color: #676767;
	text-decoration: none;
}
a:active {
	color: #7E0606;
	text-decoration: none;
}
.linkset2 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.linkset2 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.linkset2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.linkset2 a:hover {
	color: #676767;
	text-decoration: none;
}
.linkset2 a:active {
	color: #FFFFFF;
	text-decoration: none;
}
