html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 90%;
	text-align: left;
	background: #ffcfac url(/images/top.jpg) top center no-repeat;
}

A {
	color: #ff752a;
	font-size: 14px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none; 
}

A:hover {
	text-decoration: underline;
	color: #ff752a;
}

#all{
	text-align: center;
}

#header{
	width: 958px;
	min-height: 140px;
	margin:0 auto;
}

*html #header{
	height: 110px;
}

#header div{
	overflow:hidden;
	padding: 110px 0 0 0;
}
     
#header span {
	display:block;
	text-align:right;
	padding:50px 15px 0 0;
}   

#header div strong{
	font-size: 12px;
	float: left;
	color: #d25618;
	margin: 0px 7px 0 4px;
}

#header div b{  
	background: transparent;
	border-right: 2px solid #d25618;
	text-align: center;
	float: left;
	padding: 0px 6px;
	margin-right: 4px;
	color: White;
	font-size: 14px;
	font-weight: bold;
}   
#header div a{  
	border-right: 2px solid #d25618;
	text-align: center;
	float: left;
	padding: 0px 12px;
	color: #d25618;
	font-size: 14px;
	text-decoration:none;
	font-weight: bold;
}  

#header div a:hover{  
	color: Maroon;
}  
 
#content{
	width: 992px;
	margin:0 auto;
}

.clist{
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bolder;
}
.thumb{
	padding: 0 0 0 0px;
}
.thumb a img{
	border: 1px solid Maroon;
	margin: 0 2px 2px 0;
}
.thumb a:hover img{
	border: 1px solid white;
}
.links{
	padding: 20px 0px 26px 2px;
	overflow: hidden;
}
html:first-child .links{
	padding: 20px 0px 15px 2px;			
}
.links .left{
	clear: left;
	float: left;
}
.links .center{
	float: left;
}
.links .right{
	float: left;
}
.links div {
	text-align:left;
	padding:0;
	width: 240px;
}

.links div a{
	margin:0;
	font-size: 16px;
	font-weight: bold;
	color: Maroon;
	padding: 0 0px 2px 18px;
	text-decoration: none;
}

.links div a:hover{
	font-weight: bold;
	color: #ff752a;
}

h2 {
	font-size: 20px;
	text-align: left;
	padding-left: 40px;
	color: #ff752a;	
}

#bottom{
	width: 952px;
	height: 50px;
	margin:0 auto;
	padding-top: 50px;
	padding-bottom: 30px;
	text-align: center;
	color: #d25618;
	font-size: 12px;
	background: url(/images/bottom.jpg) bottom center no-repeat;
}

#bottom a{
	color: #d25618;
	font-size: 12px;
}
#bottom a:hover{
	color: Maroon;
	font-size: 12px;
}
.c{
	display: block;
	clear:both;
	height: 0;
	font-size: 0px;
	overflow: hidden;
}   