/*------------------------------------------------------------------------------------------------------*/
/*							DO NOT TOUCH THE SETTING BETWEEN THESE FRAMES! 								*/
/*------------------------------------------------------------------------------------------------------*/

/* This makes sure all pages use the same font-family, padding and margin */
* {
	margin: 0px;
	padding: 0px;
	font-family:  arial, verdana, sans-serif;
}

/* This renders the nice background, backgroundcolor, plus defines the font-size and font-color of the complete site */
body {
	background: #E7E7E7 url("/images/common/bgtexturecenter.gif") repeat-y top center;
	text-align: center;
	font-size: 12px;
	color: #291B59;
}

/* Defines the width and placement of the actual page setup */
#container {
	margin: 0 auto;
	text-align: left;
	width: 716px;
}

/* Defines the actual text area of the page */
#content {
	width: 100%;
	float: left;
}
/*------------------------------------------------------------------------------------------------------*/

/* Defines how paragraph <p></p> are displayed */
#content p {
	padding: 0 0 .7em 0;						
}

/* Defines how <strong></strong> fonts are rendered */
#content strong, #content b { 						
	font-size: 12px;
	color: #000;
}	

/* Defines how H3 fonts are rendered */
#content h3 {
	font-size: 20px;
	padding: 0 0 .5em 0;
	color: #291B59;
}	

/* Float elements to the right */
#content .floatright {
	float: right;
	margin: 0 0 2px 10px;
}

/* Float elements to the left */
#content .floatleft {
	float: left;
	margin: 0 10px 2px 0;
}

/* Image border: Makes sure all images have a nice border - no border wanted? use class="noborder" (see below)  */
#content img {
	border: 1px solid #291B59;
}

/* If no image border is wanted, use this class - etc.: <img src="" class="noborder"> */
#content img.noborder {
	border: 0px;
}

#content img.noborderfloatleft {
	border: 0px;
	float: left;
	margin: 0 10px 2px 0;
}

#content img.noborderfloatright {
	border: 0px;
	float: right;
	margin: 0 0 2px 10px;
}


/* Creates space - used above and below topimage */
.space {
	padding-top: 14px;
}

/* Create a horizontal ruler */
#content hr {
	border: 0px;
	height: 1px;
	border: 1px solid #cdcdcd;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* Styling of EU flag bottom frontpage */
#EU {
	text-align: center;
	margin-bottom: 20px;
	line-height: 40px;
	vertical-align: middle;
}

#EU .sponsortext {
	font-size: 10px;
	color: #8f8f8f;
}
