@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial;
	color:#000000;
	font-size:14px;
	text-align:justify;
	text-decoration:none;
	background-color: #000000;
	}
#wrapper {
	/*border: 1px solid #3333FF;*/
	margin-left:auto;
	margin-right:auto;
	width:900px;
	background-image: url(Images/background-image.gif);
	background-repeat: repeat-y;
	}
#header {
	/*border: 1px solid #00CCCC;*/
	height: 80px;
	width:800px; 
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#navigation {
	/*border: 1px solid #990033;*/
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	font-size:16px;
	text-decoration: none;
	text-align:center;
	color:#000000;
	}
#navigation a {
    text-decoration: none;
	color:#00007a;
	}
#navigation a:link {
	}
#navigation a:visited {
	color: #333333;
	 }
#navigation a:hover {
	color: #000099;
	}
#left {
	/*border:1px solid #00CC33;*/
	float: left;
	width: 430px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
#main {
	/*border: 1px solid #CC3366;*/
	margin-left:auto;
	margin-right:auto;
	width: 650px;
	padding: 15px;
	text-decoration:none;
	}
#right {
	/*border:1px solid #00CC33;*/
	float: right;
	width: 430px;
	text-align:center;
	font-family: "Cataneo BT", "Lucida Calligraphy"; 
	font-size:18px;
	padding-top: 40px;
	}
#image {
	padding-right: 90px;
	padding-left: 90px;
	}
#h2 {
	font-size:24px;
	color:#000033;
	text-align:center;
	background-position: center;
	}
#footer {
	/*border: 1px solid #CC00FF;*/
	height:15px;
	clear:both;
	margin-top: 10px;
	text-align: center;
	font-size:11px;
	text-decoration: none;
	color: #00007a;
	border-top-width: thin;
	border-bottom-width: thick;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #8a8585;
	border-bottom-color: #8a8585;
}

