@charset "UTF-8";
body {
	background-image: url(../images/bg.gif);
	background-color: #128EB6;
	background-repeat: repeat-x;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#apDiv1 {
	width:900px;
	z-index:1;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #6C0;
}
a:active {
	text-decoration: none;
	color: #6C0;
}
h2 {
	font-size: 25px;
	color: #EDEDED;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-weight: lighter;
}
h4 {
	font-size: 16px;
	color: #000;
}
h5 {
	font-size: 15px;
	font-weight: lighter;
}
.sidebar {
	text-align: center;
	padding: 15px;
	float: left;
	width: 200px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	border-right-width: 3px;
	border-right-style: double;
	border-right-color: #167B9E;
	font-size: 14px;
}
.feature {
	float: right;
	background-color: #8CC63F;
	text-align: center;
	vertical-align: middle;
	margin: 10px;
	padding: 5px;
	border: 1px solid #000;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #EDEDED;
}
.video {
	margin: 1px;
	float: right;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	border: 3px solid #FFF;
	background-color: #FFF;
}
.flash {
	border: 5px solid #FFF;
}
.footer {
	font-size: 12px;
	color: #333;
	text-align: center;
}
.mainbody {
	text-align: left;
	padding: 15px;
	float: right;
	width: 550px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	border-right-width: 3px;
	border-right-style: double;
	border-right-color: #167B9E;
}
.centertext {
	text-align: center;
	vertical-align: middle;
}
.store {
	background-color: #EDEDED;
	padding: 20px;
	float: right;
	width: 550px;
	margin-top: 20px;
	margin-right: 24px;
	margin-bottom: 20px;
	margin-left: 5px;
	font-size: 15px;
	text-align: left;
}
