@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body
{
	min-width:1000px;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:White;
	background-image:url(../images/body-background.jpg);
	background-repeat:repeat-x;
}

#Center
{
	width:900px;
	margin:0 auto;
	text-align:left;
}

#FloatLeft-Container
{
	float:left;
	width:900px;
}

header
{
	float:left;
	width:900px;
	margin-bottom:15px;
}

#Top
{
	float:left;
	width:900px;
	height:80px;
}

#H1-Container
{
	float:left;
	height:50px;
	width:300px;
	margin-top:30px;
}

#H1-Container a { text-decoration:none; }

#H1-Container a h1
{
	font-family: 'Mr De Haviland', cursive;
	color:White;
	font-size:40px;
	font-weight:bold;
	text-shadow:0px 0px 5px #04223c;
}

#MenuAndFlags-Container
{
	float:left;
	width:600px;
	height:80px;
}

#Flags
{
	float:left;
	width:600px;
	height:30px;
	margin-top:10px;
}

#Flags ul
{
	float:left;
	width:600px;
	list-style:none;
}

#Flags ul li
{
	display:block;
	float:right;
	margin-left:5px;
}

#Flags ul li a img
{
	border:1px solid #FFF;
}

nav
{
	float:left;
	width:600px;
	height:20px;
	margin-top:20px;
}

nav ul
{
	float:left;
	width:600px;
	list-style:none;
}

nav ul li
{
	display:block;
	float:right;
	padding:0px 15px;
}

nav ul li a
{
	color:White;
	text-decoration:none;
	font-weight:bold;
	text-shadow:0px 0px 5px #2b75b2;
	text-transform:uppercase;
}

nav ul li a:hover, nav ul li a:focus
{
	text-shadow:0px 0px 10px #04223c;
}

#SliderContainer
{
	float:left;
	width:880px;
	height:350px;
	padding:10px;
    box-shadow: 0 0 10px #95cfff;
	-moz-box-shadow: 0 0 10px #95cfff;
    -webkit-box-shadow: 0 0 10px #95cfff;
	margin-bottom:15px;
	background-color:White;
}

#Content
{
	float:left;
	width:880px;
	margin-bottom:15px;
}

article
{
	float:left;
	width:570px;
	margin-right:10px;
	margin-left:10px;
	line-height:1.3em;
	color:#505050;

}

article h2
{
	font-size:42px;
	color:#227ac0;
	margin-bottom:28px;
	line-height:42px;

}

article p
{
	margin-bottom:1em;
}

article p strong
{
	font-weight:bold;
}

article p:last-child
{
	margin-bottom:0px;
}

article p a
{
	color:#227ac0;
}

aside
{
	float:left;
	width:290px;
}

aside a img
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	width:118px;
	height:118px;
	padding:10px;
	border:1px solid #dddddd;
	background-color:#f5f5f5;
}

aside a:nth-child(2n) img
{
	margin-right:0px;
}


