@import 'content.css';

.inside
{
	padding : 0 5px;
}
html, body {
	/* Required */
	height : 100%;
	margin : 0;
	padding : 0;
	text-align : center;
}

body
{
	background-color : #383330;
	color : #000;
	font-family : Arial, Helvetica, sans-serif;
}

div#page
{
	position : relative;
	width : 758px;
	height : auto !important;/* For Modern Browsers */
	height : 100%;/* For IE */
	min-height : 100%;/* For Modern Browsers */
	margin : 0 auto;
	font-size : 12px;
	text-align : center;
	z-index : 10;
	background-color : #FFF;
	background-image : url(../images/site/nav_bg.gif);
	background-repeat : repeat-y;
	background-position : 20px;
}

div#content_wrapper
{
	position : relative;
	width : 758px;
	padding-bottom : 80px;
	padding-top : 296px;
	text-align : left;
	margin : 0 auto;
	z-index : 20;
}

div#content_wrapper:after {
	clear : both;
	content : ".";
	display : block;
	font : 1px/0px serif;
	height : 0;
	visibility : hidden;
}


div#footer
{
	position : relative;
	width : 100%;
	height : 71px;
	margin-top : -71px;
	font-size : 11px;
	text-align : center;
	color : #444;
	z-index : 10;
	background-color : #383330;
}
div#footer_middle
{
	position : relative;
	width : 758px;
	height : 31px;
	margin : 0 auto;
	line-height : 32px;
	background-image : url(../images/site/footer.jpg);
	background-repeat : no-repeat;
}
div#footer_left
{
	position : absolute;
	left : 0;
	width : 220px;
	text-align : center;
}
div#footer_right
{
	position : absolute;
	right : 10px;
	width : 500px;
	text-align : right;
}
div#footer_bottom
{
	width : 758px ;
	height : 40px;
	position : absolute;
	bottom : 0;
	left : 0;
	color : #FFF;
}
div#header
{
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 296px;
	text-align : center;
	background-color : #383330;
	z-index : 10;
}
img#header_img
{
	position : absolute;
	top : 15px;
	left : 0;
	z-index : 10;
}
img#header_text
{
	position : absolute;
	right : 7px;
	top : 32px;
	z-index : 20;
}
img#watermark
{
	position : absolute;
	bottom : 90px;
	right : 20px;
	z-index : 10;
}

/* ruthsarian column layout stuff */
div#outer_container
{
/*	border-left : 180px solid #CCC;*/
	margin-left : 210px ;
	margin-right : 10px;
}
div#inner_container
{
	width: 100%;
	z-index: 1;	
}
div#right_column, div#left_column
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
div#right_column
{
	float: right;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 5;
	text-align : justify;
}
div#left_column
{
	float: left;
	margin: 0 1px 0 -190px;
	width: 180px;
	z-index: 4;
}



