﻿body {
	background-color: #D8E2EE;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: gray;

}

h1 {
	color: #2C2F74;
	font-size: 140%;
	margin-bottom: 0px;
	margin-top: 0px;
}






/* ==================== Container ==================== */

#container {
	margin-left: auto;
	margin-right: auto;
	width: 835px;
}


p {
	margin-top: 0px;
	}




/* ==================== Header ==================== */

#header {
	margin: 0px;
	margin-bottom: -26px;
	padding: 0px;
	text-align: right;
}

#header img {
	border: none;
}

#bar {	
	margin-bottom: -4px;
}

#bar img{
	border: none;
}

#menu {
	position: relative;
	bottom: 99px;
	right: 10px;
}

#menu a {
	color: #FFF;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	color: #AAA;
}



/* ==================== Content ==================== */

#content {
	background: url("images/content.gif") repeat-y;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 20px;
	width: 770px;
}


#content img {
	border: none;
}

#background {
	margin-left: -50px;
	margin-bottom: -13px;
}

.preload {
	display: none;
}

/* ==================== Footer ==================== */

#footer {
	margin: 0px;
	text-align: right;
	
}

#footer img {
	border: none;
}


#contact {
	float: left;
	font-size: 80%;
	font-weight: bold;
	padding-left: 50px;
}

#copyright {
	font-size: 80%;	
}

#copyright a {
	color: #000;
	text-decoration: none;
}



/* ==================== Sidebar ==================== */

#sidebar {
	border-bottom: 3px #2C2F74 solid;
	border-left: 3px #2C2F74 solid;
	border-top: 3px #2C2F74 solid;
	float: right;
	font-size: 75%;
	margin-left: 20px;
	margin-right: -8px;
	margin-top: -40px;
	padding: 10px;
	text-align: justify;
	width: 250px;
}

/* ==================== Form ==================== */

input, textarea {
	background-color: white;
	border: 1px #2B2F72 inset;
	}













