/*
Stylesheet for Melrose Country Property
*/

/* = Reset default browser CSS
---------------------------------------------------*/  
body {
    font-family: times new roman;
    font-size: 12pt;
    line-height: 14pt;
    font-weight: normal;
    font-style: none;
    color: black;
	background-image:url(background.jpg);
}
h1 {
    font-family: baskerville old face;
	font-size: 24pt;
    line-height: 26pt;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    color: black;
}		
h2 {
    font-family: baskerville old face;
	font-size: 14pt;
    line-height: 16pt;
    font-style: italic;
    font-weight: bold;
    text-align: top;
    color: black;
}					  
/* =Layout
-------------------------------------------------------------- */
#container {
	width: 100%;
    overflow: hidden
}
#footer {
	clear: both;
	width: 100%;
	font-family: cooper black;
    font-size: 16pt;
    font-style: italic;
    line-height: 20pt;
    color: blue;
    text-align: center;
    padding-top: 5 ;
}
/* = Header
-----------------------------------------------------------*/
#header-image {
	position: fixed;
	float: top;
	width: 100%;
	height: 198px;
	background-image: url(header3.jpg);
}

/* = Welcome
-----------------------------------------------------------*/
#welcome {
	position: fixed;
	float: top;
	width: 100%;
	height: 198px;
	background-image: url(welcome.jpg);
}

/* = Navigation
-----------------------------------------------------------*/

#nav {
	width: 100%
}
#nav .caption {
	float: center;
	font-style: italic;
	font-family: baskerville old face;
	text-align: center;
	width: 100%;
	white-space: nowrap;
	font-size: 28pt;
	line-height: 38px;
	margin: 5px 10px 0 0;
	color:black;
}
#nav .text {
	float: center;
	font-style: italic;
	font-family: baskerville old face;
	text-align: center;
	width: 100%;
	white-space: nowrap;
	font-size: 12pt;
	line-height: 20px;
	margin: 5px 10px 0 0;
}
#nav .menu-header{
margin:0 auto;
text-align:center;
}

#nav .menu-header table{
	
	width: 1042px;
	padding: 10px;
	float: center;
}	
#nav .menu-header td {
	padding: 10px 10px 10px 10px;
	margin: 0 10px 0 10px;
	background-color: #667c26;
	text-align: center;
	text-decoration: none;
}
#nav .menu-header a {
	color: #FFFFFF;
	font-style: italic;
	font-family: baskerville old face;
	font-size: 18pt;
	white-space:;
	text-decoration: none;
	padding: 10px 10px 10px 10px;
	text-align: center;
	text-decoration: none;
}
/* -Image
-----------------------------------------------------------*/
.display img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
