#wrapper {
	width: 720px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/bgcontent.jpg);
	background-repeat: repeat;
}
#wrapper2 {
	width: 720px;
	margin-left: 15px;
	text-align: left;
}
#nav {
	text-align: left;
	color: #FFFFFF;
	position: relative;
	width: auto;
	left: 25px;
	top: 66px;

}
#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	
}
#nav a:hover {
	color: #A079A6;
	text-decoration: none;
	padding-left: 12px;	
}
#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 12px;
	font-weight: bold;	
}
#header {
	background-image: url(images/workman.jpg);
	height: 96px;
}
#sidebar {
	width: 155px;
	float: right;
	text-align: center;
	padding-top: 8px;
}
#content {
	width: 495px;
	float: left;
	text-align: left;
	padding-left: 25px;
	padding-top: 8px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	margin-left: 8px;
}
#footer {
	color: #000000;
	clear: both;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 40px;

}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #330000;
	line-height: 18px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #330033;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990033;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #330033;
	text-decoration: none;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	color: #333300;
	font-weight: bold;
}
p {
	text-align: justify;
}
li {
	list-style-type: disc;
}
.padright {
	margin-right: 8px;
	margin-bottom: 8px;
}
