* {
	margin: 0;
	padding: 0;
	}
	body {
		background-image: url("images/bg1280x1024.jpg");
		background-color: #ccc;
		font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
		font-size: 85%;
		text-align: center;
		}

div#page {
	width: 754px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: transparent;
	}
	div#top-header {
		padding: 0;
		margin: 0;
		background-color: #00583B;
		font-size: 0;
		border: 2px solid #00583B;
	}
		div#top-header img {
			width: 100%;
		}
	img#header {
		width: 70%;
	}
	div#top-menu {
		padding: 7px 0 11px 0;
	}
	ul#top-nav {
		text-align: center;
		list-style: none;
		font-size: 100%;
		background-color: inherit;
		background-image: url("images/navbar.gif");
		color: #fff;
		font-weight: 900;
		padding: 10px 0;
	}
		ul#top-nav li {
			display: inline;
		}
			ul#top-nav li.menu {
				padding: 10px 5px;
			}
			ul#top-nav li a {
				color: #fff;
				text-decoration: none;
			}
			#top-nav a:hover {
				border-bottom: 1px dotted #fff;
			}
		div#center {
			background-color: #e9e9e9;
			text-align: left;
			border: 2px solid #053;
		}
		div#center2 {
			background-color: #e9e9e9;
			position: relative;
			text-align: left;
			border: 2px solid #053;
			padding: 20px;
			text-indent: 16px;
			font-weight: 600;
		}
		div#center3 {
			background-color: #e9e9e9;
			border: 2px solid #053;
			padding: 20px;
			text-indent: 16px;
			font-weight: 600;
		}
			div#center2 h1 {
				color: #053;
				text-decoration: underline;
			}
			div#content {
				float: left;
				width: 480px;
				padding: 10px;
				margin: 10px 0;
			}
				div#content p {
					text-indent: 16px;
					font-size: 14px;
					font-weight: 600;
				}
				div#content li {
					margin-left: 36px;
					font-weight: bold;
				}
				div#content a img {
					border-style: none;
					display: block;
					margin: 0 auto;
				}
			div#history {
				float: right;
				width: 229px;
				padding: 10px;
				margin: 10px 0;
				border-left: 1px solid #053;
			}
				div#history p {
					text-indent: 16px;
					font-size: 14px;
					font-weight: 600;
				}
				div#history a#readmore {
					font-size: 14px;
					font-weight: 600;
					float: right;
					padding-right: 10px;
					text-decoration: none;
					color: #053;
				}
				div#history a img {
				border-style: none;
				}
			p#starter {
				width: 220px;
				float: left;
				clear: none;
				padding: 10px;
				font-size: 14px;
				font-weight: 600;
				text-indent: 16px;
			}
			p#advanced {
				width: 210px;
				margin: 0 250px;
				clear: none;
				padding: 10px;
				padding-bottom: 20px;
				border-color: #053;
				border-width: 0px 1px;
				border-style: solid;
				font-size: 14px;
				text-indent: 16px;
				font-weight: 600;
			}
			ul#custom {
				width: 220px;
				float: right;
				clear: none;
				padding: 10px;
				font-size: 14px;
				font-weight: 600;
				list-style: disc;
			}
			img#lpackage {
				margin-left: 30px;
			}
			img#package {
				margin: 0 70px;
			}
			img#contact {
				border-style: none;
				display: block;
				margin: 0 auto;
			}
			div.clear {
				clear: both;
			}
	p#footer {
		background-color: transparent;
		color: #000;
		text-align: center;
		font-size: 10px;
	}
