/* CSS Document */

body, html {
	background-color:#FFFFFF;
}
.container {
	height:203px;
	background-image:url(../images/main_bg2.jpg);
	background-position:bottom;
}

#nav {
	margin-top:0px;
}
.footer_cell {
	height:150px;
	background-image:url(../images/internal_white2.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#141311;
}
.internal_back {
	background-image:url(../images/internal_white.jpg);
	background-repeat:repeat-x;
	background-position:top center;
}
.content_area {
	width:726px;
	margin:20px auto;
	background-image:url(../images/content_back_middle.jpg);
	background-repeat:repeat-y;
}
.content {
	margin:0px 25px;
}
.button {
	padding:0px 7px;
}
.page_title {
	line-height:60px;
	border-bottom:dashed 1px #999999;
	font-size:24px;
}

#ticker {
	position:relative;
}
