/*   CRICKLEWOOD SECRET GARDEN- STYLE SHEET   */


BODY { background-color: #ffffff;
color: #400000;
font-family: "Times New Roman", Arial, sans-serif;
font-size: 1em;
background-image: url(images/strawpaper.gif);
margin: 0;
}

h1 { font-size: 1.3em; color: #008000; text-align: center; }

a{text-decoration: none}
a:link { color: #400000; }
a:visited { color: #400000; }
a:hover { color: rgb(0, 96, 255) }
a:active { background-color: #3cc7f0; }


#header {
width: 864px;
height: 162px;
}

#navbar {
background-color: #026840;
color: #ffffff;
width: 193px;
position: absolute;
top: 162px;
left: 0px;
text-align: center;
}

 /*   Index   */
#main-text {
position: absolute;
top: 162px;
left: 194px;
width: 620px;
padding: 25px;
}

 /*   Botanical Garden   */
#main-text2 {
position: absolute;
top: 162px;
left: 194px;
width: 600px;
padding: 55px;
}

 /*   Contact   */
#main-text3 {
position: absolute;
top: 130px;
left: 194px;
padding: 55px;
}
