@import 'content.css';
@import 'nav.css';

/* Reset */

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

body
{
	background-color : #efe0ec;
	color : #444;
	font-family: Helvetica, Arial, sans-serif;
	font-size : 12px;
}

/* Page Layout */

div#page
{
	position : relative;
	top: 0;
	left: 0;
	width : 784px;
	height : auto !important;/* For Modern Browsers */
	height : 100%;/* For IE */
	min-height : 100%;/* For Modern Browsers */
	margin : 0 auto;
	padding : 0;
	text-align : center;
	z-index : 2;
	background: url(images/page_bg.png) center top repeat-y;

}

div#content_wrapper
{
	position : relative;
	width : 740px;
	font-family: Helvetica, Arial, sans-serif;
	padding-bottom : 61px;
	padding-top : 302px;
	text-align : left;
	margin : 0 auto;
	z-index : 2;
}

body#home div#content_wrapper { padding-top: 452px; }

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

/* Footer Layout */

div#footer
{
	position : relative;
	width : 100%;
	height : 51px;
	margin-top : -51px;
	font-size : 11px;
	text-align : center;
 	overflow : hidden;
	z-index : 3;
	color: #fff;
	background: url(images/footer_bg.png) center bottom no-repeat;
}

div#footer_middle
{
	position : relative;
	top : 0;
	width : 754px;
	height : 34px;
	line-height : 34px;
	text-align: left;
	margin : 0 auto;
	background: url(images/nav_bg.png) repeat-x;
	z-index : 2;
}

div#footer_middle p {
	margin-left: 10px;
	line-height : 34px;	
}

div#copyright
{
	position : absolute;
	left : 5px;
	bottom : -16px;
	color : #877a04;
	z-index : 3;
}

div#signature
{
	position : absolute;
	top: 0;
	right : 10px;
	z-index : 3;
}


div#signature a
{
  color : #f04c4c;
  text-decoration : none;
}

/* Header Layout */

div#header
{
	position : absolute;
	overflow: hidden; /* Clear floated objects without clearing element */
	top : 0px;
	left : 0;
	width : 100%;
	height : 257px;
	z-index : 3;
	background: url(images/header_middle_bg.png) center top no-repeat;
}

body#home div#header { height: 417px; }

div#header_middle
{
	position : relative;
	top : 17px;
	left : 0;
	height : 240px;
	width : 754px;
	margin : 0 auto;
	z-index : 2;
}

body#home div#header_middle { height: 400px; }

/* Nav Layout */

div#nav
{
	position : absolute;
	top : 257px;
	left : 0;
	width : 100%;
	height : 35px;
	z-index : 4;
}

body#home div#nav { top: 400px; }

div#nav_middle
{
	position: relative;
	top: 0;
	height: 35px;
	width: 754px;
	margin: 0 auto;
	z-index: 4;
	background: url(images/nav_bg.png) repeat-x;
}

/* Ruthsarian Column Layout */

div.outer_container_2a
{
	margin-left : 240px;
}

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 0 0 -240px;
	width: 240px;
	z-index: 4;
}

div.outer_container_2b
{
	margin-right : 270px;
}

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 -270px 0 -1px;
	width: 270px;
	z-index: 5;
}

div.left_column_2b
{
	float: left;
	margin: 0 -1px 0 0;
	width: 100%;
	z-index: 4;
}

div.outer_container_2d
{
	margin-left : 370px;
}

div.inner_container_2d
{
	width: 100%;
	z-index: 1;
}

div.right_column_2d, div.left_column_2d
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}

div.right_column_2d
{
	float: right;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 5;
}

div.left_column_2d
{
	float: left;
	margin: 0 1px 0 -370px;
	width: 370px;
	z-index: 4;
}
