* {
	margin: 0;
	padding: 0;
}

/* @group STRUCTURE */

body {
	background-color: white;
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 500px;
	border: 1px solid #006699;
	background: url(../images/bkgd.jpg) center top;
}

#boxes {
	width: 962px;
	margin-left: auto;
	margin-right: auto;
	height: 151px;
	background: url(../images/boxes.jpg) no-repeat center top;
	margin-top: 6px;
}

#sideimg {
	position: relative;
	left: -50px;
	top: -500px;
	width: 445px;
}

#splash {
	position: relative;
	width: 953px;
	height: 465px;
	left: -39px;
}



/* @end */

/* @group HEADER */

#header {
	height: 56px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}

#header #logo {
	float: right;
}

#header.en h1 {
	color: blue;
	font: bold 28px/56px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	float: left;
	width: 350px;
	height: 56px;
	text-indent: -9999px;
	background: url(../images/dream-big.gif) no-repeat left bottom;
}

#header.fr h1 {
	color: blue;
	font: bold 28px/56px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	float: left;
	width: 350px;
	height: 56px;
	text-indent: -9999px;
	background: url(../images/dream-big.gif) no-repeat right bottom;
}



/* @end */

/* @group FOOTER */

#footer {
	height: 56px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#footer.en h1 {
	color: blue;
	font: bold 28px/56px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	float: right;
	width: 275px;
	height: 56px;
	text-indent: -9999px;
	background: url(../images/footer-math.gif) no-repeat left bottom;
}

#footer.fr h1 {
	color: blue;
	font: bold 28px/56px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	float: right;
	width: 275px;
	height: 56px;
	text-indent: -9999px;
	background: url(../images/footer-math.gif) no-repeat right bottom;
}



/* @end */

/* @group NAVIGATION */

ul#nav {
	list-style-type: none;
	width: 960px;
	display: block;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	background: url(../images/nav-fade-splash.gif) no-repeat 0 bottom;
}

ul#nav li {
	display: block;
	float: left;
	color: white;
	font-weight: bold;
}

ul#nav li a:link, ul#nav li a:visited {
	text-transform: uppercase;
	font: bold 11px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	color: white;
}

ul#nav li a:hover {
	color: #93c2dd;
}

ul#nav li.language {
	float: right;
	display: block;
}



/* @end */
