@charset "utf-8";
body {
	background-color: #A6C7F4;
	background-image: url(patterns/ticlyg.png);
	}

#container {
	width: 712px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#logo {
	background-color: #4D6680;
	height: 150px;
	width: 150px;
	float: left;
	border: 3px solid #4D6680;
}
#banner {
	background-color: #4D6680;
	float: right;
	height: 150px;
	width: 544px;
	border: 3px solid #4D6680;
}
#news {
	background-color: #4D6680;
	height: 30px;
	width: 706px;
	top: auto;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	clear: left;
	float: left;
	border: 3px solid #4D6680;
}
#menu {
	background-color: #EDF2F8;
	width: 706px;
	float: left;
	height: 330px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4D6680;
	border-right-color: #4D6680;
	border-bottom-color: #4D6680;
	border-left-color: #4D6680;
}
#main {
	background-color: #EDF2F8;
	height: 330px;
	width: 544px;
	float: right;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border: 3px solid #4D6680;
}
#intro {
	height: 375px;
	width: 350px;
	border: thick solid #4D6680;
	top: 50%;
	position: absolute;
	float: none;
	margin-top: -195px;
	margin-right: -180px;
	margin-bottom: auto;
	margin-left: auto;
	right: 50%;
}
#footer {
	background-color: #B5CCE3;
	height: 20px;
	width: 706px;
	top: auto;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	clear: left;
	float: left;
	border: 3px solid #4D6680;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000066;
}
