/* @override http://localhost:8888/rho_print.css */

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #762123 url(images/grid_horiz.gif) repeat-x 0 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.4em;
	color: #762123;
}

img {
	border: 0;
}

img, div {
	behavior: url(iepngfix.htc)
}

#center {
	width: 960px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
}

#container {
	position: absolute;
	padding: 0px;
	margin: 0px;
	width: 980px;
	height: 100%;
	background-image: url(images/grid_vert.gif);
	z-index: 1;
}

#shadow {
	width: 980px;
	height: 550px;
	background: url(images/background_drop_shadow.png) no-repeat;
	padding: 10px;
	z-index: 2;
}

#logo img {
	margin: 40px 0 0 50px;
}

#flash {
	width: 960px;
	height: 550px;
	z-index: 3;
}

#flashcontent {
	margin: 0;
	padding: 0;
	width: 960px;
	height: 550px;
	z-index: 4;
}

#contentainer {
	height: 490px;
	padding: 10px 50px 50px 50px;
	width: 860px;
	background: #e6dcca url(images/splash_o.gif) no-repeat right;
}

#contentainer a {
	color: #762123;
}

#continue {
	margin-left: 270px;
}

#footer {
	margin-top: 10px;
	padding: 0 10px;
	color: #e6dcca;
}

#corner_low_right {
	margin-top: 1px;
	float: right;
}

#corner_low_left {
	float: left;
	margin-top: 5px;
}

#corner_low_right img {
	margin-bottom: -5px;
}

#header {
	padding: 0 10px;
	color: #e6dcca;
	height: 120px;
}

#corner_top_right {
	margin-top: 30px;
	float: right;
	text-align: right;
	z-index: 10;
}

#corner_top_left {
	float: left;
	margin-top: 30px;
	background-image: url(images/rho_logo_print.gif);
}

.header {
	margin-top: 50px;
}

.content {
	width: 240px;
	margin-right: 30px;
	float: left;
}

.content2 {
	width: 200px;
	margin-left: 120px;
	float: left;
}

.small {
	font-size: 0.8em;
}

.eik {
	float: right;
}

.clear {
	float: clear;
}

/* PRINT RELATED LOGO STUFF */

#rhoscreen {
	display: none;
}
#hedgescreen {
	display: none;
}
#welcomescreen {
	display: none;
}

div.closebtn{
	display:none
}


