@import 'content.css';
@import 'vnav.css';

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

body
{
	background-color : #05263D;
	background-image : url(images/page_bg.gif);
	background-repeat : repeat-y;
	background-position : 50%;
	color : #000;
	font-family : Arial, Helvetica, sans-serif;
}

div#page
{
	position : relative;
	width : 100%;
	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 : 20;
	background-image : url(images/content_bg.gif);
	background-repeat : repeat-y;
	background-position : center;
}

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

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


div#footer
{
	position : relative;
	width : 100%;
	height : 30px;
	margin-top : -32px;
	font-size : 11px;
	text-align : center;
	color : #AAA;
	z-index : 10;
}
div#footer_middle
{
	position : relative;
	width : 750px;
	margin : 0 auto;
	line-height : 28px;
}
div#footer_left
{
	position : absolute;
	left : 0;
	width : 186px;
	text-align : center;
}
div#footer_right
{
	position : absolute;
	right : 0;
	width : 50%;
	text-align : right;
}
div#header
{
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 237px;
	text-align : center;
/*	background-color : #777;*/
	z-index : 10;
}
div#header_left
{
	position : absolute;
	left : 0;
	top : 0;
	width : 50%;
	height : 237px;
	z-index : 10;
}
div#header_right
{
	position : absolute;
	right : 0;
	top : 0;
	width : 50%;
	height : 237px;
	z-index : 10;
}
img#header_img
{
	position : absolute;
	top : 0;
	left : 0;
}
img#header_left_img
{
	position : absolute;
	top : 188px;
	right : 379px;
}
img#header_right_img
{
	position : absolute;
	top : 180px;
	left : 378px;
}


/* ruthsarian column layout stuff */
div#outer_container
{
	margin-left : 200px;
	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 -200px;
	width: 200px;
	z-index: 4;
}


