@charset "UTF-8";
/* CSS Document */

body {
	font:16px Georgia, "Times New Roman", Times, serif;
	padding:0px;
	margin:0px;
	background:url(bg_sqena.jpg) top repeat-x;
}

#pagewidth {
	width:560px;
	margin:40px auto 0px auto;
	overflow:hidden;
	text-align:center;
	border:#c6d4c7 1px solid;
	padding:20px;
	background:#fff;
}

	h1 {
		background:url(logo_sqena.jpg) center no-repeat;
		width:100%;
		height:164px;
		text-indent:-1500px;
		overflow:hidden;
		margin-bottom:0px;
		padding-bottom:0px;
	}
	
	h2 {
		margin-top:0px;
		padding-top:0px;
		color:#ac573e;
		text-align:center;
		border-bottom:#eaeae4 1px dotted;
		padding-bottom:20px;
	}
	
	P {
		color:#333;
	}
	
	A {
		color:#ac573e;
		font-weight:bold;
	}
	
	A:hover {
		text-decoration:none;
	}