#body{
	width: 745px;
	margin-left: 17%;
}

#logo{
	text-align: center;
	margin: 30px 0px;
}

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

#mid{
	background-image: url('../images/mid.png');
	background-repeat: repeat-y;
}

#padded{
	padding: 0px 27px;
}

#navbar{
	padding: 17px 0px 11px 0px;
	border-bottom: 1px solid #9c97ae;
	margin-bottom: 1px;
}

#navbar a{
	float: left;
	text-decoration: none;
	font-weight: bold;
	font-family: century gothic, helvetica neue, arial;
	font-size: 18px;
	color: #7e6599;
	display: block;
	padding: 0px 15px;
}

#navbar span{
	display: block;
	font-weight: normal;
	font-size: 13px;
	color: #897c92;
}

#navbar a:hover{
	color: #3b1d63;
}

#navbar a span:hover{
	color: #484551;
}

#header{
	position: relative;
	margin-right: -17px;
}

#banner{
	position: absolute;
	bottom: 25px;
	right: 0px;
	z-index: 2000;
}

#banner_text{
	background-image: url('../images/fade/banner_bg.png');
	background-repeat: repeat;
	padding: 13px 50px 13px 40px;
	font-family: century gothic, helvetica neue, arial;
	font-size: 20px;
	color: #ffffff;
}

#banner_flap{
	float: right;
	display: block;
	width: 17px;
	height: 17px;
	background-image: url('../images/fade/banner_flap.png');
	background-repeat: no-repeat;
}

#content_padding{
	padding: 11px;
}

#content{
	padding: 18px;
	background-image: url('../images/content_bg.png');
	background-repeat: repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

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

#inner_content{
	float: left;
	width: 430px;
}

#inner_nav{
	float: right;
	width: 210px;
	margin-right: -17px;
}

#inner_nav a{
	font-weight: normal;
	background-image: url('../images/inner_bg.png');
	background-repeat: repeat;
	display: block;
	text-decoration: none;
	color: #c6c0c8;
	font-size: 14px;
	font-family: century gothic, helvetica neue, myriad pro, arial;
	padding: 5px 5px 5px 20px;
	border-bottom: solid 1px #877b91;
}

#inner_nav a:hover{
	color: #ffffff;
	background-image: url('../images/inner_bg_alt.png');
}

#logo:hover{
	opacity:0.4;
	filter:alpha(opacity=40);
}

#reference{
	margin: 10px 0px 30px 0px;
	text-align: center;
	font-size: 15px;
	color: #4b1b41;
	font-weight: normal;
	font-family: century gothic, helvetica neue, myriad pro, helvetica, verdana, arial;
}

#reference a{
	font-size: 15px;
	color: #4b1b41;
	font-weight: normal;
	font-family: century gothic, helvetica neue, myriad pro, helvetica, verdana, arial;
	text-decoration: none;
}

#reference a:hover{
	text-decoration: underline;
	color: #ffffff;
}