/*
* PAGE
*/
#page
{
	width: 984px;
	margin: 0 auto;
}

/*
* PAGE HEAD
*/
#page #head
{
	width: 984px;
	height: 120px;
}

#page #head #logo
{
	width: 424px;
	height: 110px;
	background: url(../img/logo.png);
	float: left;
	margin-left: 50px;
}

/*
* PAGE CONTENT
*/
#page #content
{
	width: 946px;
	height: 639px;
	background: url(../img/content.png);
	padding: 20px;
	z-index: 1000;
}

/*
* PAGE CONTENT HEAD
*/
#page #content #content-left-head
{
	float: left;
	padding-right: 20px;
}

#page #content #content-right-head
{
	float: right;
	padding-left: 20px;
}

#page #content #content-left-head,
#page #content #content-right-head
{
	width: 453px;
	height: 40px;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1000;
}

#page #content #content-left-head h1,
#page #content #content-right-head h1
{
	font-size: 14px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	background: url(../img/content-head.bg.png) no-repeat bottom;
}

/*
* PAGE CONTENT
*/
#page #content #content-left
{
	float: left;
	padding-right: 20px;
}

#page #content #content-right
{
	float: right;
	padding-left: 20px;
}

#page #content #content-left,
#page #content #content-right
{
	width: 453px;
	height: 589px;
	padding-top: 10px;
	overflow: hidden;
}

/*
* PAGE FOOTER
*/
#page #footer .copy
{
	color: #d0d0d0;
	font-size: 11px;
	text-align: center;
	margin: 10px 0;
}

#page #footer .metatext
{
	color: #5b2a2a;
	padding: 30px 60px;
	text-align: justify;
	font-size: 10px;
}

/*
* LOAD
*/
#load
{
	display: none;
}

#loading
{
	width: 35px;
	height: 35px;
	margin: 200px auto 0;
	background: url(../img/loading.gif);
}
