@charset "utf-8";
/* CSS Document */

body{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	}
#header{
	margin:0px auto;
	margin-top:20px;
	background-image:url(../images/logo.png);
	width:960px;
	height:42px;
	}
	#navigation{
		margin:0px auto;
		margin-top:30px;
		width:960px;
		height:27px;
		background-image:url(../images/nav_bg.jpg);
		background-repeat:repeat-x;
		}
		#navigation ul {
			margin: 0 auto;
		}
		
		#navigation li {
			float: left;
			list-style: none;
		}
		#navigation li a {
			padding:6px;
			display:block;
			background-repeat:repeat-x;
			width: 100px;
			text-align: center;
			text-decoration: none;
			text-transform: uppercase;
			color: white;
			font-size: 0.75em;
			font-weight: bolder;
		}
		#navigation li a:hover {
			
			text-decoration: underline;
			display: block;
			opacity:0.90;	filter:alpha(opacity=90);
		}
#body{
	padding:15px;
	margin:0px auto;
	margin-top:10px;
	width:940px;
	min-height:500px;
	height:auto;
	background-color:#FFF;
	line-height:30px;
	text-align:justify;
	}
	#banner{
		margin:0px auto;
		width:910px;
		border: 1px #aaa dashed;
		}
#footer{
	border-top: 1px #aaa dashed;
	width:101.4%;
	padding:0px;
	margin:0px auto;
	margin-left:-10px;
	margin-bottom:-10px;
	background-repeat:repeat-x;
	height:200px;
	}
	#footer_content{
		margin:0px auto;
		text-align:center;
		font-size:12px;
		line-height:20px;
		font-family:Tahoma, Geneva, sans-serif;
		width:970px;
		height:120px;
		/*border-bottom: 1px #aaa dashed;*/
		}
		#footer_content_variant{
			padding-top:8px;
			letter-spacing:3px;
			font-size:14px;
			line-height:20px;
			font-family:Tahoma, Geneva, sans-serif;
			}
	#footer_copyright, #footer_copyright a{
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		margin:0px auto;
		margin-top:10px;
		width:350px;
		text-align:center;

		font-size:12px;
		}