#container {
	text-align: center;
	min-width: 850px;
	width: 850px;
	font-family: 'Century Gothic', 'Helvetica';
	font-size: 12px;
	color: black;
}

img.title {
	border-bottom: 1px solid black;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}

p.menu {
	white-space: nowrap;
	font-family: 'Century Gothic', 'Helvetica';
	font-size: 14px;
	color: black;
	padding-bottom: 15px;
	border-bottom: 1px solid black;
}

p.menu a {
	text-decoration: none;
	color: black;
	padding-left: 20px;
	padding-right: 20px;
}

p.menu a:hover {
	color: #cc6635;
}

#content {
	text-align: left;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
}

#content li {
	padding-bottom: 5px;
}

#content ul {
	padding-top: 5px;
}

#content a {
	color: #cc6635;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content span.method {
	font-weight: bold;
	padding-right: 25px;
}

img.topLeft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

img.bottomRight {
	float: right;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content p.forrester {
	height: 225px;
}

#content p.quote {
	font-style: italic;
	padding-left: 25px;
	padding-right: 25px;
}

#references p {
	text-indent: 25px;
	padding-bottom: 15px;
}

#launchButtons {
	text-align: center;
	height: 250px;
}

#launchButtons img {
	padding: 5px;
	cursor: pointer;
}

#footer {
	padding-top: 5px;
	border-top: 1px solid black;
}

#footer a {
	color: #cc6635;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}