/**
 * Sliding height & centered. Marks template * ----------------------------------------------
 * 
 */

html,body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #7e7e7e;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color:#000000;
}

a {color:#00aeef;}
a:link {color:#00aeef; text-decoration:none;}
a:visited {color: #00aeef; text-decoration:none;}
a:hover {color: #333333;}
a:active {color: #333333;text-decoration: none}

div#wrap_head {
	position:relative;
	width:100%;	
	height:220px !important; /* real browsers */
	background-image:url(../img/bg_head.png);
	background-position:center;
	background-repeat:repeat-x;
}

div#wrap_content {
	position:relative;
	width:100%;
	background-image:url(../img/bg_content.png);
	background-position:center;
	background-repeat:repeat-y;
}

div#wrap_foot {
	position:relative;
	width:100%;
	height:70px;
	background-image:url(../img/bg_content.png);
	background-position:center;
	background-repeat:repeat-y;	
}
			
#headoverlay {
	position: absolute;
	top:0px;
	right:0px; 
	width: 1008px; 
	height: 220px; 
	z-index:1;
}
				
div#header {
	position:relative;
	width:1004px;
	margin:0 auto; /* center, not in IE5 */
	height:220px;
}

div#menu {
	float:left;
	height:100%;
	width:141px;
	margin-left:10px;
}
	
div#floatmid {
	float:left;
	width:549px;
	height:100%;
	margin-left:20px;
}
	
div#floatright {
	float:left;
	width:227px;
	height:100%;
	margin-left:20px;
}
	
div#column1 {
	float:left;
	width:250px;
	height:100%;
}

div#column2 {
	float:left;
	width:274px;
	height:100%;
	margin-left:25px;
}

div#colfull	{
	float:left;
	width:550px;
	height:100%;
}

div#whitespace {
	position:relative;
	width:1013px;
	background-color:#FFFFFF;
	margin:0 auto; /* center, not in IE5 */
	height:15px;
}

div#content {
	position:relative;
	width:984px;
	padding:10px;
	padding-top:20px;
	margin:0 auto; /* center, not in IE5 */
	height:100%;
}

div#content_text {
	position:relative;
	padding-top:5px;
	padding-left:20px;
	padding-bottom:25px;
	padding-right:20px;
	min-height:450px;
	width:599px;
	text-align:left;
	}

div#footer {
	position:relative;
	width:995px;
	height:50px;
	margin:0 auto; /* center, not in IE5 */
	background-color:#FFFFFF;
	padding:10px;
	
}
td.title {
	height: 50px; 
	background-image: url(/img/title_content.png); 
	background-repeat:no-repeat;
	backround-position:top left;
	background-color: #ffffff; 
	text-align: center; 
	padding-top: 5px;
}
td.title span {
	text-shadow: #4b92bd 1px 1px 1px; 
	font-size: 16px; 
	color: #ffffff;
	font-weight:bold;
}

