@charset "utf-8";
/* Designed and Developed by Hilda Mateiu */

body{
background:url(../images/bg.jpg) top repeat-x #839db8;
padding:0px;
margin:0px;
}

img{
border:4px ridge #d3e7f1;
margin-right:10px;
margin-bottom:10px;
}

a{
color: #CCCCCC;
}

#body{
width:770px;
margin:0px auto 0px;
}

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 right transparent;
height:250px;
}

#menu{
height:39px;
background: url(../images/menu.jpg) no-repeat;
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
color:#ffffff;
font-weight: normal;
}

#menu a{
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
color:#ffffff;
font-weight: normal;
text-decoration:none;
}

#menu a:hover{
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
color:#ffffff;
font-weight: normal;
text-decoration: underline;
}

#left_sidebar{
width:300px;
}

#content{
background: #75a0c4;
min_height:500px;
border-left:2px solid #ffffff;
border-right:2px solid #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
padding:10px;
line-height:18px;
color:#ffffff;
margin:0px 0px 0px 0px;
}

#footer{
height:25px;
background:#1b72ba;
border-left:2px solid #ffffff;
border-right:2px solid #ffffff;
}

.footer_text{
font-family: Georgia, "Times New Roman", Times, serif;
font-size:10px;
color:#ffffff;
text-align:right;
font-style:italic;
padding:0px 10px 0px 0px;
}

.div_clear {

	clear: both;

	height: 0;

	line-height: 0;

	font-size: 0;

	overflow: hidden;

}