/* CSS Document */



/*global*/

a:active, a:focus {outline: 0;}

body{

	margin:0px;

	background: #fef6eb;	

}

.navigation a img{

	padding-top:18px;

}

.footer{

	margin-top:20px;

	width:781px;

	font:10px tahoma;

	color:#494949;

}

.footer a:link {text-decoration: none;color:#494949;}

.footer a:visited {text-decoration: none;color:#494949;}

.footer a:active {text-decoration: none;color:#494949;}

.footer a:hover {text-decoration: underline;color:#999999;}

/*global------------*/





/*inner specific*/

.inner_header{

	background: url(images/inner_header.jpg) top center no-repeat;

	height:212px;

}

.home_header{

	background: url(images/home_header.jpg) top center no-repeat;

	height:500px;

}

.inner_main{

	background: url(images/inner_bgfiller.jpg) top left repeat-x;

	height:100%;

	padding-top:25px;

}

.inner_title{

	width:781px;

	padding-bottom:10px;

}

.inner_maintext{

	font:12px tahoma;

	color:#4e4637;

	line-height:1.6em;

	text-align:justify;

}

.inner_maintext2{

	font:12px tahoma;

	color:#4e4637;

	line-height:1.6em;

	text-align:center;

}

.inner_maintext3{

	font:11px tahoma;

	color:#4e4637;

	line-height:1.5em;

	text-align:center;
	
	font-weight:bold;

}
/*inner specific--------------*/





