@charset "utf-8";
/* CSS Document */
@import url("ticker.css");
body{
	padding:0;
	margin:0;
	background-color:#a79775;
	font-family:tahoma;
}
img{
	border:0;
}

a
{
	outline:none;
	text-decoration:none;
}

object
{
	outline:none;
}

#mycustomscroll
{
	outline:none;
}

.floatleft{
	float:left;
}

.floatright{
	float:right;
}

.spacer1{
	padding:0 20px;
}
#page{
	width:992px;
	height:703px;
	margin:auto;
	background:url(../images/bg.jpg) 0 0 no-repeat;
	
}
    .header{
		height:112px;
		padding:30px 0 0 418px;
	}
	.contentwrap{
		height:418px;
		padding:0 0 0 102px;
	}
	    .columnleft{
			width:625px;
			float:left;
			padding:0 10px;
			/*background-color:#f2ead3;*/
		}
		
		.columnleft-home{
			width:625px;
			height: 200px;
			float:left;
			padding:0 10px;
			/*background-color:#f2ead3;*/
		}
		    .submenuarea{
				float:right;
				width:610px;
				height:25px;
				padding-top:10px;
			}
			.contentarea{
				height:369px;
				font-size:13px;
				text-align:justify;
				line-height:19px;			
			}
			
			.contentarea-home{
				height:369px;
				font-size:13px;
				text-align:justify;
				line-height:19px;			
			}
				
			.contentarea h3
			{
				font:bold 19px tahoma;
			}
			
			.contentarea h4
			{
				font:bold 13px tahoma;
			}
			
			.contentarea ul
			{
				list-style:none;
				padding:0 0 0 20px;
				margin:0px;
			}
			
			.contentarea ul li
			{
				background:url(../images/bullet.gif) 0 4px no-repeat;
				padding:0 0 9px 16px;
				line-height:15px;
			}
			
			.contentarea a
			{
				color:#ff6600;
			}
			
			.contentarea a:hover
			{
				color:#672100;
			}
			.caption{
				font:bold 17px tahoma !important;
				font-style:italic !important;
				text-align:center;
			}
			
		.columnright{
			float:left;
			width:167px;
			padding:40px 0 0 78px;
		}
		    ul.menu{
				padding:0;
				margin:0;			
			}
			ul.menu li{
				list-style:none;
				line-height:0;
				padding:0;
			}
	.footer{
		clear:both;
		font:normal 12px tahoma;
		padding:91px 0 0 120px;
		color:#6b2300;
	}
	.footer a{
		clear:both;
		font:normal 12px tahoma;
		padding:0;
		color:#6b2300;
		text-decoration:none;
	}
	.footer a:hover{
		color:#000;
		text-transform:inherit;
	}
	    .wzlink{
			float:right; 
			padding-right:260px;
		}


