body {
	background-color: #000000;
	color:#0000cc;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 1200px;
	margin: auto;
}


/* Header Attributes */

#header {
	width: 1200px;
	height: 125px;
	background-image: url(images/AG/header.png);
	background-repeat: no-repeat;
	margin-top: 10px;
}

/* Navigation Bar Attributes */

#navbar {
	width: 1200px;
	color: #ffffff;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

#navbar a {
	color: #FFFFFF;
	text-decoration: none;
}

#navbar a:hover {
	color: #CCCCCC;
}

.nav_bg {
	width: 1170px;
	height: 30px;
	background-image: url(images/AG/navi_center.png);
	background-repeat: repeat-x;
}

/* Menu Area Attributes */

#menu {
	float: left;
	width: 300px;
}

#status_header {
	background-image: url(images/AG/menu_top.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 50px;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	margin-top: 5px;
}

#server_status {
	background-image: url(images/AG/status_block.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}

.server_status {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6633;
	text-transform: uppercase;
}

#status_footer {
	background-image: url(images/AG/menu_foot.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 50px;
	margin-bottom: 5px;
}

#clear {
	clear: both;
}

/* Content Area Attributes */

#content {
	float: right;
	width: 890px;
	margin: 0px;
}

.content_header {
	width: 860px;
	height: 48px;
	background-image: url(images/AG/header_center.png);
	background-repeat: repeat-x;
	color: #FF6633;
	font-family: Tahoma;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px;
}

.content_body {
	width: 890px;
	background-image: url(images/AG/content_bg.png);
	background-repeat: repeat-y;
}

.content_footer {
	width: 860px;
	height: 48px;
	background-image: url(images/AG/footer_center.png);
	background-repeat: repeat-x;
}

.latest {
	width: 850px;
	color: #FF6633;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
}

/* Footer Attributes */

#footer {
	width: 1200px;
	height: 250px;
	background-image: url(images/AG/footer.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.footer_links a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.footer_links ul {
	list-style: none;
}

.footer_title {
	font-weight: bold;
	text-align: center;
}
	
