@charset "utf-8";
/* Designed and Developed by Hilda Mateiu */

body{
background:  #2770b7;
padding:0px;
margin:0px;
}

img{
border:4px ridge 5476c3;
margin-right:10px;
margin-bottom:10px;
}

a{
color: LightBlue;
}

#body{
width:706px;
margin:0px auto 0px;
border-left:0px solid #000000;
border-right:0px solid #000000;
}

h1{
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
text-transform: none;
color:#ffffff;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

#header{
background:url(../images/header.jpg) no-repeat center transparent;
height:258px;
}

#menu{
height:96px;
background: url(../images/menu.gif) no-repeat center;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:30px;
color:#0b4388;
font-style:italic;
font-weight: normal;
text-align:center;
}

#menu a{
font-family: Georgia, "Times New Roman", Times, serif;
font-size:30px;
color:#0b4388;
font-style:italic;
font-weight: normal;
text-decoration:none;
}

#menu a:hover{
font-family: Georgia, "Times New Roman", Times, serif;
font-size:30px;
font-style:italic;
color: #333333;
font-weight: normal;
}
#special_menu {
		height: 96px;
		background: url(../images/menu.gif) no-repeat center;
		text-align:center;
		width:100%;
	}
 #special_menu a {
	font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 30px;
		color: #0b4388;
		font-style: italic;
		font-weight: normal;
		display:inline-block;
		vertical-align:middle;
		padding:26px 20px 0px 19px;
		text-decoration:none;
	}
	#special_menu a:hover {
		color:#333333;
		}

#left_sidebar{
width:300px;
}

#content{
background: transparent;
border-left:0px solid #7f1519;
border-right:0px solid #7f1519;
min_height:500px;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
padding:20px;
line-height:18px;
color:#ffffff;
margin:0px 0px 0px 0px;
}

#footer{
height:40px;
background: url(../images/footer.jpg) no-repeat top;
}

.footer_text{
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
color:#ffffff;
text-align:right;
font-style:italic;
border-top:4px solid white;
padding:14px 0px 0px 0px;
}

.div_clear {

	clear: both;

	height: 0;

	line-height: 0;

	font-size: 0;

	overflow: hidden;

}