html
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	background-color: #666;
	color: #000;
	text-align: center;
}

img
{
	border: 0;
}

#container
{
	font-family: Arial,Helvetica,sans-serif;
	background-color: #f3f3f3;
}

#content
{
	margin-right: auto;
	margin-left: auto;
	width: 740px;
	padding: 0px;
}

#top
{
	background-image: url(top.png);
	background-position: left top;
	background-color: #f3f3f3;
	color: #ffffff;
	height: 250px;
}

#middle
{
	background-image: url(middle.png);
	background-position: left top;
	background-repeat: repeat-y;
	background-color: #f3f3f3;
	color: #333;
	text-align: left;
	font-size: 14px;
	padding: 0 30px 0 30px;
}

#bottom
{
	clear: both;
	display: block;
	padding-bottom: 40px;
	color: #666;
	font-size: 11px;
	text-align: center;
}

.app
{
	clear: both;
	display: block;
	padding-top: 20px;
}

.app-left
{
	float: left;
	width: 440px;
	padding-left: 10px;
	padding-bottom: 20px;
}

.app-left-horz
{
	float: left;
	width: 320px;
	padding-left: 10px;
	padding-bottom: 20px;
}

a
{
	color: #008;
	text-decoration: underline;
}

h1
{
	margin: 0;
	padding: 0;
	font-family: Georgia, Times New Roman, serif;
	font-size: 36px;
	font-weight: bold;
	color: #000;
}

h1 a
{
	color: #000;
	text-decoration: none;
}

.app-right
{
	padding-right: 20px;
	text-align: right;
}

.app-right img
{
	vertical-align: top;
}

.app-separator
{
	clear: both;
	display: block;
	background: transparent url(dot.gif) repeat-x scroll center center;
	height: 30px;
	margin: 0;
}

.app-store-badge
{
	text-align: center;
}

.comments
{
	padding-left: 3em;
}

.badge-header
{
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

.image-header
{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-left: 380px;
}

#mail
{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
