@charset "utf-8";
/* Designed and Developed by Hilda Mateiu */

body{
background:url(../images/bg.jpg) top repeat-x #675144;
padding:0px;
margin:0px;
}

img{
border:4px ridge #c26843;
margin-right:10px;
margin-bottom:10px;
}

a{
color: #CCCCCC;
}

#body{
width:781px;
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:252px;
}

#menu{
height:66px;
background: url(../images/menu.jpg) no-repeat;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color:#ffffff;
font-weight: bold;
font-style:italic;
}

#menu a{
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color:#ffffff;
font-weight: bold;
font-style:italic;
text-decoration:none;
}

#menu a:hover{
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color:#ffffff;
font-weight: bold;
font-style:italic;
text-decoration: underline;
}

#left_sidebar{
width:300px;
}

#content{
background: url(../images/bkr.jpg) repeat-y;
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:58px;
background: url(../images/footer.jpg) no-repeat;
}

.footer_text{
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
color:#ffffff;
text-align:right;
font-style:italic;
padding:27px 10px 0px 0px;
}

.div_clear {

	clear: both;

	height: 0;

	line-height: 0;

	font-size: 0;

	overflow: hidden;

}