@charset "utf-8";


body {
	background-color: #c5d6fe;
	}

#wrapper {
	position:absolute;
	width:706px;
	height:776px;
	z-index:5;
	background-color: #FFFFFF;
	top: 50px;
	left: 50%;
	margin-left: -353px;
	border: 1px solid #3b507d;
	-moz-border-radius: 32px;
	border-radius: 32px;
	}

#bottom {
	background-color: #C5D6FE;
	height: 50px;
	width: 50px;
	position: absolute;
	margin-left: -25px;
	left: 50%;
	top: 826px;
	}

#title {
	position:absolute;
	z-index:1;
	height: 110px;
	width: 560px;
	top: 3px;
	right: 3px;
	}

#logo {
	position:absolute;
	z-index:2;
	width:140px;
	height:200px;
	left: 3px;
	top: 3px;
	}

#links {
	position:absolute;
	width:140px;
	height:520px;
	z-index:3;
	top: 203px;
	left: 3px;
	background-color: #94A0BE;
	}

#links   a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	display: block;
	margin: 10px;
	padding: 8px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
	color: #dfe7ff;
	}

#links a:hover {
	background-color: #3C507E;
	}

#main{
	position:absolute;
	width:560px;
	height:610px;
	z-index:5;
	top: 113px;
	right: 3px;
	background-image: url(assets/images/background.jpg);
	}

#footer {
	position:absolute;
	width:700px;
	height:50px;
	z-index:7;
	left: 3px;
	bottom: 3px;
	background-image: url(assets/images/footer.png);
	}

#footerInsert {
	position:absolute;
	width:380px;
	height:40px;
	z-index:1;
	left: 160px;
	top: 4px;
	}

a:link {
	color: #e4fdb9;
	font-size: 12px;
	text-decoration: none;
	}

a:visited {
	color: #e4fdb9;
	font-size: 12px;
	text-decoration: none;
	}

a:hover {
	color: #e4fdb9;
	font-size: 12px;
	text-decoration: underline;
	}

a:active {
	color: #e4fdb9;
	font-size: 12px;
	text-decoration: underline;
	}

.smallprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e4fdb9;
	}

.indent20 {
    margin-left:20px;
	}

.p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3D3220;
	font-size: 12px;
	margin-right: 20px;
	margin-left: 20px;
	text-indent: 0px;
	text-outdent: 0px;
	}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3D3220;
	font-size: 12px;
	margin-right: 35px;
	margin-left: 35px;
	text-indent: 20px;
	text-outdent: 20px;
	}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #380000;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #380000;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #380000;
	}

label.block {
	display:block;
	float:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3D3220;
	font-size: 10px;
	}

label.inline {
	display:inline;
	float:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3D3220;
	font-size: 10px;
	}

input:focus, textarea:focus {
background:#BAA37A;
color:#ffffff;
	}

