@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/stripes_bg.png);
}
p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 329px;
	width: 820px;
	background-image: url(images/header_bg.jpg);
}
#header h1 {
	position: absolute;
	visibility: hidden;
}


#services {
	background-image: url(images/services_bg.jpg);
	margin: 0px;
	float: left;
	height: 501px;
	width: 176px;
	padding-top: 45px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 40px;
	background-repeat: no-repeat;
}
#services h2 {
	font-size: 18px;
	padding-top: 20px;
	padding-left: 90px;
}
#services ul {
	list-style-type: none;
}
#services li {
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 20px;
	padding-left: 0px;
}


#container  {
	width: 820px;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	background-image: url(images/body_bg.jpg);
}
#content {
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px;
	padding-top: 0px;
	float: right;
	width: 544px;
	padding-bottom: 20px;
}
#linksText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 820px;
}
#topMenu {
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#topMenu li {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	font-variant: small-caps;
}
#topMenu a, #topMenu a:visited, #topMenu a:active {
	display:inline-block;
	text-decoration:none;
	color:#FFF;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 17px;
	margin: 0px;
	padding-top: 15px;
}
#topMenu a:hover {
	display:inline-block;
	text-decoration:none;
	color:#FFF;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 17px;
	margin: 0px;
	padding-top: 15px;
	background-image: url(images/current.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#topMenu .active a, #topMenu .active a:visited, #topMenu .active a:active {
	display:inline-block;
	text-decoration:none;
	color:#FFF;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 17px;
	margin: 0px;
	padding-top: 15px;
	background-image: url(images/current.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#footer {
	clear: both;
	height: 87px;
	width: 820px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 0.1em;
	color: #895056;
}
#footer a {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	color: #895056;
	text-decoration: none;
}
#footer a:hover {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	color: #895056;
	text-decoration: underline;
}

#mainContent  {
	margin: 0px;
	padding: 0;
	background-image: url(images/body_bg.jpg);
}
#links {
	background-image: url(images/links_bg.jpg);
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 820px;
}

