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

html, body {
	background: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}

#wrapper {
	position: relative;
	width: 789px;
	margin: 0 auto;
	min-height: 760px;
	background: #666666 url(../images/backgroundatt.jpg) no-repeat;
}

#wrapperLong {
	position: relative;
	width: 789px;
	margin: 0 auto;
	min-height: 1100px;
	background: #666666 url(../images/backgroundatt.jpg) no-repeat;
}
#content {
	position: absolute;
	width: 515px;
	margin: 230px 50px 0 230px;
	}

#left_nav {
	position: absolute;
	margin-top: 270px;
	margin-left: 30px;
}

#left_nav li {
	padding-bottom: 30px;
	font-family: Capitals, "Copperplate Gothic Light", "Times New Roman", Times, serif;
	font-size: 140%;
	font-style: italic;
	text-align: right;
}
#left_nav a {
	font-weight: bold;
}
#left_nav a:hover {
	color: #CCCCCC;
	text-decoration: none;
}	
	
#footer {
	padding-top: 145px;
	text-align: center;
	font-size: 70%;
	line-height: 130%;
	margin-bottom: 10px;
}	
#footer a {
	font-weight: normal;
	text-decoration: none;
}

h1 {
	font-family: Capitals, "Copperplate Gothic Bold", "Times New Roman", Times, serif;
	font-size: 220%;
	font-weight: normal;
	font-style: italic;
	line-height: 150%;
	margin-bottom: 20px;
	}	
	
p {
	margin-bottom: 10px;
	line-height: 150%;
}	

a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}	

a:hover {
	text-decoration: underline;
}

.lbsa {
	font-family: Capitals, "Copperplate Gothic Light", Verdana, Arial, Helvetica, sans-serif;
}

.strng {
	font-weight: bold;
	}

.floatrt {
	float: right;
	margin: 5px 0 5px 30px;
}	

.floatlft {
	float: left;
	margin: 5px 30px 5px 0;
}	

.imgb {
	padding: 6px;
	border: 2px solid #FFFFFF;
	}

#svcs ul {
	margin-left: 40px;
	list-style: square;
}
#svcs li {
	line-height: 150%;
	}	