/* generic styles */

body {
	margin: 0px; padding: 0;
	background: #fff0f8;
	color: #333;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align:center; /* Hack for IE5/Win */
}

a:link {
	color: #1a1a1a;
	
}
a:visited{
	color: #de3163;
}

a:hover{
	font-style: italic;
	color: #de3163;

}


a {
text-decoration: none;	
}

a img {
	border: 0;
	

}

/* masthead styles */

#masthead {
	padding-top: 10px;
	background: #fff; position: relative;
}


#homelink{
	display: block;
	
}

#navlinks{
	margin: 0; padding: 0.5em .5em;	
text-align: center;
	background: url(../navgmp.jpg) repeat-x;
}

#navlinks li{
	display: inline;
	margin-right: 0.5em; padding-right: .5em;
	padding-left: 2em;
	font-weight: bold;
}
#navlinks li.last {
	border-right: 0;
}


/* content styles */

#content {	width:810px;	margin:0px auto; /* Right and left margin widths set to "auto" */	text-align:left; /* Counteract to IE5/Win Hack */	padding:15px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	border-right: 10px solid #f7d3dd;
	border-left: 10px solid #f7d3dd;	
	position: relative;
	background-color: #fff;
}


#content img{
	text-align: center;
}

#p2{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
}

h1 {
	margin: 0 0em; padding:.2em 0em;
	text-align: center;
	background: #fff;
	color: #000;
	font-size: 35px;
	font-family: "Monotype Corsiva", cursive;
	font-weight: lighter;

}

.script {
	color: #333;
	font: 1.3em "Monotype Corsiva", cursive;
}

#contact {
	border-right: 10px solid #f7d3dd;
	border-left: 10px solid #f7d3dd;
	border-bottom: 10px solid #f7d3dd;
	width:810px;	margin:0px auto; /* Right and left margin widths set to "auto" */	text-align:left; /* Counteract to IE5/Win Hack */	padding:15px;
	background: #f7d3dd url(footergrad.jpg) repeat-x;
}

h3 {
	margin-top: 0em;
	text-align: center;
	color: #333;
	font: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1.1em;
	margin-bottom: 0em;
	font-weight: normal;
}
	


#footer {
	width:810px;	margin:0px auto; /* Right and left margin widths set to "auto" */	text-align:left; /* Counteract to IE5/Win Hack */	padding:0px;
	text-align: center;
	font-size: x-small;
	font-color: #131313;}

/* Contact */
#contact-area {
	width: 750px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 600px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #de3163;
}

#contact-area input.submit-button {
	width: 80px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1em;
}


