body {
	background:url(../images/bg-main.gif) repeat-x;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	text-align:center;
	margin:0px auto;
}
h1{
	font-size:2em;
	color:#3D4136;
	font-family:"Times New Roman", Times, serif;
}
h2{
	font-size:1.1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#5D6F5C;
	border-bottom:1px solid #3D4136;
	padding-bottom:15px;
	font-family:"Times New Roman", Times, serif;
}
h3{
	font-size:1.2em;
	font-weight:normal;
	color:#5D6F5C;
	border-bottom:1px dotted #3D4136;
	padding-bottom:15px;
	font-family:"Times New Roman", Times, serif;
}
a{
	text-decoration:none;
	color:#5D6F5C;
}
a:hover{
	color:#5D6F5C;
}
img{
	border:none;
}
.current{
	text-decoration:underline;
	color:#5D6F5C;
}
#container {
	width:900px;
	text-align:left;
	margin:0px auto;
}
#header{
	height:80px;
	width:900px;
	padding-top:40px;
}
#logo{
	width:360px;
	float:left;
}
#language{
	height:15px;
	float:right;
	margin-right:20px;
	padding-top:30px;
	color:#fff;
}
#language a{
	color:#AAB6A9;
}
#language a:hover{
	color:#fff;
	text-decoration:underline;
}
#content{
	width:900px;
	margin-top:35px;
	padding-bottom:15px;
	background-color:#fff;
}
#image{
	width:420px;
	float:left;
	padding:30px 15px 15px 15px;
	background-color:#fff;
	min-height:540px;
}
#image img{
	border:1px solid #3D4136;
}
#copy{
	width:420px;
	float:left;
	font-size:1.2em;
	line-height:18px;
	padding:30px 15px 15px 15px;
	background-color:#fff;
	font-family:"Arial";
	min-height:540px;
	margin:0;
}
#copy li{
	list-style-type:none;
	font-style:italic;
	line-height:20px;
	padding-bottom:10px;
}
#navi{
	height:65px;
	width:880px;
	border-bottom:1px solid #3D4136;
}
#navi a{
	font-size:1.2em;
	text-transform:uppercase;
}
ul{
	margin:0;
	padding:0;
}
#navi li{
	list-style-type:none;
	float:left;
	padding:25px 11px 0 11px;
}
#footer{
	height:30px;
	width:100%;
	padding-top:5px;
	border-top:1px solid #3D4136;
	clear:left;
}
