/* STRUCTURE */

body {
	margin: 0px;
	padding: 0px;
	background: #EFEFEF url(images/body.jpg) repeat-x;
}
#container {
	width: 730px;
	background: #FFF url(images/background.jpg) repeat-y;
	margin: 0px auto;
	padding: 0px;
}

#header1 {
	width: 100%;
	height: 110px;
	background: #FFF url(images/header1.jpg) no-repeat;
}
#header2 {
	width: 100%;
	height: 180px;
	background: #FFF url(images/header2.jpg) no-repeat;
}
#main {
	width: 100%;
	clear: both;
}
#footer {
	width: 100%;
	clear: both;
}


#ad {
	width: 100%;
	height: 90px;
	padding: 5px 0 5px 0;
	margin: 0 auto 0 auto;
	background: #f1f1f1;
	border-bottom: 1px solid #fff;
	}



/* NAVIGATION */

#menu {
	float: right;
	display: inline;
	width: 435px;
	margin: -155px 10px 0px 0px;
	list-style: none;
	color: #878787;
	text-transform: uppercase;
	letter-spacing:2px;
	font-family: Trebuchet MS, Arial, Lucida Sans, Georgia; 
	font-size: 10px;  
	text-align: center;
	padding : 0px 0px 13px 0px;
	border-bottom: 1px solid #FFF;
}
#menu a:link {
	padding:5px 4px 7px 4px;
	font-weight: normal;
	text-decoration: none;
	color: #867364;
}
#menu a:visited {
	padding:5px 4px 7px 4px;
	font-weight: normal;
	text-decoration: none;
	color: #867364;
}
#menu a:hover {
	padding:5px 4px 7px 4px;
	font-weight: normal;
	text-decoration:none;
	border-top: 5px solid #FFF;
}





/* CONTENT */

#text {
	float: right;
	display: inline;
	width: 450px;
	margin: -110px 0px 0px 0px;
	padding: 10px;
	text-align:justify;
	list-style: none;
	color: #8F8F8F;
	font-family: Tahoma; 
	font-size: 11px; 
	line-height: 15px;
	vertical-align: top; 
	text-align: justify;
}
#text h1 {
	font: 17px Georgia, Arial, Times, sans-serif;
	text-transform:lowercase;
	text-align:left;
	color: #EF7A77;
	font-style:italic;
	letter-spacing:2px;
	padding: 0px 0px 7px 50px;
	border-bottom : 1px solid #BFB1A7;
}
#text h2 {
	font: 12px Georgia, Arial, Times, sans-serif;
	text-align:right;
	color: #EF7A77;
	font-style:italic;
	letter-spacing:2px;
	padding: 5px 30px 10px 0px;
	border-bottom : 1px solid #BFB1A7;

}
#text h3 { text-transform: uppercase;  font-family: Georgia, Times New Roman, Book Antiqua, serif;
	color: #99cc9d;
	font-size: 8px;
        text-align:right;


}
#text a {
	font: 11px Trebuchet MS, Georgia, Times, sans-serif;
	font-weight:bold;
	text-decoration: none;
	color: #7DBCDF;
}
#text a:hover {
	font: 11px Trebuchet MS, Georgia, Times, sans-serif;
	font-weight:bold;
	color: #9BCFA0;
	text-decoration: underline;
}




/* NEWS */

#news {
	border-right: 7px solid #FFF;
	padding: 0px 15px 10px 7px;
     background-image : url(images/newsbg.png);
	background-repeat: repeat-x;
    border: 0px solid #000000;
}


/* SIDEBAR */

#sidebar {
	float: left;
	display: inline;
	width: 230px;
	margin: -10px 0px 0px 0px;
	padding-bottom: 20px;
	text-align:justify;
	list-style: none;
	color: #8F8F8F;
	font-family: Tahoma; 
	font-size: 11px; 
	line-height: 15px;
	vertical-align: top; 
}
#sidebar h3 {
	font: 13px Georgia, Arial, Times, sans-serif;
	text-transform:uppercase;
	font-style:italic;
	text-align:right;
	color: #E38180;
	letter-spacing:2px;
	padding: 0px 30px 7px 0px;
	border-bottom : 1px solid #BFB1A7;
	
}
#sidebar a {
	font: 11px Trebuchet MS, Georgia, Times, sans-serif;
	font-weight:bold;
	text-decoration: none;
	color: #7DBCDF;
}
#sidebar a:hover {
	font: 11px Trebuchet MS, Georgia, Times, sans-serif;
	font-weight:bold;
	color: #9BCFA0;
	text-decoration: underline;
}




/* PICTURES */

.pictures {	
	filter:alpha(opacity=50);
	-moz-opacity:0.8;
	border: 1px solid #9BCFA0;
	padding:1px;
}
.pictures:hover {	
	filter:alpha(opacity=50);
	-moz-opacity:0.9;
	border: 1px solid #7DBCDF;
	padding:1px;
}




/* FONTSTYLE */

.bold{
	font-weight:bold;
}
.italic{
	color:#9F876D;
	font-style:italic;
}
.underline{
	font-style:underline;
}
