/* common */
body
{
	background-color:#333;
	background-image:url(Layout/bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
}

div, table
{
	font-size:14px;
	font-family:Trebuchet MS, Arial;
	text-align:left;
}

h1	{font-size:23px; color:#FF6633; margin:0px 0px 10px 0px;}
h2	{font-size:16px; color:#FF6633;}

a, a.link, a.selected, a.visited {color:black;}

hr
{
	height:1px;
	border-width:0px;
	border-top:1px dotted #ddd;	
	margin:14px 0px 14px 0px;
}

ul, li {margin:0px; padding:0px; list-style-type:none;}

/* top banner */
#banner
{
	width:950px;
	/*height:0px;*/
	background-color:#202020;	
	margin:0px auto;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

#banner h2					{margin:0px;padding:40px;}
#banner h2 a				{color:#FF6633;font-size:20px;text-decoration:none;}
#banner h2 a:hover	{text-decoration:underline;}

/* top */
#top
{
	margin:0px auto;
	background-image:url(Layout/background.jpg);
	background-repeat:no-repeat;
	width:950px;
	height:372px;
	position:relative;
}

#top a
{
	color:white;
	text-decoration:none;	
	font-weight:bold;
}

#menu			{float:right; margin-top:34px;}
#menu ul	{padding:0px 10px 0px 10px;}

#menu li
{
	border-bottom:1px solid #777;
	width:171px;	
	padding:16px 15px 16px 10px;
	font-size:19px;
	color:#ddd;
}

#menu li.last	{border-bottom-width:0px;}

#menu li a
{
	font-size:24px;
	padding:9px 16px 9px 14px;
	margin-left:5px;
}

#menu li a:hover {text-decoration:underline;}

#top .submenu
{
	position:absolute;
	right:216px;
	float:right;	
	width:200px;
	height:336px;
	margin-top:36px;
	font-family:Verdana;
}


#top .submenu ul				{padding:15px 0px 10px 4px;}
#top .submenu li				{padding:8px;}
#top .submenu a					{font-size:13px;padding:5px;text-decoration:underline;}
#top .submenu a:hover		{background-color:#444;text-decoration:none;}
#top .submenu a.addnew	{font-size:11px;}


#sm1, #m1 {background-color: #FF6633;}
#sm2, #m2 {background-color: #86B300;}
#sm3, #m3 {background-color: #00ACE6;}
#sm4, #m4 {background-color: #FFBF00;}
#sm5, #m5 {background-color: #CC33FF;}


/* content */
#content
{
	margin:0px auto;
	width:950px;
	background-color:#fff;
}

#left
{
	float:left;
	width:490px;
	padding:10px 20px 60px 20px;
}

#left a:hover	{font-weight:bold;}

#center
{
	float:left;
	width:190px;
	padding:0px 0px 55px 0px;
	margin-top:0px;
	background-color:#fff;
}

#center .ads
{
	/*background-color:#202020;*/
	
	width:170px;
	padding:10px 0px 0px 5px;
	height:700px;
	
}

#right
{
	float:right;
	padding:10px 0px 0px 0px;
	width:216px;
	color:white;
}

#right .statement					{padding:18px;}
#right .statement a				{color:white;}
#right .statement a:hover	{font-weight:bold;}

#statement1 {min-height:180px; height:160px;}

#bottom
{
	height:40px;
	clear:both;
	background-color:#333;
}

.contentAds
{
  padding:0 0 5px 0;
  margin:0 0 0 -4px;
}

/*
#right textarea
{
	width:180;
	border:1px solid #d06618;
	padding:5px;
	margin-top:5px;
	margin-bottom:7px;
}

#right input
{
	border:1px solid #d06618;
	background-color:#fff;
	font-weight:bold;
	font-size:12px;
}
*/