html, body{
	margin:0;
	padding:0;
	font-family: Arial;
	font-size: small;
	color: #1F1F1F;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	background-color: #ededed;
	background-image: url(img/background.gif);
	background-repeat: repeat-x;
} 
 
td, th {
border: 1px solid #CCCCCC;
}
 
table {
	text-align: center;
	vertical-align: middle;} 
 
#pagewidth{
	width:950px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
} 
 
#header{
	position:relative;
	height:28px;
	width:100%;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	padding-top: 223px;
	word-spacing: 100px;
	background-image: url(img/header_01.jpg);

} 
 
 
#main{
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-left: 33px;
	text-align: justify;
 }

#left_content{
	float: left;
	width: 614px;
	padding-right: 63px;
}

#left_content_big{
	float: left;
	padding-right: 63px;
}

#left_content_title{
	font-weight: bold;
	font-size: medium;
}

#left_content_text{
	font-size: x-small;
}

#left_content_list{
	padding-bottom: 5px;
}

#left_content_next{
	text-align: right;
}

#right_content{
	clear: right;
	text-align: left;
}
a:link {	color: #000000; text-decoration: underline;}
a:visited {	color: #000000; text-decoration: underline;}
a:active {	color: #8E0D0F; text-decoration: underline;}
a:hover {	color: #8E0D0F; text-decoration: underline;}

#right_content a:link {
	color: #000000;
	text-decoration: none;
}
#right_content a:visited {
	color: #000000;
	text-decoration: none;
}
#right_content a:active {
	text-decoration: underline;
	color: #8E0D0F;
}
#right_content a:hover {
text-decoration: underline; 
color: #8E0D0F;}

#right_content_title{
	font-weight: bold;
	color: #1F1F1F;
	font-size: medium;
}
 
 
#footer{
	height:15px;
	background-color:#FFFFFF;
	clear:both;
	font-size: x-small;
	color: #C3C3C3;
	padding-top: 25px;
	text-align: center;
 } 
 
 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 }
 
.clearfix{display: inline-block;}

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