@charset "UTF-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color:#C4C4C4;
	margin:0px;
	
}
#container {
	background-color: #FFFFFF;
	width: 960px;
	margin: auto;
	border-radius: 20px;
}
header {
	height: 75px;
	background-image: url(../aegean_images/header.jpg);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
header img {
	margin: 20px 0px 0px 30px;
}
nav {
	color: #988B67;
	width: 300px;
	float: left;
	padding-bottom: 50px
}
nav a {
	text-decoration: none;
	color: #003F5D;}
nav a:hover {
	text-decoration: underline;	
}
nav ul {
	margin-left: 30px;
	padding: 0px;
	font-weight: 900	;
	font-size: 16px;
}
nav ul li {
	list-style-type: none;
}
#contact {
	border-top-style: solid;
	border-width: 10px;
	border-color: #988B67;
}
#contact h1 {
	font-size: 16px;
	margin: 20px 0px 0px 30px;
}
#contact p {
	font-size: 16px;
	margin: 0px 0px 0px 30px;

}
main {
	float: left;
	width: 600px;
	padding: 15px 30px 0px 30px;
}
main h1 {
	font-size: 18px;
	color: #003F5D;
	margin-top: 0px;
	margin-bottom: 0px;
}
main h2 {
	font-size: 16px;
	color:#000;
	margin-bottom: 0px;
}
main p {
	margin-top: 0px;	
}
main p a {
	text-decoration: none;
	color: #003F5D;
}
main p a:hover {
	text-decoration: underline;
}
footer {
	background-image: url(../aegean_images/footer.jpg);
	height: 100px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	clear: left;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
footer p {
	padding-top: 70px;
	margin-right: 30px;
	font-size: 12px;
}
.attention {
	color: #988B67;
	margin-top: 10px;
}
.notice {
    padding: 5px;
    border-color: crimson;
    border-width: 5px;
    border-style: solid;
}
.address {
	margin: 0px;
}

.addressheading {
	margin-bottom: 0px;
	margin-top: 10px;
	font-weight: bold;
}
