/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body{
	background-color: #AF0000;
	size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
h1 {
	font-size: 18px;
	color: #af0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #D4D0C8;
	border-right-color: #D4D0C8;
	border-bottom-color: #999999;
	border-left-color: #D4D0C8;
	margin-bottom: 16px;
}
h2 {
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #D4D0C8;
	border-right-color: #D4D0C8;
	border-bottom-color: #999999;
	border-left-color: #D4D0C8;
	margin-bottom: 16px;
	text-align: center;
}
h4{
	font-size: 14px;
	color: #af0000;
	font-style: italic;
	font-weight: lighter;
	margin-bottom: 10px;
}
p {
	font-size: 11px;
	line-height: 22px;
}
ul{
	margin-left: 20px;
	text-indent: 20px;
}
ul li{
	font-size: 11px;
	list-style-position: inside;
}
a img{
	border: none;
}
#horizon        
	{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}
#centering    
	{
	margin-left: -472px;
	position: absolute;
	top: -325px;
	left: 50%;
	width: 945px;
	height: 650px;
	visibility: visible;
	background-image: url(images/IXES-web-bckg2.jpg);
	}
#button{
	margin-top: 78px;
	margin-left: 99px;
	width: 748px;
	height: 16px;
	margin-bottom: 2px;
	background-image: url(images/gradient_button.jpg);
	background-repeat: repeat-x;
	text-align: left;
}
#button img{
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF; 
}
#button a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
#content{
	margin-left: 99px;
	width: 747px;
	height: 494px;
	padding: 0px;
}
#incontent{
	width: 568px;
	height: 490px;
}
#cutenews{
	width: 570px;
	height: 450px;
	overflow:auto;
}
.text_scroll{
	width: 747px;
	height: 494px;
	overflow: auto;
}
.text{
	width: 747px;
	height: 494px;	
}
.intext{
	width: 569px;
	height: 494px;
	overflow: auto;
}
.text img{
	margin-right: 10px;
}
label{
font-size: 11px;
}
#footing{
	margin-left: -372px;
	position: absolute;
	left: 50%;
	width: 945px;
	height: 20px;
	top: 275px;
	font-size: 10px;
}
#footing a{
	text-decoration: none;
	color: #7C0000;	
}
#left{
	float: left;
	width: 161px;
}
#right{
	float: right;
	width: 576px;
	overflow: auto;
	height: 490px;
}
/***************************************/
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 

