
body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
}
div#links {
	
}

div#links a {
	font-size: 10px;
	color: #003366;
	text-decoration: none;
}

div#links a:hover {
	color: #006699;
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #7B9CB5;
	text-align: center;
}

.path {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#path {
	font-size: 10px;
}


div#contributions-rel {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	padding: 0.5em;
	margin: 0.1em auto 0.3em;
	position: relative;
	width: 700px;
	border: 1px solid #EEEEEE;
}

div#contributions {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	padding: 0.5em;
	clear: both;
	margin: 0.1em 0.3em 0.3em 0.3em;
}

div#contributions p {
	margin-top: 0.5em;
	text-align: justify;
	margin-bottom: 0.5em;
}

div#title {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0.2em;
	clear: both;
	padding-bottom: 0.5em;
	margin-bottom: 0px;
	padding-top: 0.5em;
}

div#icons_left {
	float: left;
	clear: right;
	margin-right: 0.5em;
	margin-top: 0.1em;
}

div#icons_right {
	float: right;
	padding-top: 0.3em;
	margin-left: 0.5em;
	margin-top: 0.1px;
}

.brd-gray-down {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


