body, select, input, textarea {
    font-family: Verdana;
    background: #fff;
    color: #000;
    text-align: left;
    font-size: 72%;
}

h1 {
	font-size: 1.2em;
	font-weight: 900;
}

h2 {
	font-size: 1.1em;
	font-weight: 900;
}

h3 {
	font-size: 1em;
	font-weight: 900;
}

a:link, a:visited {
	color: #4d1a70;
	background: transparent;
	text-decoration: none;
}

dd {
	margin-left: 1.5em;
}

dt {
	font-weight: 900;
}

dl {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#wrapper a:link:after, #wrapper a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

/* BY 'WIDGET' */
#wrapper {
    width: auto;
    border: 0;
    margin: 0 5%;
    padding: 0;
    float: none !important;
}

#navigation,
form#search,
#header_contact,
#header_banner,
#subnavigation,
#footer {
    display: none;
}

#wrapper #header_logo a:link:after, #wrapper #header_logo a:visited:after {
    content: "";
}

/* BY PAGE */
#content #theContent {
	float: left;
	width: 250px;
}

#content #theMap {
	float: right;
	width: 250px;
	top: 20px;
}

#theMap img {
	padding-top: 20px;
}

#content h1 {
	clear: both;
}

