@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/head009.jpg);
	background-repeat: no-repeat;
	height: 140px;
	padding-top: 5px;
}
#header h1 {
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3C7B9A;
	margin-top: 30px;
	margin-left: 275px;
}
#flag {
	margin-top: 0px;
	margin-left: 675px;
}

#menu {
	height: 48px;
	width: 100%;
}
#menu a:link, #menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #3c7b9a;
	background-image: url(images/flowertab01.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 30px;
	width: 120px;
	text-align: center;
	padding-top: 15px;
	text-decoration: none;
}
#menu a.active:link, #menu a.active:visited {
	color: #999999;
}

#menu a:hover {
	color: #84b6ce;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #798d9d;
	line-height: 19px;
	padding-right: 20px;
	padding-left: 20px;
	min-height: 500px;
}
#content a:link, #content a:visited {
	color: #339966;
}
#content a:hover {
	color: #339966;
}
#footer {
	background-image: url(images/flower_bottom01.jpg);
	background-repeat: repeat-x;
	height: 43px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #004566;
	text-align: center;
	padding-top: 5px;
}
.grey {
	background-color: #EAEFF2;
}
