/* CSS Document */
/*STRUCTURE*/
* {
	margin: 0px;
	padding: 0px;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	background: #d4e6e6;
	font-size: 12px;
	color: #434343;
	padding: 0px;
}
a{
	color: #fff;
	text-decoration: none;
}
a:hover{
	color: #f15a24;
	text-decoration: none;
}
#outerDiv{
	width: 950px;
	margin: auto;
}
#siteDiv{
	float: left;
	width: 950px;
	margin: 20px 0px;
	background: url('../images/leftcol_repeat.png') repeat-y;
}
#leftCol{
	clear: both;
	float: left;
	width: 133px;
	background: url('../images/leftcol_top.png') no-repeat;
	padding: 93px 0px 0px 0px;
}
#headDiv{
	float: left;
	width: 817px;
	height: 114px;
}
#logo{
	float: left;
}
#menuDiv{
	float: left;
	clear: both;
}
#langBox{
	float: left;
	clear:both;
}
#langBox img{
	float: left;
	margin: 1px 3px 0px 0px;
}
#contentDiv{
	float: left;
	width: 800px;
	background: #fff;
	padding: 10px 0px 10px 12px;
}
#messageDiv{
	float: left;
	padding: 0px 0px 10px 5px;
	width: 750px;
}
#messageDiv h1{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 3px;
	color: #dc4900;
	line-height: 20px;	
}
#footerDiv{
	clear: both;
	float: left;
	width: 950px;
	border-bottom: 10px solid #002b4c;
	text-align: center;
}
#footerRight{
	float: right;
	padding: 5px 0px;
	width: 817px;
	background: #e1edf2;
	font-size: 10px;
}
#footerRight ul{
	list-style: none;
	margin: 0px 20px;
}
#footerRight li{
	display: inline;
	float: left;
	padding: 0px 6px;
}
#footerRight li span{
	color: #f15a24;
}
#footerRight a{
	color: #434343;
}
#footerRight a:hover{
	color: #f15a24;
}
/*FINISH STRUCTURE*/
