@import 'text.css';
@import 'table.css';

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

body
{
	background-color : #FFF;
	color : #000;
	font-family : Arial, Helvetica, sans-serif;
	text-align : center;
}

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;
	text-align : center;
	font-size : 12px;
	z-index : 10;
	background-image : url(../images/site/page_bg.gif);
	background-repeat : repeat-y;
	background-position : center;
}

div#content_wrapper
{
	position : relative;
	left : -2px;
	width : 740px;
	padding-bottom : 70px;
	padding-top : 184px;
	text-align : left;
	margin : 0 auto;
	z-index : 10;
}

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


div#footer
{
	position : relative;
	width : 100%;
	height : 60px;
	margin-top : -60px;
	font-size : 11px;
	text-align : center;
	background-color : #FFF;
	z-index : 10;
}
div#footer_middle
{
	position : relative;
	width : 758px;
	height : 100%;
	margin : 0 auto;
	background : url(../images/site/footer_bg.gif) no-repeat;
	color : #FFF;
	z-index : 20;
}
div#footer_left
{
	position : absolute;
	top : 0;
	left : 0;
	width : 50%;
	height : 100%
}
div#footer_right
{
	position : absolute;
	top : 0;
	right : 0;
	width : 50%;
	height : 100%;
	background : url(../images/site/footer_right_bg.gif) repeat-x;
	z-index : 10;
}
span#footer_content
{
	position : relative;
	top : 18px;
	font-weight : bold;
}
a#signature,a#admin
{
	text-decoration : none;
	color : #FF7D77;
}
a#signature
{
	position : absolute;
	left : 30px;
	top : 18px;
}
a#admin
{
	position : absolute;
	right : 10px;
	top : 18px;
}

div#header
{
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 152px;
	text-align : center;
	background : White;
	z-index : 20;
}
div#header_middle
{
	position : relative;
	top : 10px;
	width : 758px;
	height : 100%;
	margin : 0 auto;
}
div#header_left
{
	position : absolute;
	top : 0;
	left : 0;
	width : 50%;
	height : 100%;
}
div#header_right
{
	position : absolute;
	top : 0;
	right : 0;
	width : 50%;
	height : 100%;
}

div#nav
{
	position : absolute;
	left : 0;
	top : 152px;
	width : 100%;
	height : 32px;
	text-align : center;
	z-index : 30;
}
div#nav_middle
{
	position : relative;	
	width : 758px;
	height : 100%;
	margin : 0 auto;
	background : url(../images/site/nav_bg.gif) no-repeat;
	z-index : 20;
}
div#nav_left
{
	position : absolute;
	top : 0;
	left : 0;
	width : 50%;
	height : 100%;
	background : url(../images/site/nav_left_bg.gif) repeat-x;
	z-index : 10;
}
div#nav_right
{
	position : absolute;
	top : 0;
	right : 0;
	width : 50%;
	height : 100%;
	z-index : 10;
}

table ,th, td 
{
	font-size : 12px;
}


/* ruthsarian column layout stuff */

/* standard 2 col - narrow left, wide right */
div#outer_container_2a
{
	margin-left : 200px;
}
div#inner_container_2a
{
	width: 100%;
	z-index: 1;	
}
div#right_column_2a, div#left_column_2a
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
div#right_column_2a
{
	float: right;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 5;
}
div#left_column_2a
{
	float: left;
	margin: 0 1px 0 -200px;
	width: 198px;
	z-index: 4;
}


/*  2 col - equal left and right */
div#outer_container_2b
{
	margin-left : 380px;
}
div#inner_container_2b
{
	width: 100%;
	z-index: 1;	
}
div#right_column_2b, div#left_column_2b
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
div#right_column_2b
{
	float: right;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 5;
}
div#left_column_2b
{
	float: left;
	margin: 0 1px 0 -380px;
	width: 360px;
	z-index: 4;
}


/*  2 col - wide left, narrow right */
div#outer_container_2c
{
	margin-right : 200px;
}
div#inner_container_2c
{
	width: 100%;
	z-index: 1;	
}
div#right_column_2c, div#left_column_2c
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
div#right_column_2c
{
	float: right;
	margin: 0 -200px 0 1px;
	width: 200px;
	z-index: 5;
}
div#left_column_2c
{
	float: left;
	margin: 0 -1px 0 0px;
	width: 100%;
	z-index: 4;
}

.inside
{
	padding : 0 3px;
}

.inside_b
{
	padding : 0 10px;
}

.border_right
{
	border-right : 1px solid #BBB;
}

