@media screen {
	* {
		margin: 0;
		padding: 0;
	}

	html {
		overflow-y: scroll;

	}

	body {
		color: #64584C;
		font: 13px "Trebuchet MS", Verdana, sans-serif;
		line-height: 1.4em;
		background: #F9F9F1;
	
	}
	
	#ajax_act {
		color: #FFF;
		position: fixed;
		top: 1px;
		left: 1px;
		background: #F60;
		padding: 1px 2px;
		display: none;
	}
	
	#wrap {
		background: url(../images/header_bar.png) center 105px repeat-x #F9F9F1;
	}

	#page_left {
		background: url(../images/page_left.png) no-repeat left 308px;
		width: 950px;
		margin: 0 auto;
	}

	#page_right {
		background: url(../images/page_right.png) no-repeat right 308px;
		min-height: 720px;
		height: auto !important;
		height: 720px;
	}

	#header_top {
		background: url(../images/header_logo.png) no-repeat left top;
		height: 105px;
		width: 860px;
		margin: 0 auto;
	}

	#header_top #logo {
		margin: 0 !important;
		text-align: left;
	}

	#logo a {
	display: block;
	width: 261px;
	height: 81px;
	position: absolute;
	top: 21px;
	border: none;
	left: 51px;
	}

	#logo a span {
		display: none;
	}

	#header_links_outer {
		text-align: right;
		background: url(../images/header_links.png) no-repeat right top;
		width: 100%;
		height: 107px;
	}

	#header_links_inner {
		font-size: .9em;
		padding: 10px 10px 0 0;
	}

	#header_links_inner a {
		color: #64584C
	}

	#header_links_inner ul {
		margin-bottom: 1.4em;
		float: right;
	}

	#header_links_inner li {
		float: left;
		list-style-type: none;
	}

	#header_links_inner form {
		clear: both;
	}

	#header_links_inner input {
		border: 1px solid #E5E3DB;
		background: url(../images/search.png) no-repeat 1px 1px;
		background-color: #FAF9F2;
		width: 120px;
		padding-left: 17px;
	}

	#header_menu {
		height: 25px;
	}

	#header_left {
		background: url(../images/header_left.png) no-repeat left top;
	}

	#header_right {
		background: url(../images/header_right.png) no-repeat right top;
		height: 183px;
	}

	#header_right a {
	display: block;
	width: 284px;
	height: 107px;
	position: absolute;
	top: 157px;
	border: none;
	left: 445px;
	}

	#header_right a span {
		display: none;
	}

	#content_outer {
		text-align: left;
		background: #F9F9F1;
		width: 860px;
		float: left;
	}

	#content_inner {
		background-repeat: no-repeat;
		background-position: 98% top;
		padding: 5px 12px 0 12px;
		
		min-height: 400px;
		height: auto !important;
		height: 400px;
	}

	.widget_side {
		font-size: .9em;
	}

	#footer_outer {
		height: 140px;
		background: url(../images/footer_line.png) repeat-x center top;
		background-color: #E5E3DB;
		text-align: center;
	}

	#footer_inner {
		width: 863px;
		margin: 0 auto;
		height: 140px;
		background-image: url(../images/footer.png);
		background-position: center top;
		background-repeat: no-repeat;
		font-size: .9em;
	}

	#footer_inner ul {
		padding: 30px 0 30px 0;
	}

	#footer_inner ul li {
		display: inline;
		list-style-type: none;
	}
	
	#footer_inner p {
		clear: both;
	}

	#footer_inner a {
		color: #64584C;
	}

	#footer_inner img {
		vertical-align: bottom;

	}
}

@media print {
	* {
		color: #000 !important;
		height: auto !important;
		border: none !important;
	}

	#ajax_act,
	#header_links_outer,
	#header_right,
	#logo,
	#title,
	#sib,
	#footer_outer {
		display: none;
	}

	body {
		font: 11.5px Verdana, Geneva, Arial, helvetica, sans-serif;
		line-height: 1.4em;
		width: 95%;
	}
}
