html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 { font-size: 16px; padding-bottom: 10px; color: #505050;}                      
h2 { font-size: 15px; padding-bottom: 5px; color: #505050;}               
h3 { font-size: 14px; padding-bottom: 5px; color: #505050;}            
h4 { font-size: 13px; padding-bottom: 5px; color: #505050;}             
h5 { font-size: 12px; padding-bottom: 5px; color: #505050;}						
h6 { font-size: 11px; padding-bottom: 5px; color: #505050;}

hr 
{
	height: 1px;
}
h1 img {
	display: block;
}
img 
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
}
td
{
	vertical-align: top;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	text-align: center;
	font: 12px verdana, arial, sans-serif;
	color: #303030;
	background-color: #EEF1FA;
    background-image: url(../images/gradient.jpg); 
    background-position: left top;
    background-repeat: repeat-x;
}
form  
{
	padding-top: 5px;
    background-image: url('../images/body_bg.jpg');
    background-position: left top;
    background-repeat: no-repeat;
}

#divPage 
{
	width: 980px; 
	text-align: left; 
	vertical-align: top; 
	position: relative; 
	margin: auto;
}

#divMenu
{
	text-align: left;
	width: 100%;
	height: 50px; 
	padding-left: 20px; 
	color: #ccc;
	background: url(../images/menu_bg.png) no-repeat;
}

#divMenu a
{
	color: #f8f8f8;
	text-decoration: none;
	font-size: 13px;
	font-weight: bolder;
	padding-left: 10px;
	padding-right: 10px;
}
#divPath
{
	padding: 0 0 3px 10px; 
	background-color: White;
}
#divAds
{
	width: 100%; 
	height: 180px; 
	background-color: #e1ebf4;
}
#divContent
{
	width: 100%; 
	background-color: White; 
	padding: 20px 0 20px 0;
}
#divLeftMenu
{
	color:#ff4100; 
	font-weight: bold;
}
#left 
{
	float: left; 
	width: 243px;
	padding: 0, 0, 0, 0;
}
#spacer {
  height: 2em;
}

#footer {
  background: url(../images/footer_bg.gif) repeat-y;
}

#divAdminMenu
{
	text-align: left;
	width: 100%;
	height: 50px; 
	color: #ccc;
	background: url(../images/menu2_bg.png) repeat-x;
}

#divAdminMenu a
{
	color: #f8f8f8;
	text-decoration: none;
	font-size: 13px;
	font-weight: bolder;
	padding-left: 10px;
	padding-right: 10px;
}
