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

body{
background: #999999;
padding:0px;
margin:0px;
}

img{
border:4px ridge #3b2c24;
margin-right:10px;
margin-bottom:10px;
}

a{
color: #000000;
}

#body{
width:778px;
margin:0px auto 0px;
border-left:1px solid #3b2c24;
border-right:1px solid #3b2c24;
}

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

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

#menu{
height:25px;
background: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color:#3b2c24;
font-weight: bold;
font-style:italic;
}

#menu a{
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color:#3b2c24;
font-weight: bold;
font-style:italic;
text-decoration:none;
}

#menu a:hover{
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color:#00878b;
font-weight: bold;
font-style:italic;
}

.special_menu {
height: 25px;
background: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #3b2c24;
font-weight: bold;
font-style: italic;
text-align: center;
}
.special_menu a:link,
.special_menu a:visited {
	color:#000;
	display:inline-block;
	padding:2px 12px;
	text-decoration:none;
}
.special_menu a:hover,
.special_menu a:active {
	color:#00878b;
	display:inline-block;
	padding:2px 12px;
	text-decoration:none;
}


#left_sidebar{
width:300px;
}

#content{
background: #ffffff;
min_height:500px;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
padding:20px;
line-height:18px;
color:#3b2c24;
margin:0px 0px 0px 0px;
}

#footer{
height:20px;
background: #ffffff;
padding-bottom:10px;
}

.footer_text{
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
color:#ffffff;
text-align:right;
font-style:italic;
padding:7px 10px 0px 0px;
}

.div_clear {

	clear: both;

	height: 0;

	line-height: 0;

	font-size: 0;

	overflow: hidden;

}