body {
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #555E4F;
	background-image: url(imatges/fons.jpg);
	background-color: #000000;
	background-repeat: repeat;
	background-position: center top;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

/* Header */

#header {
	width: 850px;
	color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header h1 {
	float: left;
	font-size: 25px;
	letter-spacing: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header h2 {
	float: right;
	font-size: 12px;
	letter-spacing: 0px;
	font-weight: normal;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}
#header a {
	color: #FFF;
	text-decoration: none;
}
#header a:hover {
	color: #FFF;
	text-decoration: underline;
}

a {
	color: #027381;
	text-decoration: none;
}

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

/* Menu */
#menu {
	height: 40px;
	width: 830px;
	padding-left: 20px;
	background-image: url(imatges/img02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 1px;
	height: 30px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(imatges/img03.gif);
	background-repeat: no-repeat;
	background-position: left 35%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

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

#menu .current_page_item a {
	background: none;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 850px;
	padding-top: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #E9EAE2;
	border: 5px solid #FFF;
}

#colOne {
	float: left;
	width: 200px;
	margin-top: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
/* Sidebar */

#sidebar {
	float: left;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 40px;

}

#sidebar li ul {
	padding-left: 25px;
}

#sidebar li li {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	text-transform: lowercase;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
}

#sidebar li h2 {
	height: 30px;
	text-transform: lowercase;
	font-size: 14px;
	letter-spacing: -1px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 25px;
	color: #027381;
}

#sidebar li p {
	padding: 0 20px;
}

#colTwo {
	float: right;
	margin-top: 20px;
	width: 550px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#content h2 {
	margin-bottom: 20px;
	font-size: 14px;
	letter-spacing: 0px;
	color: #027381;
	text-transform: lowercase;
}
#content h3 {
	margin-bottom: 0px;
	font-size: 14px;
	letter-spacing: 0px;
	color: #027381;
	margin-top: 15px;
	text-transform: lowercase;
}


#footer {
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



#footer p {
	text-align: center;
	padding: 0;
	font-size: 10px;
	color: #999;
}
