@charset "utf-8";
#top {
		height: 100px;
		background: #A22234 url(../img/_logo.gif) no-repeat 40px;
}

#wrapper { width: 980px; border-collapse: collapse; }
		#linksbar {
		width: 179px;
		background: url(../img/_navbar_bg.jpg) no-repeat left 169px;
		height: 680px;
}
		#content_wrapper { }
		#content {
		background: #FFFFFF;
		border: 1px solid #747474;
}
#pagetitle {
		background: url(../img/pagetitle.gif) no-repeat;
		height: 43px;
		width: 545px;
		margin-left: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 25px;
		color: #FFFFFF;
		text-transform: uppercase;
		font-size: 15px;
		font-weight: bold;
		padding-left: 18px;
}


#infobar_wrapper {width: 208px;}
		#infobar {
		background: url(../img/sidebar_bg.gif) repeat-y;
		border: 1px solid #747474;
		margin: 7px 0 0;
		padding: 10px;
		}
#info_title {
		height: 50px;
		width: 175px;
		line-height: 25px;
		color: #FFFFFF;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: bold;
		background: url(../img/sidebar_title.gif) no-repeat;
		padding-left: 10px;
		margin-top: 10px;

}
#info_box {
		padding: 5px 3px 10px;
		border: 1px solid #A22234;
		background: #FFFFFF;
}

/* This is to contrain the content and footer together, so that they are the correct widths*/
#content, #footer {
		width: 580px;
		margin: 7px 0px 10px 5px;
}
#footer {
		background: #286d5d;
		height: 20px;
		line-height: 20px;
		color: #FFFFFF;
		text-transform: uppercase;
		font-size: 8px;
		text-align: center;
		margin-left: 185px;
		margin-bottom: 100px;
}

#munki {
		background: #D1DCDA;
		margin: 10px;
		padding: 10px;
		border: 3px double #7D1619;
}

#caption {
		background: #FFFFFF;
		padding: 10px;
}

