﻿@charset "utf-8";
body {
	margin: 0;
}
a {
	outline-style: none;
}
#header {
	background: url(images/header-bg.jpg) repeat-x;
	height: 411px;
	width: 100%;
	position: relative;
}
#nav-buttons {
	position: absolute;
	z-index: 10000;
	top: 15px;
	right: 0;
	width: 450px;
	border: 1px #84c7da dashed;
	padding: 5px;
	padding-right: 25px;
	text-align: center;
}
ul#nav-buttons {
	list-style: none;
}
ul#nav-buttons li {
	float: right;
}
#nav-buttons a {
	margin-left: 10px;
	color: #32688e;
}
#nav-buttons a:hover {
	color: #ee5aee;
}
#header #right {
	background-image: url(images/header-right.jpg);
	float: right;
	height: 411px;
	width: 595px;
	position: relative;
}
#header #left {
	background-image: url(images/header-left.jpg);
	float: left;
	height: 411px;
	width: 376px;
	position: relative;
}
#right a {
	display: block;
	width: 150px;
	height: 80px;
	text-indent: -9999px;
	position: absolute;
	right: 335px;
	bottom: 270px;
}
#right a:hover {
	border-bottom: 1px #C6E2EE dashed;
	margin-bottom: -5px;
}
#left a {
	display: block;
	width: 100px;
	height: 80px;
	text-indent: -9999px;
	position: absolute;
	left: 90px;
	top: 80px;
}
#footer {
	width: 100%;
	height: 180px;
	background: transparent url('images/footer-bg.jpg') repeat-x bottom center;
	position: relative;
}
#up {
	position: absolute;
	display: block;
	width: 56px;
	height: 32px;
	background: transparent url('images/up.jpg') no-repeat center;
	right: 50%;
}
#f-right p {
	color: #648aa1 !important;
}
#f-right {
	float: right;
	margin-top: 75px;
	margin-right: 30px;
	text-align: center;
	font-size: 90%;
}
#f-right a {
	color: #648aa1;
}
#f-right a:hover {
	color: #CA68E7;
	text-decoration: underline;
}
#f-left {
	float: left;
	margin-top: 80px;
	margin-left: 30px;
	color: #648aa1;
	font-size: 90%;
	width: 230px;
	text-align: center;
}
#f-left #y-rights {
	text-decoration: none;
}
a#y-rights {
	display: block;
	text-indent: -9999px;
	width: 152px;
	height: 96px;
	background: white url('images/y-rights.jpg') no-repeat center;
	margin-right: 70px;
	margin-bottom: 5px;
}
#f-left a {
	color: #648aa1;
}
#f-left a:hover {
	color: #CA68E7;
	text-decoration: underline;
}

