body {
	background-color: #f4f4f4;
	font-size: 10px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #564b47;
	padding: 0px;
}
a {color: #564b47; text-decoration: none;}
a:visited {color:#564b47;}
a:hover {color: #DFA72D;}
a:active { color:#DFA72D;}


h1 {
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 11px;
	font-weight: bold;

}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

/* ----------container------------------------ */
#container {
	width: 100%;
	overflow: hidden;
	margin: 20px auto 0;

}

p {
	padding: 0 0 10px;
	width: 650px;
	margin:auto;
	text-align: justify;
}

p.advantages {
	padding: 0 0 10px;
	width: 650px;
	margin:auto;
	text-align: justify;
}

p.gw {
	position: relative;
	top: -10px;
	font-size: 9px;
	padding: 0 0 10px;
	width: 650x;
	margin:auto;
	text-align: center;
}

h1 {
	padding: 15px 25px;
	margin:auto;
	text-align: center;
}
h2 {
	padding: 5px 25px;
	margin:auto;
	text-align: center;
}

h3 {
	padding: 5px 25px 5px 30px;
	margin:auto;
	text-align: center;

}


/* ----------plate------------------------- */


#plate {
	width: 718px;
	height: 420px;
	background: url(certificate_plate.png) no-repeat scroll;
	margin: auto auto 0;
}


#signet {
	width: 160px;
	height: 205px;
	position: relative;
	top: 150px;
	left: 40px;
	overflow: hidden;
}

#certificate_percentage {
	width: 700px;
	height: 20px;
	position: relative;
	top: 125px;
	left: 27px;
	font-size: 18px;
}

#certificate_data {
	position: relative;
	top: -17px;
	left: 372px;
	font-size: 12px;
	line-height: 14.5px;
	overflow: hidden;
}

#certificate_id {
	position: relative;
	left: 372px;
	top: -13px;
	font-size: 12px;
	line-height: 14.5px;

}


/* ----------footer------------------------- */
#footer {
	margin: auto auto 0;
	width: 718px;
	padding: 0 0 0 10px;
	
}

