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

#logo{
	display: block;
	width: 341px;
	height: 111px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	float: left;
}

#logo:hover{
	opacity:0.65;
	filter:alpha(opacity=65);
}

#navbar{
	display: block;
	height: 52px;
	background-image: url('../images/nav_bg.png');
	background-repeat: repeat-x;
	margin-bottom: 20px;
}

#navbar a{
	float: left;
	display: block;
	font-family: arial, myriad pro, helvetica neue, century gothic, arial;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
	color: #ffffff;
	height: 38px;
	padding: 16px 6px 0px 6px;
}

#navbar a:hover{
	background-color: #d3ca12;
}

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

#mid{
	display: block;
	background-image: url('../images/mid.png');
	background-repeat: repeat-y;
	padding: 0px 24px 15px 15px;
	font-family: Tahoma, Helvetica Neue, Century Gothic, Century, Verdana, Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #000000;
}

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

#top2{
	display: block;
	background-image: url('../images/top2.png');
	background-repeat: no-repeat;
	width: 977px;
	height: 12px;
}

#mid2{
	display: block;
	background-image: url('../images/mid2.png');
	background-repeat: repeat-y;
	padding: 0px 24px 15px 15px;
	font-family: Tahoma, Helvetica Neue, Century Gothic, Century, Verdana, Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #000000;
}

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