﻿* 
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
}

body 
{
	background-color:Black;
}

a
{
	text-decoration:none;
	color:White;
}

a:hover
{
	color:#AC308E;
}

.pink_text
{
	color:#AC308E;
}

div
{
	color:White;
}

form
{
	margin:0px;
	padding:0px;
}

img
{
	border:none;
}

p
{
	margin:0px 0px 8px 0px;
	padding:0px;
	color:White;
}
/*==== Background =========================================================*/
.page
{
	width:978px;
	height:620px;
	margin:auto;
	overflow:hidden;
}

.page_bkg
{
	position:absolute;
	background-repeat:no-repeat;
	background-position:center top;
	width:978px;
	height:588px;
}

.page_bkg_1
{
	position:absolute;
	background-image:url(../img/background.png);
	background-repeat:no-repeat;
	width:978px;
	height:588px;
}

.page_bkg_pic_1
{
	float:right;
	width:359px;
	height:536px;
	margin-right:18px;
	margin-top:34px;
	background-image:url(../img/background.gif);
	background-repeat:no-repeat;
}

.page_logo
{
	position:absolute;
	width:180px;
	height:77px;
	left:44px;
	top:46px;
	z-index:999;
}

.page_content
{
	position:relative;
	width:918px;
	height:521px;
	left:32px;
	top:33px;
}

/*=== Page Layout ==================================================*/
.header
{
	position:relative;
	margin-left:248px;
	height:98px;
	overflow:auto;
}

.header_notify
{
	margin-top:13px;
	width:350px;
	height:51px;
	overflow:auto;
}

.em_acc
{
	display:none;
}

.header_title
{
	width:350px;
	height:34px;
	background-position:0px 11px;
	background-repeat:no-repeat;
	overflow:hidden;
}

.content
{
	position:relative;
	width:918px;
	height:352px;
	overflow:hidden;
}

.page_nav
{
	position:relative;
	margin-left:16px;
	margin-top:31px;
	height:40px;
	overflow:hidden;
	font-size:16px;
	line-height:40px;
	vertical-align:middle;
	cursor:default;
}

.page_nav a
{
	font-size:14px;
	font-weight:bold;
}

.footer
{
	margin:70px auto;
	text-align:center;
}

.footer *
{
	font-size:10px;
}
