@charset "utf-8";
/* Designed and Developed by Hilda Mateiu */

body{
background:url(../images/bg.jpg) top repeat;
}

img{
border:4px ridge #484848;
margin-right:10px;
margin-bottom:10px;
}

a{
color:#000000;
}

#body{
width:778px;
margin:0px auto 0px;
border:1px solid #507cae;
}

h1{
font-family:Arial, Helvetica, sans-serif;
background:url(../images/title.jpg) repeat-x;
font-size:16px;
height:42px;
text-transform:uppercase;
color:#484848;
padding:10px 50px 0px 50px;
margin:0px 0px 0px 0px;
}

#header{
background:url(../images/header.jpg) no-repeat right transparent;
height:222px;
}

#menu{
background:url(../images/menu.jpg) no-repeat right transparent;
height:39px;
font-family: "Arial Narrow", Helvetica, sans-serif;
font-size:20px;
color:#ffffff;
font-weight: bold;
padding-left:270px;
}

#menu a{
font-family: "Arial Narrow", Helvetica, sans-serif;
font-size:20px;
color:#ffffff;
font-weight: bold;
text-decoration:none;
}

#menu a:hover{
font-family: "Arial Narrow", Helvetica, sans-serif;
font-size:20px;
color:#484848;
font-weight: bold;
text-decoration: none;
}

#left_sidebar{
width:300px;
}

#content{
background: #8d95c3 ;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
line-height:18px;
color:#ffffff;
margin:0px 0px 0px 0px;
border-top:0px solid  transparent;
}

.title{
background:url(../images/title.jpg) no-repeat;
padding:0px;
margin:0px;
height:50px;
border:0px solid #FF0000;
}

#footer{
height:30px;
}

.footer_text{
font-family:"Verdana", Arial, Helvetica, sans-serif;
font-size:10px;
color:#484848;
text-align:right;
font-style:italic;
padding:5px 10px 0px 0px;
}

.div_clear {

	clear: both;

	height: 0;

	line-height: 0;

	font-size: 0;

	overflow: hidden;

}