/* First we need to reset style formats... */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,img,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

body {
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	height: 100%;	
}

#page{
	width: 810px;
	margin: 20px auto 0 auto;
	padding: 0;
	background-color: #fff;
}
#headerArea{
	width: 810px;
	height: 95px;	
	clear: both;
}
#logo{
	width: 266px;
	float: left;
}
#lang{
	display: none;
}
#picArea{
	display: none;
}
#navi{
	display: none;
}
#contentArea{
	width: 810px;
}
#sidebar{
	display: none;
}
#content{	
	float: left;
	margin: 0 0 0 40px;
}
#footer{
	color: #000;
	height: 30px;
	line-height: 20px;
	margin: 20px 0 0 0px;
}


h1{
	font-size:28px;
	margin: 30px 0 0 0;
	color: #ac2e30;

}
h2{
	font-size:18px;
	margin: 16px 0 2px 0;
	color: #ac2e30;
}
p{
	font-size: 12px;
	line-height: 16px;
	margin: 0 50px 10px 0;

}

a:link, a:visited, a:actice{
	color: #b81c23;
	text-decoration: underline;
}
a:hover{
	color: #b81c23;
	text-decoration: none;
}

strong, b{
	font-weight:bold;
}
/* ========================================================================================== */
/* misc */
/* ========================================================================================== */
.clearfix:after{
	content:"."; display: block; height:0; clear:both; visibility:hidden; line-height:1px;
}
