body {
	background-image: url("images/background.png");
	background-repeat: repeat-x;
	background-color: #216287;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	color: black;
	margin: 50px 0px 0px 0px;
	line-height: 120%;
	}

/* -----MAIN BLOCKS----- */
div#header {
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	display: block;
	position: relative;
	width: 900px;
	height: 200px;
	left: 50%;
	margin-left: -450px;
	}
	
div#content {
	background-image: url("images/content.jpg");
	background-repeat: repeat-y;
	display: block;
	position: relative;
	overflow: hidden;
	width: 900px;
	height: auto;
	left: 50%;
	margin-left: -450px;
	}

div#footer {
	background-image: url("images/footer.png");
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	width: 900px;
	height: 25px;
	left: 50%;
	margin-left: -450px;
	/*TEXT*/
	font-size: 10px;
	text-align: center;
	color: #858585;
	padding-top: 8px;
	}

/* ---------------- */
/* -----HEADER----- */
	div#logo {
		background-image: url("images/logo.png");
		background-repeat: no-repeat;
		position: absolute;
		display: block;
		width: 190px;
		height: 87px;
		top: -43px;
		left: 650px;
		}
	div#menu {
		background-image: url("images/menu.png");
		background-repeat: no-repeat;
		display: block;
		position: absolute;
		width: 170px;
		height: 215px;
		padding: 15px;
		opacity: 0.85;
		filter:alpha (opacity=85);
		top: -20px;
		left: 20px;
		z-index: 5;
		}
		
	a.menu {
		font-size: 14px;
		font-weight: bold;
		color: #2a516c;
		text-decoration: none;
		}
	
	a.menu:hover {
		text-decoration: underline;
		}
/* ----------------- */
/* -----CONTENT----- */
div#main {
	width: 650px;
	padding: 20px 25px 10px 25px;
	float: right;
	}

div#box {
	width: 180px;
	padding: 10px;
	text-align: center;
	float: left;
	}
/* ------------------ */
/* -----GALLERY------ */
td.gallery {
	border-top: 1px dashed black;
	padding: 3px;
	}
	
img.gallery {
	border: 3px solid #9E9E9E;
	}
	
img.gallery:hover {
	border: 3px solid #C8C8C8;
	}
/* ------------------ */	
h2 {
	color: #3b759e;
	margin: 0px 0px 8px -10px;
	}
	
h3 {
	color: #cf0303;
	margin: 0px;
	font-weight: normal;
	}

h4 {
	color: #cf0303;
	margin: 0px;
	}

table {
	margin: auto;
	}

hr {
	color: #184f0f;
	}

th {
	background-color: #538BA8;
	padding-left: 10px;
	}
	
a {
	color: #434343;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

input {
	background-color: #97C859;
	}

img {
	border: 0px;
	}

p {
	margin: 5px 0px 5px 0px;
	}

p.info {
	color: #444444;
	margin: 2px 0px 2px 7px;
	}
