/* ============ General ============ */
body{
	margin: 0;
	font: 12px Arial, Arial, Helvetica, sans-serif;
	color: #333;
}

p{margin-bottom: 15px;}

a:link, a:visited, a:active { 
	color: #0079be; 
	text-decoration: underline;
}

.footerLink a:active, .footerLink a:link, .footerLink a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

sup {
	vertical-align: super;
	font-size: 8px;
	line-height: normal;
}

ul {
	list-style: inside url(../en/_images/arrow.gif);
	margin-bottom: 15px;
}

h2, h3 {
	display: block;
	text-indent: -300000px;
	margin-bottom: 10px;
}
	h3 {height: 48px;}

img.alignright {
	float: right;
	padding: 22px 4px 10px 10px;
}
	
/* ============ Structure ============ */
#wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	height: 500px;
}

#content{
	min-height: 320px;
	width: 680px;
	margin: 0 auto;
	padding: 20px 0 0 20px;
}

#header{
	display: block;
	width: 700px;
	height: 80px;
	text-indent: -300000px;
	background: url(../en/_images/header.jpg) no-repeat;
}

#footer{
	color: #ffffff;
	height: 30px;
	padding: 8px 0 0 20px;
	background: url(../en/_images/footer.jpg) no-repeat;
}

#legal{
	font-size: 10px;
	color: #666;
	margin-left: 20px;
}

	#legal p{
		margin-bottom: 5px;
	}