body {
	background-image: url("../media/graphics/background_bottom.gif");
	background-repeat: repeat-x;
	background-color: #301146;
	padding: 0; margin: 0;
}

#logotype {
	margin: 0 auto;
	width: 311px;
	height: 91px;
	margin-top: 200px;
	margin-bottom: 25px;
}

#menu {
	width: 100%;
	background-color: white;
	height: 76px;
	border-top: 1px solid #1F0C2E;
	border-bottom: 1px solid #1F0C2E;
}

#menu ul {
	margin: 0 auto; padding: 0;
	background-color: white;
	width: 350px;
	height: 76px;
}

#menu ul li {
	list-style: none;
	background-color: white;
	margin: 0; padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma;
	font-size: 80%;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #444;
	float: left;
	text-align: center;
}

#menu ul li a {
	display: block;
	padding: 30px;
	text-decoration: none;
	color: gray;
}

#menu ul li#blog {
}

#menu ul li a:hover {
	background-image: url(../media/graphics/ornament_small.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #301146;
}

#intro_news {
	width: 500px;
	margin: 0 auto;
	min-height: 200px;
	position: relative;
}

#intro_news:hover {
	cursor: pointer;
}

#intro {
	height: 300px;
	padding-top: 10px;
	background-image: url("../media/graphics/splash/glow.gif");
	background-repeat: no-repeat;
	background-position: top center;
	color: white;
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma;
	font-size: .75em;
	width: 500px;
	text-align: center;
	position: absolute;
	top: 0; left: 0;
}

#intro h2 {
	font-size: 120%;
}

#intro p {
	color: #e1c4f3;
}

#preview_login_link {
	display: block;
	position: absolute;
	top: 13px; left: 13px;
	color: #d5b1e9;
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma;
	font-size: .7em;
	text-decoration: none;
	padding: 6px;
}

#preview_login_link:hover {
	color: white;
}

#preview_login_form {
	background-color: rgba(255,255,255,.75);
	width: 250px;
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma;
	font-size: .7em;
	color: #444;
	padding: 10px;
	position: absolute;
	top: 10px; left: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-bottom: 1px solid white;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.25);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.25);
	-khtml-box-shadow: 0 5px 10px rgba(0,0,0,.25);
}

#preview_login_form h1 {
	font-size: 2em;
	color: #2d1040;
}

#preview_login_form div {
	height: 24px;
}

#preview_login_buttons {
	margin-top: 6px;
	text-align: right;
}

#preview_login_form label { display: block; float: left; width: 80px; padding: 4px; }

#news {
	padding-top: 10px;
	background-image: url("../media/graphics/splash/glow.gif");
	background-repeat: no-repeat;
	background-position: top center;
	color: white;
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma;
	font-size: .75em;
	width: 500px;
	text-align: center;
	position: absolute;
	top: 0; left: 0;
	opacity: 0;
	padding-bottom: 20px;
}

#news h2 {
	font-size: 140%;
}

#news p {
	color: #e1c4f3;
	line-height: 1.75em;
}

/* !Footer */

#footer {
	border-top: 1px solid #481970;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	padding-top: .75em;
	height: 50px;
	background-image: url("../media/graphics/reflexion_couple.png");
	background-repeat: no-repeat;
	background-image: none;
}

#footer_list {
}

#footer li {
	font-size: .7em;
	float: left;
	list-style: none;
	margin-right: 1em;
	padding-right: 1em;
	border-right: 1px solid #4a196f;
	color: white;
}

#footer a {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid #2e0f47;
	padding-bottom: .25em;
}

#footer a:hover { border-color: #5a367b; }

#footer li:last-child {
	border-right: none;
}

/*-------------------------------------------------------------------*/