@CHARSET "ISO-8859-1";

# From global.css
#----------------

body {
	margin: 0px;
	padding: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	background-color: #ffffff;
}

#main {
	margin-left: auto;
	margin-right: auto;
	width: 804px;
	background-image: url('images/bg.png');
	background-repeat: repeat-y;
}

#header {
	width: 790px;
	height: 129px;
}

#header img {
	margin-top: 10px;
	margin-left: 10px;
}

#header span {
	padding-top: 90px;
	padding-right: 10px;
	padding-left: 170px;
}

#menu {
	margin-left: 3px;
	margin-right: 3px;
	padding-top: 15px;
	height: 38px;
	background-image: url('images/bg_menu.png');
	background-repeat: repeat-x;
	text-align: center;
	font-size: 140%;
	font-weight: bold;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	float: left;
	list-style: none;
	margin-left: 10px;
}

#menu a {
	color: #ffffff;
	text-decoration: none;
}

#menu a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#content {
	margin-left: 20px;
	margin-right: 20px;
	background-image: url('images/bg_content.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	min-height: 600px;
}

#footer {
	margin-left: 3px;
	margin-right: 3px;
	padding-top: 8px;
	height: 18px;
	text-align: center;
	font-size: 80%;
}

/* content */

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content h7 {
	color: #841A73;
}
#content p {
	text-align: justify;
}

