@charset "utf-8";
#main {
	padding: 30px;


}

#container {
	width: 970px;
	background: url(images/border_rt.gif) repeat-y right;
	margin-right: auto;
	margin-left: auto;
	border-left: thin solid #999;
	padding: 0px;
}


#header {
	background: url(images/header.gif) no-repeat;
	height: 117px;
	margin: 0px;
	width: 959px;
}
#header p {
	display: block;
	width: 350px;
	text-align: right;
	color: #ED1C26;
	font: italic bold 18px Georgia, "Times New Roman", Times, serif;
	float: right;
	padding-right: 30px;
	margin-top: 10px;
}
.clear {
	clear: both;
	height: 2px;
}
.boxlt {
	float: left;
	height: 225px;
	width: 300px;
}

ul.nav {
	list-style: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	
	}
ul.nav li {
	display: inline;
}	
	
#footer {
	height: 60px;
	background: url(images/corner.gif) no-repeat right bottom;
	margin: 0px;

}
#footerborder {
	width: 960px;
	border-top: thin solid #333;
	height: 5px;
}

#footer p {
	float: left;
	text-align: center;
	font: italic bold small-caps 12px Georgia, "Times New Roman", Times, serif;
	color: #ED1C26;
	letter-spacing: 0.1em;
	width: 300px;
}
#footer p a {
	text-decoration: none;
	font-weight: bold;
}



ul.nav a {
	text-decoration: none;
	color: #ED1C26;
	text-align: left;
	padding: 0px;
	margin-right: 10px;
	font: oblique bold small-caps 14px Georgia, "Times New Roman", Times, serif;
	letter-spacing: .15em;
	margin-top: 0px;
	}
#navigation {
	margin: 0px;
	padding-top: 5px;
	background: url(images/navbotborder.gif) repeat-x bottom;
	height: 40px;
	width: 959px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	text-transform: capitalize;
	color: #F61D26;
	font-style: italic;
	line-height: 18px;
	padding-left: 5px;
	text-align: justify;
}

.nav li a:hover {
	color: #36F;
}

.nav li a span {
	font-size: 16px;
}
.image {
	width: 260px;
	border: 1px solid #999;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	padding: 0px;
	vertical-align: top;
	text-align: center;
	background: #CCC;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #ED1C26;
	text-align: center;
	margin: 0px auto;
	background: #FFF;
	height: 20px;
	vertical-align: middle;
	width: 250px;
}
.service {
	width: 250px;
}

a:link {
	text-decoration: none;
}
