@charset "UTF-8";
/* CSS Document */

*{margin:0;padding:0}
img{border:none}

body {
	background:#fff url(../images.autore/body.bg.gif) repeat-y top left;
	font-family:Georgia, "Times New Roman", Times, serif;	
}
#Master {
	background:url(../images.autore/master.bg2.jpg) no-repeat top left;	
	width:850px;
	height:780px;
	position:relative;
}




#LogoWWW {
	display:block;
	position:absolute;
	background:url(../images.autore/www.logo.gif) no-repeat top left;	
	width:167px;
	height:58px;
	top:72px;
	left:316px;
}
#LogoWWW span {
	display:none;
}


#MainMenu {
	position:absolute;
	top:92px;
	left:550px;
	list-style:none;
}
#MainMenu li {
	float:left;
	margin:0 36px 0 0;
}
#MainMenu li a {
	display:block;
	color:#a32220;
	font-size:24px;
	text-decoration:none;	
}
#MainMenu li a.On,
#MainMenu li a:hover {
	border-bottom:1px solid #a32220;
}



#Content {
	position:absolute;
	top:200px;
	left:550px;
	width:260px;
}
#Content h1 {
	font-size:24px;
	color:#918249;
	font-weight:normal;
	margin:0 0 5px 0;
}
#Content p {
	margin:10px 0;
	font-size:11px;
	color:#362923;
	text-align:justify;
	line-height:14px;
}
#Content p a {
	color:#a32220;
}






#ContactUs {
	display:block;
	position:absolute;
	background:url(../images.autore/contact.us.gif) no-repeat top left;	
	width:134px;
	height:83px;
	top:380px;
	left:336px;
}
#ContactUs span {
	display:none;
}


#MadeBy {
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:17px;
	height:85px;
	background:url(../images.autore/madeby.gif) no-repeat top left;	
}
#MadeBy span {
	display:none;
}