﻿*{ margin: 0px; padding: 0px; }*
body
{ 
	background:#eee center top;
	color: #666;
	font: .8em normal small Tahoma, verdana, arial, helvetica, sans-serif;
	line-height: 1.6em;
}
/**Common**/
p
{
	font-family:arial;
	font-size:0.9em;
}
/**Wrapper **/
#wrapper 
{
	width:970px;
	margin:5px auto;
	background:#fff;
}
#top,#footer,#main,#content,#container
{
	width:970px;
	margin:0px auto;
}
#top
{
	
	background:#aaa url(images/cstrip.gif) repeat-x;
	height:74px;
}
#logo h1
{
	font-family:arial;
	font-size:2.4em;
	font-weight:500;
	margin:0px ;
	padding-left:50px;
	padding-top:20px;
	color:#292926;
}
#logo
{
	float:left;
}
/**Menu***/
ul.menu { width: 200px;}
ul.menu li {
			margin: 1px 0px;
			height:20px;
}
ul.menu li a {
			text-decoration: none;
			color: #333;
			background-color: #eee;
			padding: 1px 0px 1px 7px;
			display: block;
			line-height: 13px;
			border: 1px solid #aaa;
}
ul.menu li a:hover {
			background-color:#C2C7D3;
			border-bottom: 1px solid #ACB3C4;
			border-right: 1px solid #ACB3C4;
			border-top: 1px solid #D1D6DE;
			border-left: 1px solid #D1D6DE;
}
ul.menu li a.menu_indent {
			padding-left: 20px !important;
}
ul.menu li a.menu_indent_sel {
			padding-left: 15px !important;
}
li.nav {
			color: #fff;
			background-color: #8d93a5;
			border-bottom: 1px solid #515666;
			padding-left: 5px;
			padding-top: 2px;
			height: 15px;
}
ul.menu li a.sel, ul.menu li a.sel:hover {
			text-decoration: none;
			color: #fff;
			padding: 1px 0px 1px 3px;
			display: block;
			line-height: 13px;
			/*font-weight: bold;*/
			border-top: none;
			border-left: none;
}
#main
{
	background:#666 url(images/header.jpg) no-repeat ;
	height:250px;
}
#content
{	
	height:auto;
}
#content p a
{	
	color:#262;
	text-decoration:underline;
}
#content p a:hover
{	
	color:#222;
	text-decoration:overline;
}
#left
{
	float:left;
	width:210px;
	height:auto;
	padding-top:5px;
}
#right
{
	float:right;
	width:390px;
	height:auto;
	padding-top:5px;
}
#center
{
	margin:0px 390px 0px 210px;
	height:auto;
	padding-top:5px;
}
#center li
{
	display:inline;
}

#left h1,#right h1,#center h1
{
	font-size:1.4em;
	padding:10px 0 0 30px;
	font-family:arial;
}
#left p,#right p
{
	padding:10px 15px 0px 20px;
}
#center p
{
	padding:10px 10px 0px 10px;
}
#left h2,#right h2,#center h2
{
	padding-left:150px;
	font-family:arial,verdana,sans-serif,tahoma;
	font-size:0.9em;
}
#right a,#center a
{
	color:#060;
	text-decoration:underline;
}

/**footer ***/
#footer {
	background: #fff;
	margin: 0 auto;
	text-align: center;
	clear:both;
	height:30px;
}
#footer a {
	color: #262;
	text-decoration: none;
}
#footer a:hover {
	color: #6f6;
	text-decoration: underline;
}
#ads {
	text-align: center;
	clear:both;
}
