* {
	padding: 0;
	margin: 0;
	border: 0 none;
}

ul {
	list-style: none;
}

body {
	color: #333;
	background-color: #369;
	font-family: "Trebuchet MS", verdana, arial, tahoma;
	margin-top: 1em;
}

p {
	font-size: 0.8em;
}

#container {
	font-size: 16px;
	width: 50em;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	border-top: 0.3em solid #DA0;
	border-bottom: 0.3em solid #DA0;
}

#subcontainer {
	margin: 1em 1.5em 0.5em 1.5em;
}

#subcontainer > div {
	margin-bottom: 1em;	
	padding-left: 1em;
	padding-right: 1em;
}

h1, h2, h3 {
	color: #444;
}

#header div {
	display: inline;
}

#header .logo h1 {
	display: inline;
	margin-left: 0.5em;
	margin-right: 0.3em;
	padding-right: 1em;
	border-right: 1px solid #DA0;
}

#header .logo span {
	position: relative;
	top: -0.5em;
	color: #AAA;
	font-style: italic;
	font-size: 0.8em;
}

#header .menu {
	display: inline;
	position: relative;
	top: -0.5em;
	right: -7em;
}

#header .menu a {
	color: #333;
	text-decoration: none;
	padding: 0.2em 0.5em 0.2em 0.5em;
	background-color: #FFE;
	border: 1px solid #AAA;
	font-size: 0.8em;
}

#header .menu a:hover {
	background-color: #FFC;
}

.pagesection {
	border-top: 1px solid #DA0;
	border-bottom: 1px solid #DA0;
	background-color: #FFE;
	padding-top: 1em;
	padding-bottom: 1em;
}

#intro .item {
	width: 30%;
	float: left;
	margin-right: 1em;
}

#intro .lastitem {
	clear: both;
}

#features .text {
	float: left;
	width: 25em;
}

#features .text h3 {
	margin-bottom: 0.1em;
}

#features .text p {
	margin-bottom: 1em;
}

#features .image {
	text-align: center;
}

#features img {
	width: 288px;
	height: 169px;
}

#packages {
	text-align: center;
}

#packages table {
	width: 100%;
}

#packages th {
	padding-bottom: 0.2em;
}

#packages td {
	font-size: 0.8em;
	border-bottom: 1px solid #CCC;
	padding-top: 0.2em;
}

#packages .price {
	color: #DA0;
}

#packages .feature {
	text-align: left;
	color: #333;
}

#packages .restriction {
	font-weight: bold;
}

#packages .month {
	font-size: 1.5em;
	font-weight: bold;
}

#packages .subscribe {
	padding-top: 0.5em;
	border-bottom: none;
}

#packages .notes {
	font-size: 0.7em;
	text-align: left;
	padding-left: 1em;
	color: #AAA;
}

div#footer {
	border-top: 1px solid #DA0;
	margin-bottom: 0;
}

#icons {
	text-align: center;
	margin-top: 0.5em;
}

#icons img {
	width: 80px;
	height: 15px;
}

#icons li { 
	display: inline;
	margin-right: 1em; 
}

#copyright { 
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.7em;
	color: #48A;
}
