/*-------------------------------------------------
PAGE BODY
-------------------------------------------------*/

body {
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color: #ffffff;
	background-color: #FFFFFF;
	font-size:9px;
}


/*-------------------------------------------------
GLOBALS & GENERAL CASES
-------------------------------------------------*/

a {
	cursor:pointer;
}
a:link { 
	color:#E50278;
	text-decoration:underline;
}
a:visited { 
	color: #E50278; 
	text-decoration:underline;
}
a:hover { 
	color: #E50278; 
	text-decoration:underline; 
}

.sm {
	font-size:10px;
}

.md {
	font-size:14px;
}

.lg {
	font-size:18px;
}
td {
	font-size:14px;
	color:#E50278;
}

/*-------------------------------------------------
STRUCTURE
-------------------------------------------------*/

#Container {
	position:relative;
	margin: 10px auto auto auto;
	width:760px;
	height: 600px;
	background-image:url(../shell/secondary_bg.png);
	background-repeat:no-repeat;
	background-position:center;
}


/*-------------------------------------------------
NAVBAR
-------------------------------------------------*/

#Container .navbar {
	position:absolute;
	color:#FFFFFF;
	width: 125px;
	height: 132px;
	left: 11em;
	top: 16em;
	font-size:10px;
}

.navitem {
	position:relative;
	height:1.9em;
	text-align:right;
	vertical-align:middle;
	padding: 3px 3px 0px 0px;
	top: 0px;
}


/*-------------------------------------------------
CONTENT
-------------------------------------------------*/


#Container {
	position:relative;
	margin: 10px auto auto auto;
	width:760px;
	height: 600px;
	background-color:#000000;
}

#Container_img {
	position:absolute;
	margin: 60px auto auto auto;
	width:760px;
	height: 480px;
	background-image:url(../images/SplashPage.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#content {
	position:relative;
	width: 756px;
	height: 340px;
	border-left:#919F3D 2px solid;
	border-right:#919F3D 2px solid;
}

#footer {
	position:relative;
	margin: 10px auto auto auto;
	width:760px;
	height: 20px;
	text-align:center;
	color: #000000;
}

