#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1024px;
	
}

#header {
	margin: 0 0 15px 0;
	background: white;
}

#side-a {
	float: left;
	width: 150px;
	min-height:380px;

}

#side-b {
	float: right;
	width: 150px;
}

#content { 
	float: left;
	width: 56%;
}

#footer {
	clear: both;
	background: #ffffff;
}

body {background-color:white;}
body {color:#333;}
#header h1 a {color:#3b6ea5;}
  .description {color:#333;}

/*Links color*/
  a {color:#0066CC}

/*Links hover color*/
  a:hover {color:#333}


/* Begin Typography & Colors */
body {
	font-size: 75%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/*background: #fff;
	color: #333;*/
	text-align: center;
	}

h1, h2, h3 {
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: bold;
}

#header h1 {
	font-size:3.2em;
	}

#euroRefDom {
    font-size: 125%;
}