
body{
	font: 80%/1.4em Verdana,sans-serif;
	color: #333;
	background: #eee url('i/bg2.png') repeat-y center;
	background-color:#e5e4ae;
}

a:link, a:visited, a:active{
	color:#996600;
	text-decoration: none;
	/*border-bottom: 1px dotted #996600;*/
}
#content .img a{
	color:#996600;
	border:none;
	text-decoration: none;
}

a:hover{
	text-decoration:underline;
	border-bottom: 0px;
}
#wrap{
	width:960px;
	margin:0 auto;
}
#wrap_top{
	
	height:60px;
	padding-right:inherit;
}

#main{
	background:#fff;
	overflow:hidden;
}

#head{
	margin:0;
	padding: 10px 5px 17px 5px;
	background:  url('i/header2.png') no-repeat;
	background-position: 50% 100%;
	height:370px;
}
#navbar{
	margin:0;
	text-align:right;
}
#slogan {
	padding: 30px 0 0 0px;
	background:url('i/logo2.png') no-repeat;
	width:260px;
}
#slogan .villa a {
   position: absolute;
   height: 60px;
   width: 240px;
   top: 10px; 
   text-decoration: none;
   }


#toplinks {
	width: 600px;
	background:transparent;
	padding: 0px 0px 0px 360px;
	text-align:right;
}


#navbar .a:link, a:visited, a:active{

text-align:right
}
#head .navbar li{
	display:inline;
}
#head .navbar li a{
	padding: 0 10px;
	font-weight:bold;
	font-size: 11px;
}
#head h1.title{
	color:#fff;
	font-size: 18px;
	text-transform:uppercase;
	text-align:right;
	margin:0;
	padding: 355px 10px 0 0;
}

#content{
	margin: 0px 0 0 0;
	width: 920px;
	padding: 0 20px 20px 20px;
	float:left;
	background-color:#fff;
}
#content .entry{
	border-bottom: #000 1px solid;
	text-align:justify;
}
#content .entry p{
	margin: 0.2em 0 1.2em 0;
}
#content .entry h2{
	margin:25px 0 0 0;
}
#content .entry .links{
	margin:-8px 0 2px 0;
	text-align:right;
	letter-spacing:1px;
	font-size: 8px;
	color:#000;
}

#rightbar{
	width: 130px;
	padding: 10px 10px 10px 0;
	float:left;
}
#rightbar .box{
	margin: 5px 0 20px 0;
}
#rightbar .box h2{
	margin:0 0 2px 0;
	padding: 0;
	font-size: 13px;
	letter-spacing:1px;
	font-variant: small-caps;
	border-bottom: #666 1px solid;
}
#rightbar .box ul{
	margin:0;
	padding:0;
	list-style:none;
}
#rightbar .box li{
	padding: 2px 0;
}
#rightbar #desc.box{
	background:#eee;
	padding:10px;
}

#footer{
	clear:both;
	text-align:right;
	background: #ddd;
	padding: 0px;
	font-size:10px;
	color:#333;
}

blockquote {
	width:199px;
	margin: 15px 8px 10px 8px;
	float:left;
	padding: 5px;
	background-color:#c9ad7d;
	border: groove 1px #000;
	height:300px;
}


