@charset "utf-8";

body {
	font-size: 13px;
	background-image: url("../images/background.gif");
	font-family: Arial, sans-serif;
	color: #6C6E71;
}

a, a:visited {
	color: #DD222F;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
}

h, h1, h2, h3 {
	color: #DD222F;
}

h3 {
	margin-top: 20px;
	margin-bottom: -5px;
	background-image: url(../images/agilaicon.gif);
	background-repeat: no-repeat;
	margin-left: 25px;
	padding-left: 20px;
}

h2 {
	background-image: url(../images/arrow_agila.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 10px;
}


#container {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

#banner {
	width: 100%;
	height: 80px;
	background-color: white;
	border-bottom: 3px solid #6C6E71;
	background-image: url(../images/banner_agila.gif);
}

#navigation_bar {
	background-color:#FFFFFF;
	margin-top: 6px;
}

#menu {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	background-color:#CCCCCC;
	padding: 5px 20px;
}

#contacts {
	font-size: 11px;
	text-align: right;
	padding: 5px 20px;
}

#content {
	background-color:#FFFFFF;
	min-height: 570px;
}

#text {
	text-align: justify;
	padding: 20px;
}

#text p {
	padding-left: 25px;
}

#footer {
	width: 700px;
	height: 20px;
	background-image: url(../images/footer.gif);
	border-top: 3px solid #6C6E71;
	margin-top: 6px;
}

#copyright {
	font-size: 11px;
	text-align: right;
	padding:3px 20px 6px 20px;
	color: #DD222F;
}


