* {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	height: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	background-attachment: fixed;
	background-image: url(assets/back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.clearboth {
	clear: both;
	height: 1px;
}
strong {
	font-weight: bold;
}

#wrapper {
	width: 760px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	padding: 15px;
	background-color: #DDDDDD;
}
#header h1 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #309D30;
}
#header h2 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #AE1517;
	margin-left: 20px;
}
#header p {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 5px;
}


#header #headnav {
}
#content {
}
#content h1 {
	font-size: 24px;
	font-weight: bold;
	margin-left: 15px;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#content h3 {
	font-weight: bold;
	margin-left: 20px;
}
#content p {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}


#content #root {
	background-image: url(assets/root-solutions1_02.jpg);
	background-repeat: no-repeat;
	height: 119px;
	width: 341px;
	float: left;
	padding-top: 150px;
	padding-left: 25px;
	color: #FFFFFF;
	padding-right: 15px;
}
#content #piper {
	background-image: url(assets/root-solutions1_03.jpg);
	background-repeat: no-repeat;
	height: 119px;
	width: 319px;
	float: left;
	padding-top: 150px;
	padding-left: 25px;
	color: #FFFFFF;
	padding-right: 35px;
}
#content #root p, #content #piper p, #content #mole p {
	color: #FFFFFF;
	padding-bottom: 5px;
}
#content #maint p {
	padding-bottom: 5px;
	font-size: 11px;
}
#content #root a, #content #piper a, #content #mole a {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	padding-left: 10px;
}
#content #maint a {
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	color: #0000CC;
}
#content #root a:hover, #content #piper a:hover, #content #mole a:hover, #content #maint a:hover {
	text-decoration: underline;
}
#content #mole {
	background-image: url(assets/root-solutions1_04.jpg);
	float: left;
	height: 144px;
	width: 341px;
	padding-right: 15px;
	padding-left: 25px;
	padding-top: 130px;
}
#content #maint {
	background-image: url(assets/root-solutions1_05.jpg);
	float: left;
	height: 144px;
	width: 319px;
	padding-top: 130px;
	padding-right: 35px;
	padding-left: 25px;
}


#footer {
	clear: both;
	background-color: #CCCCCC;
	padding: 15px;
}
#footer p {
	text-align: center;
}
#footer a {
	color: #0000FF;
	text-decoration: underline;
}
#root {
	background-color: #4B9242;
}
#piper {
	background-color: #1944AA;
}
#mole {
	background-color: #666666;
}
#maint {
	background-color: #FFFF00;
}
