body,thtml{
	text-align: center;
}

body{
	background: url(../img/page_back.jpg);
	height: 100%;
}

body,td{
	font-size: 12px;
	color: black;
	font-family: arial;
}

#container{
	width: 927px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
#header{
	height: 108px;
	background: url(../img/top_back.jpg) no-repeat;
	text-align: right;
	padding: 0px;
	padding-right: 20px;
	margin: 0px;
}
#header h1{
	padding-top: 30px;
	font-size: 30px;
	color: white;
	font-weight: bolder;
	background: none;
	margin: 0px;
}
#nav{
	height: 34px;
	background: url(../img/nav_back.jpg);
}
#nav ul{
    list-style: none;
    padding-left: 100px;
    padding-top: 8px;
}
#nav li{
    display: inline;
}
#nav li a{
    color: #565656;
    font-size: 15px;
    font-family: georgia;
    text-decoration: none;
}
#content{
	height: 100%;
	min-height: 400px;
	background: url(../img/content_back.jpg);
	text-align: left;
	padding: 20px;
	padding-left: 25px;
}
table tr td,table tr th, table tr, table{
    text-align: left;
    border: 0px;
}
#content h1{
    font-size: 20px;
    font-weight: bolder; 
    color: #565656;
}
#content h2{    
    color: black;
}
#content h3{
    color: black;
}
#footer {
	height: 34px;	
    text-align: center;	
}
#footer a{
    color: #565656;
    text-decoration: none; 
	
}
#footer ul{
    list-style: none;    
    padding-top: 8px;
}
#footer li{
    display: inline;
}
#footer li a{
    color: #565656;
    font-size: 15px;
    font-family: georgia;
    text-decoration: none;
}


.leftAds{
    padding: 10px;
    background-color: #DCDCDC;
}
