﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #00223B;
	
	background-repeat: repeat;
	background-attachment: scroll;
	margin:0px;
	
}
#container {
	width: 700px;
	margin: 0px auto;
	background-color: #F6EFD7;
    border-right: 3px solid #025896;
    border-left:3px solid #025896;


	
	
}
#masthead {
    background-image:url('../images/ban.jpg');
	width: 1024px;
	height:262px;
	}
	
#navigation {
	
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0px ;	
    background-image:url('../images/polosa_menu.jpg');
}

#navigation2 {
	
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0px ;
	margin-left:1px;
	color: #025896;
   
}


#content {
	float: left;
	width: 418px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 50px;
	
}


#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	background-color: #025896;
	
}



/* Masthead Styles */
#masthead h1 {
	color: #025896;
	text-indent:18px;
}
#masthead h3 {
	color: #025896;
	text-indent:14px;

}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	border: 0px ;
	margin-left:0px;
	margin-top:00px;
	border:0px solid #F6EFD7;

	

	
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px ;
	left:10px;
	margin-left:0px;
	border:2px solid #F6EFD7;


	

}
#navigation a {
	color: #025896;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px ;
	
}
#navigation a:hover {
	color: #fff;	
	text-decoration: none;
	border: 1px ;
	background-color: #025896;
	

}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #025896;
	
	
	}
#content img {
	padding: 5px;
	border: 0px solid #808080;
}
/* Footer Styles */
#footer p {
	color: #006699;
	margin-top: 5px;
	
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #F6EFD7;
	text-decoration: none;
}



a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: normal;
}
