/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../pics/gradient.gif) repeat-x #edf1d9;
	color: #335230;
	text-align: center;
	font-family: rockwell, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
html {
	height: 101%;}
/*--------------Container----------------*/
#container {
	background: #c9d78d;
	width: 760px;
	margin: 0 auto;
}
/*--------------Banner----------------*/
#masthead {
	background:url(../pics/roundFlower.gif) no-repeat;
	height: 225px;
	width: 760px;
	color: #bb5138;
	position: relative;
}

#masthead h1, #masthead h2 {
	background: url(../pics/translucent.png);
	position: absolute;
}
	
#masthead h1 {
	top: 50px;
	left: 50px;
	min-width: 277px;
} 

#masthead h2 {
	top: 150px;
	right: 200px;
	min-width: 290px;
}

/*------------------content index page----------------*/

#content, #content2 {
	padding: 20px 10px 20px 35px;
	text-align: left;
}

#content {
	font-weight: bold;
}
#content ul {
	list-style-type:circle;
	width:500px;
}
#content li {
	margin-top: 15px;
}

h3 {
	font-size: 175%;
	text-align: center;
	padding: 15px 0;
}

h4 {
	font-size: 110%;
	padding-top: 15px;
	margin-bottom: -5px;
	color: #bb5138;
}

ul {
	margin: 10px 10px 10px 50px;
}

li {
	margin: 10px;
}

p {
	text-align: justify;
	padding: 15px;

}

a {
	color: #335230;
}

a:hover {
	text-decoration: none;
	background-color: #edf1d9;
}
#content2 img { 
	margin: 20px 15px;
	float: left;
}
hr {
	width: 90%;
	color: #bb5138;
	clear: both;
	height: 5px;
	text-align: center;
	
}
/*--------------Navigation----------*/
#nav {
	text-align: center;
	font-weight: bold;
}
#nav ul {
	margin: 0;
	padding: 0;
	width: 760px;
	list-style-type: none;
	white-space:nowrap;
}

#nav li {
	margin: 0;
	padding: 5px 10px;
	display: inline;
}



#nav ul a {
	width: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 2.1em;
	background: #bb5138;
	color: #edf1d9;
	border: 5px #bb5138 solid;
	padding: 2px 8px;
}

#nav ul a:hover {
	color: #335230;
	background: #edf1d9;
}
/*-----------Footer---------------*/
#footer {
	background: #335230;
	color: #edf1d9;
	padding: 10px;
	font-size: .9em;
	text-align: center;
}

#footer a {
	color: #edf1d9;
	background:  #335230;
	text-decoration: underline;
}
/*-------------Add ON---------------*/
#addOn {
	font-size: .7em;
	margin-top: 25px;}

#addOn a {
	color: #bb5138;
	text-decoration: none;
}
