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

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin: 12px auto;
	padding: 0;
	text-align: center;
	background-color: #000;
}

img {
	border-color: #F00;
}

a:link, a:active, a:visited {
	color: #FFF;
}

.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
}

#header {
	margin: 0 auto;
	width: 752px;
	height: 360px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#wrapper {
	margin: 0px auto;
	width: 752px;
	text-align: center;
	background-image: url(../images/wrapper.jpg);
	background-repeat: repeat-y;
}

#content {
	margin: 0;
	padding: 24px 0px 0px 50px;
	width: 700px;
	text-align: center;
}

#welcome_body {
	margin: -12px 0px 12px 0px;
	padding-right: 21px;
	background-image: url(../images/vline.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 325px;
	float: left;
	text-align: justify;
}

#welcome {
	background-image: url(../images/welcome.jpg);
	background-repeat: no-repeat;
	width: 110px;
	height: 26px;
}

#photo_body {
	margin: 0px 0px 12px 24px;
	float: left;
}

#hline {
	margin: 24px 50px 15px 0px;
	clear: both;
	background-image: url(../images/hline.gif);
	background-repeat: repeat-x;
	height: 2px;
}

#service_body {
	margin: 12px 0px;
	padding-right: 10px;
	background-image: url(../images/vline.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 245px;
	float: left;
	text-align: left;
}

#services {
	background-image: url(../images/services.jpg);
	background-repeat: no-repeat;
	width: 108px;
	height: 26px;
}

ul {
	margin-left: -.5em;
	padding-left: 2.5em;
}

ul li {
	margin: 18px auto;
}

#contact_body {
	margin: 12px 0px 0px 24px;
	width: 350px;
	float: left;
	text-align: left;
	line-height: 1.3em;
}

#contact {
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	width: 126px;
	height: 26px;
}

#contact_body p {
	text-align: center;
}

#footer {
	clear: both;
	margin: 0 auto;
	width: 752px;
	height: 44px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
