﻿body 
{
	background-color:#000;
	text-align:center;
	margin:0px;
}
img
{
	border:0px;
}
#Content
{
	width:1000px;
	background-color:Black;
	height:auto;
	background-image:url('../Images/BOTTOM_BG.JPG');
	background-repeat:repeat-x;
	background-position:bottom;
}
#TopLeft
{
	width:620px;
	float:left;
}
#TopRight
{
	width:380px;
	float:right;
}


#FootBoot
{
	width:1000px;
	clear:both;
	color:White;
	font-size:13px;
	padding-top:10px;
	margin-top:20px;
}
#About_Content
{
	width:1000px;
	clear:both;
}
#AC_Left
{
	width:600px;
	float:left;
}
#AC_Right
{
	width:400px;
	float:right;
}
#AC_Title
{
	float:right;
	border-bottom:1px solid #666;
	border-top:1px solid #666;
	width:520px;
}
.AC_Title_Item
{
	width:90px;
	height:17px;
	float:left;
	text-align:left;
	background-image:url('../Images/TITLE_BG.jpg');
	background-repeat:no-repeat;
	background-position:left;
	padding-top:6px;
	padding-left:15px;
}
.AC_Title_Item a
{
	font-size:13px;
	color:#EEE;
	font-weight:bold;
	text-decoration:none;
}
.AC_Title_Item a:hover
{
	text-decoration:underline;
}
#NEWS_AREA
{
	width:500px;
	float:right;
}
.NEWS_ITEM
{
	text-align:left;
	font-size:13px;

}
.NEWS_ITEM a
{
	text-decoration:none;
	color:White;
}
.NEWS_ITEM a:hover
{
	text-decoration:underline;
}
#NEWS_AREA
{
	width:500px;
	float:right;
	padding:10px;
	line-height:23px;
	margin-top:10px;
}

#PageBar
{
	border-top:1px solid #777;
	border-bottom:1px solid #777;
	height:19px;
	padding-top:3px;
	padding-bottom:4px;
}
#PageBar a,#PageBar span
{
	display:block;
	border:1px solid #FD0;
	width:15px;
	height:13px;
	float:left;
	font-size:12px;
	padding-left:3px;
	text-decoration:none;
	padding-bottom:5px;
	color:#F30;
	background-color:#EF0;
}
#PageBar span
{
	background-color:White;
	border:1px solid #FA0;
}
#PageBar a:hover
{
	color:White;
	font-weight:bold;
	font-size:13px;
	background-color:#F60;
}