/* CSS Document */
/* CSS Document */
body{
	text-align: center;
	background-color:#C5C2BE;
	margin-top: 0px;
}
/************** banner div *****************/
#container{
	position: absolute;
	left: 50%;
	width: 650px;
	margin-left: -325px;
}
/************** menu divs *****************/
#linkbase{
	position:relative;
	width: 175px;
	float: right;
	margin: 0px 0px 0px 0px;
	text-align: right;
}
td#links a {
	display: block; 
	text-decoration: none;
	background-color: #F6F3ED; 
	color: #737E94;
	font: 80% "Courier New", Courier, mono;}
td#links a:hover {background-color: #C5C2BE; color: #F6F3ED;}
td#links h3{background: url(images/pics/links.jpg) top Left no-repeat; display: block; height: 181px; width: 175px; margin-bottom: 0px; margin-top: 0px;}
td#links h2{background: url(images/pics/link-end.jpg) top Left no-repeat; display: block; height: 200px; margin-top: 0px;}
td#links h3 span, h2 span{display: none;}
#linklist{
	width: 175px;
	text-align: center;
}
/************** content1 divs *****************/
#content{
	background-color: #F6F3ED;
	position: relative;
	width: 417px;
	float: left;
	margin: 0px 20px 10px 0px;
	font: "Courier New", Courier, mono;
	font-size: 8px;
}
#content h3{background: url(images/pics/head.jpg) top Left no-repeat; margin-bottom: 0px; display: block; height:55px; width: 417px;}
#content h2{background: url(images/pics/castel-silu.jpg) bottom Left no-repeat; margin-bottom: 0px; display: block; height:132px; width: 417px;}
#content h3 span, h2 span{display: none;}
#page{padding: 0px 15px 0px 15px;}
#page img{padding: 5px 5px 5px 5px; float: center;}
#page p{font-size: 14px; color: #737E94; text-align: left;}
#page p:first-letter {font-size: 22px; float:left; padding-right:2px;}
#page h1{color: #737E94; font-size: 24px; padding-right: 2px; text-align: center;}
#page h1:first-letter {color: #737E94; font-size: 24px; padding-right: 2px;}
#footer{
	font:  8pt "Courier New", Courier, mono;
	color: #C5C2BE;
	text-align:center;
}
