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

body {
	background-image: url(images/secetariat.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B3B3B3;
}


#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 225px;
}
.bigger {
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #999999;
	margin-left: 220px;
}

#wrapper a {
	color: #000000;
	text-decoration: none;
}

#menu {
	float: left;
	height: 600px;
	width: 210px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 250px;
	padding-left: 0px;
	margin-right: 20px;
}
#wrapper #menu li  {
	padding-bottom: 10px;
	list-style-type: none;
}
#wrapper #menu a {
	color: #666666;
	text-decoration: none;
}
#wrapper #menu a hover {
	text-decoration: underline;
}
#wrapper p {
	color: #000000;
}
