body {
	padding: 24px 0;
	margin: 0;
	height: 100%;
	background-color: #404040;
	font-family: Lucida Grande, sans-serif;
}


h1 {
	font-size: 30px;
	padding: 6px 24px 0px;
	margin: 0px;
	font-style: italic;
}

h2 {
	margin: 0;
}

h3 {
	margin: 0.5em 0;
}

.title {
	padding: 0;
	margin: 0;
/*	float: left;*/
	vertical-align: middle;
}

.subtitle {
	font-size: small;
	position: relative;
	left: 4em;
	top: -8px;
}

.fail {
	padding: 0px;
	margin: 0px;
	color: #880000;
}

.center_col {
	margin: 0 auto;
	width: 750px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
}

.content {
	clear: both;
	background-color: #b3b3b3;
	margin: 0px auto 12px;
	line-height: 1.5;
	border-bottom: 2px solid #000;
}

#nav_top {
	color: #ffffff;
	background-image:url('../images/bg_logo.png');
	background-position: top left;
	background-repeat: repeat-x;
	height: 59px;
	padding: 0;
	width: 750px;
	border: 2px solid #000000;
}

div#nav_top * {
	vertical-align: middle;
}

.name {
	vertical-align: middle;
}

.app_info {
	overflow: hidden;
}

.app_name {
	font-size: xx-large;
	font-weight: bold;
}

.app_about {
	padding: 12px 0 12px 0;
	font-size: smaller;
	background-image:url('../images/shadow_inner_right2.png');
	background-position: top right;
	background-repeat: repeat-y;

	margin-bottom:-1988px;
	padding-bottom:2000px;
}

.app_features {
	font-size: medium;
	margin-bottom: 0;
}

.app_sub_detail {
	font-size: x-small;
	position: relative;
	font-style: italic;
	left: 24px;
}

.navigation {
	position: relative;
	left: 24px;
/*	float: right;*/
}

.navigation ul {
	outline: 1px;
	display: inline;
}

.navigation ul li {
	display: inline;
	text-align: center;
	background-color: #990011;
	padding: 4px 12px 0px;
}

.app_pic {
	float: left;
	margin: 0;
	width: 234px;

	background-position: 0 0 ;
	background-image:url('../images/shadow_inner_left2.png');
	background-attachment: scroll;
	background-position: top left;
	background-repeat: repeat-y;

	padding-left: 24px;
	padding-top: 36px;

	margin-bottom:-2000px;
	padding-bottom:2000px;
}

.app_pic img {
}

.app_about {
	margin-left: 260px;
}

.app_about ul {
	margin-top: 0;
	margin-left: 24px;
	padding-left: 0px;
	margin-bottom: 2px;
}

.app_about ul li {
	margin-top: 0.5em;
}



.footer {
	border: none;
	clear: both;
	text-align: center;
	color: #999;
	font-size: xx-small;
}

.footer a:link {
	color: #666;
}