body{
        background:black none repeat scroll 0% 50%;
        color:#BFBFBF;
		   text-align:center;
        font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
        font-size:11px;
        padding:0pt;
        }

#page{
       
        margin:0px auto;
        padding:0px;
        text-align:center;
        width:920px;
        }

#logo{
	height: 99px;
	width:920px;
	
	background-image: url(../images/logo.jpg);
	
}

#navigation{
	background-image: url(../images/nav.jpg);
	color: #FFFA9D;
	height: 20px;
	width: 920px;
	text-align: left;
	padding: 1pt 1px;
	font-weight: bold;
	background-repeat: no-repeat;
}

#wrapper{
        float:left;
        margin:0pt;
        padding:0pt;
		  height: 100%;
		  background-color: #FFAF15;
        }
		  
		  
#left{
	background-image: url(../images/left_bg.jpg);
	background-color: #FFAF15;
	color: #000000;
	float: left;
	font-size: 11px;
	 margin:0pt 0pt 0pt 0px;
	height: 600px;
	padding: 10px;
	text-align: left;
	width: 140px;
	background-repeat: no-repeat;
}

		  
#content{
	color: #7A0C06;
	
	float: left;
	left: 100px;
	line-height: 1.5em;
	margin: 0pt 0pt 0pt 0px;
	overflow: hidden;
	padding: 10px 20px 0pt 25px;
	text-align: left;
	width: 575px;
	background-image: url(../images/europe.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FDFAC5;
	height: 100%;
}



#right{
       background-image: url(../images/right_bg.jpg);
		background-color: #FFAF15;
        float:left;
		  color: #000000;
        font-size:11px;
        height: 600px;
        padding:10px;
        text-align:left;
        width:120px;
		  background-repeat: no-repeat;
		  
        }

#footer{
        clear:both;
        color:#808979;
        font-size:11px;
        height:110px;
        margin:0pt;
        padding:10px 358px 10px 30px;
        }

		  
		  
		  /* search */
.search{
        margin:20px 10px 0pt 0px;
        width: 131px;
        text-align:right;
        background:transparent url(../images/search.gif) no-repeat scroll left center;
        float: right;
}

#mod_search_searchword{
        width: 109px;
}


/* navigation */


#navigation ul{
        list-style-image:none;
        list-style-position:outside;
        list-style-type:none;
        margin:0pt;
        padding:0pt;
}

#navigation li:last-child   {
        border-right:medium none;
}

#navigation li {
        border-right:1px solid #A8A8A8;
        display:inline;
        margin:0pt;
        padding:0px 5px 3px 5px;
}

#navigation a {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
}

#navigationleft {
        float:left;
}

#navigationright {
        float:right;
       
        padding-right:8px;
}

.contentheading {

font-weight: bold;
font-size: 18px;
color: #7A0C06;




}

