/* Page */
.page
{
	position: absolute;
	width: 852px;
	left: 50%;
	margin-left: -426px;
}

/* Header */
.header
{
	position: relative;
	width: 852px;
	height: 480px;
	margin-bottom: 20px;
}
.header .logo
{
	position: absolute;
	width: 190px;
	height: 90px;
	left: 0px;
	top: 0px;
}
.header .main-menu
{
	position: absolute;
	width: 500px;
	height: 14px;
	right: 0px;
	top: 64px;
}
.header .main-menu a
{
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.header .main-menu a.selected-index-index
{
	color: #dd6347;
}
.header .main-menu a.selected-tutorial-index
{
	color: #91c918;
}
.header .main-menu a.selected-about-index
{
	color: #22c4dd;
}
.header .main-menu a.selected-contact-index
{
	color: #9464d6;
}
.header .main-menu a.selected-ownership-purchase
{
	color: #33cc66;
}
.header .main-menu a.selected-ownership-upgrade
{
	color: #cc6666;
}
.header .main-menu .item
{
	position: relative;
	float: left;
	padding-right: 20px;
}
.header .image
{
	position: absolute;
	width: 850px;
	height: 375px;
	left: 0px;
	top: 105px;
}

/* Content */
.content
{
	position: relative;
	[if ! IE 6] width: 822px;
	[if IE 6] width: 850px;
	margin-bottom: 40px;
	padding-left: 15px;
	padding-right: 15px;
/*background-color: #d4d2d2;*/
}

/* Footer */
.footer
{
	position: relative;
	width: 100%;
	height: 50px;
	margin-bottom: 0px;
}
.footer-index-index
{
	background-color: #dd6347;
}
.footer-tutorial-index
{
	background-color: #91c918;
}
.footer-about-index
{
	background-color: #22c4dd;
}
.footer-contact-index
{
	background-color: #9464d6;
}
.footer-ownership-purchase
{
	background-color: #33cc66;
}
.footer-ownership-upgrade
{
	background-color: #cc6666;
}
.footer .links
{
	position: absolute;
	width: 600px;
	height: 12px;
	left: 20px;
	top: 20px;
}
.footer .links .item
{
	position: relative;
	float: left;
	padding-right: 20px;
}
.footer .links .item a
{
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}
.footer .copyright
{
	position: absolute;
	width: 130px;
	height: 12px;
	right: 20px;
	top: 20px;
	color: #ffffff;
	font-size: 12px;
}
