body
{
	margin: 0;
	padding: 0;
	background-color: #000;
}

a:link, a:visited
{
	color: #0000C0;
}

a:hover
{
	color: #C00000;
}

#main
{
	height: 1800px;
	width: 1000px;
	margin: 0 auto;
	position: relative;

	background-image: url('../image/sky_background.jpg');
	background-repeat: no-repeat;
}

#layer1, #layer2, #layer3
{
	position: absolute;
	top: 0;
	left: 0;
}

#preload
{
    display: none;
}

#imgLogo
{
}

#divPanel
{
    height: 1120px;
    width: 1000px;
    top: 250px;
    left: 5px;
    background-image: url('../image/control_panel_new.png');
    position: absolute;
}

#divNavMenu
{
    height: 43px;
    width: 582px;
    left: 202px;
    top: 185px;
    position: absolute;
    background-image: url('../image/center_menu.png');
}

#divContentArea
{
    left: 211px;
    top: 232px;
    position: absolute;
    width: 560px;
    height: 640px;
    background-color: #cbcbcb;
}

#divContentArea h1
{
	text-align: center;
	font-family: Verdana, Sans-serif;
	font-size: 22px;
	margin-top: 12px;
	margin-bottom: 12px;
}

#topLeftCorner, #topRightCorner, #bottomLeftCorner, #bottomRightCorner
{
    position: absolute;
    width: 11px;
    height: 11px;
    z-index: 400;
}

#topLeftCorner
{
    top: 0;
    left: 0;
    background-image: url('../image/top_left_corner.png');
}

#topRightCorner
{
    top: 0;
    left: 549px;
    background-image: url('../image/top_right_corner.png');
}

#bottomLeftCorner
{
    top: 629px;
    left: 0;
    background-image: url('../image/bottom_left_corner.png');
}

#bottomRightCorner
{
    top: 629px;
    left: 549px;
    background-image: url('../image/bottom_right_corner.png');
}

/* Styles for Footer */
#bottomNav
{
	color: white;
	background-color: black;
	font-family: verdana, sans-serif;
	font-size: 16px;
	left: 250px;
	top: 1770px;
	position: absolute;
}

#bottomNav ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#bottomNav ul li
{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
} 

#bottomNav ul li a:link, #bottomNav ul li a:visited 
{
	color: white;
	text-decoration: none;
}

#bottomNav ul li a:hover 
{
	color: #663399;
}

.borderLeft
{
	border-left: 1px solid #ddd;
}

.clear
{
	clear: both;
}
