#body{
	width: 908px;
	margin: 0 auto;
}

#container{
	background-image: url('../images/body_bg.png');
	background-repeat: repeat-y;
	display: block;
	padding: 0px 24px;
}

#logo{
	margin-top: 0px;
	float: left;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	display: block;
	width: 522px;
	height: 97px;
}

#naz_logo{
	margin-top: 9px;
	float: right;
	background-image: url('../images/naz_logo.png');
	background-repeat: no-repeat;
	display: block;
	width: 86px;
	height: 85px;
}

#top{
	margin-top: -6px;
	display: block;
	background-image: url('../images/top.png');
	background-repeat: no-repeat;
	width: 862px;
	height: 15px;
}

#mid{
	position: relative;
	padding: 0px 14px;
	display: block;
	background-image: url('../images/mid.png');
	background-repeat: repeat-y;
	width: 862px;
}

#pic_over{
	font-family: century gothic, helvetica neue, myriad pro, arial;
	font-weight: normal;
	color: #ffffff;
	font-size: 37px;
	position: absolute;
	display: block;
	background-image: url('../images/pic_bg.png');
	background-repeat: repeat;
	width: 834px;
	text-align: center;
	padding: 8px 0px;
	z-index: 100;
}

#fade{
	z-index: 1;
}

#bot{
	display: block;
	background-image: url('../images/bot.png');
	background-repeat: no-repeat;
	width: 862px;
	height: 15px;
	margin-bottom: -6px;
}

#nav{
	width: 90%;
	background-color: #333e33;
	background-image: url('../images/nav_bg.png');
	min-height: 45px;
	background-repeat: repeat-x;
	display: block;
	margin: 0 auto;
}

#navbar{
	padding-top: 13px;
	text-align: center;
}

#navbar a{
	display: inline;
	padding: 0px .55em;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 17px;
	color: #ffffff;
	font-family: century gothic, helvetica neue, myriad pro, arial;
}

#navbar a:hover{
	color: #99aa66;
	text-shadow: #333333 0px 2px 2px;
}

#content{
	padding-top: 30px;
}

#footer{
	margin-top: 15px;
	padding-top: 10px;
	border-top: dotted 1px #a0a6a0;
	font-size: 13px;
	color: #a6a6a6;
	font-weight: normal;
	font-family: century gothic, helvetica neue, myriad pro, arial;
}

#footer a{
	font-size: 13px;
	color: #a6a6a6;
	font-weight: normal;
	font-family: century gothic, helvetica neue, myriad pro, arial;
	text-decoration: underline;
}

#footer a:hvoer{
	text-decoration: none;
	color: #333333;
}

#foot{
	background-image: url('../images/foot.png');
	background-repeat: no-repeat;
	display: block;
	width: 908px;
	height: 16px;
}

#left{
	float: left;
	width: 577px;
}

#inner{
	float: right;
	width: 235px;
}

#inner a{
	text-decoration: none;
	font-weight: normal;
	font-family: century gothic, helvetica neue, myriad pro, arial;
	background-color: #cdd0cd;
	color: #394439;
	padding: 5px 5px 6px 10px;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 15px;
	margin-bottom: 2px;
}

#inner a:hover{
	background-color: #939a93;
	color: #ffffff;
}