body {
	background-image: url('images/background.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}
form {
	padding: 0px;
	margin: 0px;
}
#main {
	margin: 20px auto;
}
.orange {
	color: #d75e28;
}
* #packages {
	margin: 10px auto 0px auto;
	font-family: century gothic, trebuchet ms, sans-serif;
}
* #packages td {
	font-size: 10px;
	color: #d75e27;
	height: 160px;
	vertical-align: top;
}
* #packages ul {
	padding: 0px 0px 5px 30px;
	margin: 7px 0px;
}
* #packages li {
	color: #d75e27;
	padding: 0px;
	margin: 0px;
	line-height: 14px;
}
* #packages h3 {
	padding: 5px 10px 0px 10px;
	margin: 0px;
	font-size: 15px;
	font-weight: normal;
	color: #3c5666;
}
* #packages h3 a:link {
	color: #3c5666;
	text-decoration: none;
}
* #packages h3 a:hover {
	color: #d75e28;
	text-decoration: underline;
}
* #packages h3 a:visited {
	color: #3c5666;
	text-decoration: none;
}

#loginBox {
	background-image: url('images/loginBox.png');
	background-repeat: no-repeat;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
}
#loginBox td {
	font-family: trebuchet ms, tahoma, sans-serif;
	color: #fff;
	font-size: 13px;
}
#loginBox td.lg {
	font-size: 16px;
	padding-top: 30px;
}
#loginBox td.sm {
	font-size: 11px;
}
#loginBox input {
	border: 0px;
	background-color: #fff;
	color: #3c5666;
	font-size: 11px;
}

#mainContent {
	background-image: url('images/swoopBg.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #fff;
}

#mainContent #content {
	padding: 10px 10px 10px 20px;
}

#mainContent a:link {
	color: #d75e28;
}

#mainContent a:visited {
	color: #777;
}

#mainContent a:active {
	text-decoration: none;
}

#mainContent a:visited {
	color: #d75e28
}

#mainContent h1 {
	color: #d75e28;
	font-size: 20px;
	font-family: century gothic, trebuchet ms, tahoma, sans-serif;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}

#mainContent h3 {
	padding-top: 15px;
	margin: 0px auto;
	font-family: century gothic, trebuchet ms, tahoma, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #3c5666;
}

#mainContent p {
	margin: 0px;
	padding: 10px 20px;
	color: #333;
	font-size: 13px;
	font-family: trebuchet ms, tahoma, sans-serif;
}

#mainContent li, #mainContent td {
	color: #333;
	font-size: 13px;
	font-family: trebuchet ms, tahoma, sans-serif;
}

#contactButton {
	background-image: url('images/bottomNav-contact.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #fff;
	font-family: trebuchet ms, tahoma, sans-serif;
	font-size: 14px;
	padding-bottom: 8px;
	vertical-align: bottom;
	text-align: center;
}
#bottomNav td {
	color: #fff;
	text-align: center;
	font-family: trebuchet ms, tahoma, sans-serif;
	font-size: 12px;
	padding: 0px 15px;
}
#bottomNav a:link, #contactButton a:link {
	color: #fff;
	text-decoration: none;
}
#bottomNav a:hover, #contactButton a:hover {
	color: #fff;
	text-decoration: underline;
}
#bottomNav a:visited, #contactButton a:visited {
	color: #fff;
	text-decoration: none;
}