* {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
body {
	background-attachment: fixed;
	background-image: url(assets/back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
strong {
	font-weight: bold;
}


.clearboth {
	clear: both;
	height: 0px;
}
*html .clearboth {
	height: auto;
}


#wrapper {
	padding: 5px;
	width: 760px;
	border: 1px solid #999999;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	height: 130px;
}
#nav {
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#nav ul {
}
#nav ul li {
	float: left;
	list-style-type: none;
}
#nav ul li a {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
*html #content {
	height: 300px;
}
#content {
	padding: 10px;

	min-height:300px;
}
#content p {
	padding-left: 20px;
	padding-bottom: 10px;
}
#content ul {
	margin-left: 30px;
}
#content ul li ul li {
	list-style-type: square;
}

#footer {
	background-color: #CCCCCC;
	padding: 15px;
}
#footer p {
	font-size: 12px;
	text-align: center;
}
#footer a {
	font-size: 12px;
}
#services, table, tr, td {
	vertical-align: top;
	border: 1px dotted #999999;
	border-collapse:collapse;
}
table#services {
	margin-left: 50px;
}

#services h3 {
	font-weight: bold;
	text-align: center;
}
#services td {
	padding: 5px;
}
#contact {
	height: auto;
	width: 500px;
	padding: 25px;
	margin-left: 50px;
	border: 1px dotted #999999;
}
#contact label {
	float: left;
	text-align: right;
	width: 100px;
	padding-right: 40px;
	font-size: 12px;
	font-weight: bold;
}
#contact #button {
	margin-left: 140px;
}
#contact #addlabel, #contact #address {
	margin-left: -50000px;
	float: left;
}
