a:link, a:visited {
	color: #0000CC;
	text-decoration: none;
}

a:hover, a:active {
	color: #CC0000;
}

div, td {
	font: 11px verdana;
	text-align: justify;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

div#button a {
	background: url('../images/button.png');
	width: 189px;
	height: 19px;
	padding: 6px 0px 0px 18px;
	margin-bottom: 2px;
	display: block;
	cursor: pointer;
}

div#button a:hover {
	background: url('../images/button-on.png');
	width: 189px;
	height: 19px;
	padding: 6px 0px 0px 18px;
	margin-bottom: 2px;
	color: #CD0000;
	display: block;
	cursor: hand;
}

div#list {
	padding: 10px 5px 15px 10px;
}

div#main {
	width:780px;
	!width: 751px;
	background:#FFFFFF;
	margin: 0 auto;
	padding: 10px 5px 6px 5px;
	border: 1px solid #779999;
	border-bottom: 0px;
}

table#main {
	border: 1px solid #779999;
	border-bottom: 0px;
	border-top: 0px;
}

div#testimonials1 {
	background: url('../images/bg-testimonials.gif') no-repeat;
	width:207px;
	height:263px;
	margin-top: 5px;
}

div#testimonials2 {
	width: 190px;
	padding: 37px 0px 0px 7px;
}

div#services1 {
	background: url('../images/bg-services.gif') no-repeat;
	float: right;
	margin-right: 8px;
	width:265px;
	height:256px;
}

div#services2 {
	width: 225px;
	position: relative;
	margin: 40px 0px 0px 20px;
}

div#welcome {
	margin: 10px 0px 0px 10px;
	width: 262px;
	float: left;
}

div.package {
	width: 172px;
	margin-left: 4px;
}

div#footer {
	width:780px;
	!width: 763px;
	background:#AABBBB;
	margin: 0 auto;
	padding: 7px;
	text-align: right;
	border: 1px solid #779999;
	border-top: 1px solid #9AACAC;
}

li {
	list-style-type: square;
	margin-bottom: 10px;
}

#inlinethebox {
	display: inline-block;
}