/*
DIMENSIONS
=============
*/


#wrapper 
{
	position: relative;
	margin: 0px auto;
	width: 890px;
	margin-bottom: -35px;
	_height: 100%;/* underscore-hack for IE */
	min-height: 100%;
}

#wrapperML
{
	position: relative;
	margin: 0px auto;
	width: 1078px;
	margin-bottom: -35px;
	_height: 100%;/* underscore-hack for IE */
	min-height: 100%;
}

#wrapper_black
{
	position: relative;
	width:875px;
	margin-bottom: -35px;
	_height: 100%;/* underscore-hack for IE */
	min-height: 100%;
	float:right;
	background-color:black;

}

#wrapper_blackML
{
	position: relative;
	width:1063px;
	margin-bottom: -35px;
	_height: 100%;/* underscore-hack for IE */
	min-height: 100%;
	float:right;
	background-color:black;

}

#wrapper_content
{
	position: relative;
	margin: 0px auto;
	width: 850px;
	_height: 100%;/* underscore-hack for IE */
	min-height: 100%;
	background-color: #B8E8F6;
	/*border:1px solid green;*/

}

#wrapper_contentML
{
	position: relative;
	margin: 0px auto;
	width: 1038px;
	_height: 100%;/* underscore-hack for IE */
	min-height: 100%;
	background-color: #B8E8F6;
	/*border:1px solid green;*/

}

#header 
{
	position: relative;
	float:none;
	margin: 0px auto;
	width: 849px;
	height: 104px;
}

#contentarea
{
	position: relative;
	width:562px;
	height:100%;	
	_height: 100%;/* underscore-hack for IE */
	min-height: 100%;	
	/*border:1px solid red;*/
	float:right;
}

#contentareaML
{
	position: relative;
	width:750px;
	height:100%;	
	_height: 100%;/* underscore-hack for IE */
	min-height: 100%;	
	/*border:1px solid red;*/
	float:right;
}

#content 
{
	position: relative;
	float:none;
	margin-left:5px;
	margin-right:5px;
	margin-top:15px;
	/*border:1px solid #000000;*/
}

#contentleft
{
	position: relative;
	float:left;
	width:350px;
	border-right:1px dotted #000000;
}

#animmsg
{
	position: relative;
	float:none;
	width:562px;
	height:184px;
}

#rightcontent
{
	position: relative;
	width: 157px;
	height:100%;
	_height: 100%; /* underscore-hack for IE */
	min-height: 100%;
	float:right;
	/*border:1px solid magenta;*/
	
	
}

#rightcontentML
{
	position: absolute;
	right:0px
	width: 157px;
	height:100%;
	_height: 100%; /* underscore-hack for IE */
	min-height: 100%;
	float:right;
	/*border:1px solid magenta;*/
	
	
}

#leftnav
{
	position:absolute;
	top:160px;
	left:0px;
	width:157px;
	height:422px;
	z-index:100;
}

#newsimage
{
	position: relative;
	float:left;
	margin-left:6px !important;
	margin-left:3px;
	margin-top:4px;
	width:60px;
}

#newssection
{
	position: relative;
	float:left;
	width:194px;
}

#newscontent
{
	position: relative;
	float:right;
	width:115px;
	margin-left:5px;
}

#newsbox1
{
	position: relative;
	float:right;
	border-bottom:1px dotted #000000;
	padding-bottom:10px;
	margin-bottom:10px;
}


#footer 
{
	position: relative;
	top:75px;
	margin: 0px auto;
	width: 890px;
	height: 40px;
	float:none;
	clear:both;
	/*border:1px solid #000000;*/
}

.clear
{
	height:1px;
	display:block;
	float:none;
	clear:both;
	/*border:1px solid red;*/
}


.prop
{
	height:910px !important;
	height:880px;
	width:1px;
	float:left;
	/*border:1px solid red;*/
}