/* ====================================================  */
/* these are the rules for the stucture of the page      */
/* ====================================================  */


#wrapper { 	
	margin:auto; 
	position:relative;
	width:950px; 
	height:100%;
 	background:#FFFFFF url(../images/new_back_1_middle.gif) center left repeat-y;
	z-index:0;
}

/* 
#wrapper_left {
	background:url(../images/new_back_ml.gif) center left repeat-y;
}

#wrapper_right {
	background: url(../images/new_back_mr.gif) center right repeat-y;
}

*/
/* ====================================================  */


#header  {
	height:60px;
	background:url(../images/new_back_1_top.gif) top center repeat-x;
}

/* 
#header_left {
	background:url(../images/new_back_tl.gif) top left no-repeat;
}


#header_right {
	background:url(../images/new_back_tr.gif) top right no-repeat;
}

*/

#header .content   {
	height:60px;
}


#header #logo {
	width:140px;
	text-align:center;
	float:left;
	height:50px;
	position:relative;
	margin-top:10px;
	padding-left:40px;
}

#header #logo a { 
	color:#ffffff;
	text-decoration:none;
	display:block;
	height:100%;
	background:url(../images/sulogo130.gif) top left no-repeat ;
}

#header #strapline {
	float:right;
	width:725px;	
	padding:10px 0px 0px 10px;
	margin-right:10px;
	height:60px;
/* 	
	overflow:auto;
	text-align:center;
	border:1px dotted blue;
*/
}

#header #strapline table {
	border:0;
	height:100%;
}


#header #strapline h1 {
	width: 100% ;
	color: #336666 ;
	font-size:150%;
}



/* =================================================================== */



/* ====================================================  */

#middle {
	min-height:450px;
	clear:both;
}


#middle_left {
/* 
 	background:url(../images/new_back_ml.gif) left repeat-y; 
	min-height:450px;
*/
}

#middle_right {
/* 
	background: url(../images/new_back_mr.gif) bottom right repeat-y;
	min-height:450px;
*/
}


#middle .content {
/* 
	min-height:450px;
*/
	padding-top:0px;
	padding-left:12px;
}

/* =================================================================== */


.menu form {
	padding-left:20px;
}

/* =================================================================== */

/* =================================================================== */

#main_text {
	width:730px;
	margin:0 7px 0px 0;
	float:right ;
	overflow:auto;
}

#main_text .main_text_inner {
	padding:5px;
	min-height:650px;
}

/*============================================================== */



#footer {
	clear:both;
	display:block;
	background:url(../images/new_back_1_bottom.gif) bottom center no-repeat ;
	height:85px;
}

#footer_left {
/*
	float:left;
	background:url(../images/new_back_bl.gif) bottom left no-repeat ;
*/
}

#footer_right {
/*
	background:url(../images/new_back_br.gif) bottom right no-repeat ;
*/
}
/* 

#footer .content {
	height:85px;
}
*/


#datestamp {
	float:left;
	text-align:center;
	padding-left:15px;
	font-size:90%;
	width:180px;
	height:85px;
}


#credits  {
	float:right;
	text-align:center;
	height:85px;
	padding-right:20px;
	width: 730px;
	margin: auto;
}
