/*
La Mandria Golf
www.lamandriagolf.it
template version:  3.0
developer:         Baldo Alessandro
date of creation:  21/11/2008
All rights reserved
*/
/*General Rules*/
body{
	width: 770px;
	height:auto;
	background-color: #0f6131;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 86%;
	color: black;
}

h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #0f6131;
}
h4{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	text-indent: 30px;
	color: #0f6131;
}
h5{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: black;
	margin-left: 5px;
}
a:link{
		color: #0f6131;
		text-decoration: underline;
		border: none;
	}
	a:hover{
		color: #0f6131;
		text-decoration: none;
		border: none;
	}
	a:active{
		color: #0f6131;
		text-decoration: underline;
		border: none;
	}
	a:visited{
		color: #0f6131;
		text-decoration: underline;
		border: none;
	}
.box{
	width: 85%;
	height: auto;
	border: 1px solid #0f6131;
	background-color: inherit;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
.boxtitle{
	width: 100%;
	height: 25px;
	background-color: #0f6131;
	color: white;
	font: bold 18px "Times New Roman", Times, serif;
	text-align: left;
	text-indent: 15px;
	margin-top: 0px;
}
.boxlink{
	margin-left: 80px;
}

/*Header Rules*/
#head{
	width: 770px;
	height: auto;
	background-color: white;
}
#headtop{
	width: 770px;
	height: 102px;
	background-image: url(head.png);
	background-repeat: no-repeat;
}
#welcome,h1{
	width: 485px;
	height: 17px;
	margin-left: 255px;
	padding-top: 30px;
	text-align: left;
	font-size: 16px;
	color: white;
}
#slogan,h2{
	width: 485px;
	height: 17px;
	margin-left: 250px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	padding-top: 10px;
	font-weight: bold;
	font-style: italic;
}
#menu{
	margin-left: 10px;
	text-align: left;
}
#headbottom{
	width: 770px;
	height: 27px;
	background-image: url(bottom.png);
}


/*Center Rules*/
#center{
	width: 770px;
	height: auto;
	background-color: white;
	clear: both;
}
#centertop{
	width: 770px;
	height: 27px;
	background-image:url(top.png);
}
#centerleft{
	width: 595px;
	height: 100%;
	float: left;
	margin-left: 5px;
}
#centerright{
	width: 148px;
	height: 100%;
	border-left-color: #0f6131;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #0f6131;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #0f6131;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	float: left;
	margin-right: 15px;
	margin-left: 0px;
	padding-bottom: 15px;
}
#adv{
	width: 100%;
	height: auto;
	border-bottom-color: #0f6131;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	}
#advtitle{
	width: 100%;
	height: 20px;
	background-color: #0f6131;
	margin-top: 0px;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	color: white;
}
#centerbottom{
	width: 770px;
	height: 27px;
	background-image: url(bottom.png);
	clear: both;
}
/*Footer Rules*/
#foot{
	width: 770px;
	height: auto;
	background-color: white;
	clear: both;
	line-height: 3px;
}
#foottop{
	width: 770px;
	height: 27px;
	background-image:url(top.png);
}
#footbottom{
	width: 770px;
	height: 27px;
	background-image: url(bottom.png);
}

a.nolink{
	border: none;
}
img{
	border: none;
}
