body {
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: trebuchet, "trebuchet ms", verdana, sans-serif;
	background-color: #D6CDC8;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: medium;
}

/* ----------------Element rules---------------- */

h1, h2, h3, h4, h5, h6, p, ul, li, form, fieldset {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #6E584E;
}

h1 {
	font-size: 1.2em;
	line-height: 1.5em;
}

h2 {
	font-size: 1.1em;
	line-height: 1.3em;
}

p {
	line-height: 1.2em;
	color: #6E584E;
}

ul {
	list-style: none;
}

img {
	display: block;
	border: 0;
}

/* --- For shadow files --- */
p.spacer {
	clear: both;
	float: none;
	font-size: 1px;
	line-height: 1px;
}

a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	line-height: 2em;
	background-color: #C2D18B;

}

a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #B6C874;
	line-height: 2em;
}

form {
	display: block;
}

p.top_shadow {
	clear: both;
	float: none;
	height: 10px;
	font-size: 1px;
	line-height: 1px;
	background: url(images/eb-top-shadow.gif) bottom center no-repeat;
	padding: 26px 0 0 0;
	margin: 0 auto 0 auto;
}

p.bottom_shadow {
	clear: both;
	float: none;
	height: 10px;
	font-size: 1px;
	line-height: 1px;
	background: url(images/eb-bottom-shadow.gif) bottom center no-repeat;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
}

/* ----------------Wrapper---------------- */

#wrapper {
	position: relative;
	width: 850px;
	padding: 0 10px 0 10px;
	margin: 0 auto 0 auto;
	background: #EEF3DC url(images/eb-side-shadows.gif) repeat-y;	
}

/* -----------------Header---------------- */

#header {
	background-color: #F1F5E2;
}

#header a {
	text-decoration: none;
	background-color: #F1F5E2;

}

#header a:hover {
	text-decoration: none;
	background-color: #F1F5E2;
}


/* --------------Index Photos------------- */

#index-photos {
	width: 850px;
	height: 254px;
	margin: 0;
	padding: 0;
}

#index-photos ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}

#index-photos li {
	display: inline;
	float: left;
	position: relative;
	margin: 0 10px 0 0;
	padding: 0;
	width: 200px;
	height: 254px;
	background: transparent url(images/eb-photo-shadow.gif) 0 0 no-repeat;
	
}

#index-photos img {
	position: absolute;
	margin-left: 12px;
	margin-top: 11px;
	border: 2px solid white;
}

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

#nav {
	width: 850px;
	height: 30px;
	background: #C2D18B;
}

#nav ul {
	list-style-type: none;
}

#nav ul li {
	float: left;
	text-align: center;
	padding: 0 1px;
}

#nav ul li a {
	display: block;
	width: 139px;
	height: 30px;
	text-decoration: none;
	overflow: hidden;
}

#nav ul li a:hover {
	background: #B6C874;
}

body#home #nav a.home {
	background-color: #B6C874;
}

body#about #nav a.about {
	background-color: #B6C874;
}

body#events #nav a.events {
	background-color: #B6C874;
}

body#floral #nav a.floral {
	background-color: #B6C874;
}

body#portfolio #nav a.portfolio {
	background-color: #B6C874;
}

body#contact #nav a.contact {
	background-color: #B6C874;
}

/* -----------------Main------------------ */

#main {
	margin: 30px 40px;
	text-align: justify;
}

#main p {
	line-height: 1.5em;
}

#main a {
	color: #6E584E;
	text-decoration: underline;
	background: none;
	line-height: 1.5em;	
}

#main a:hover {
	border-bottom: 1px solid;
}

/* ----------------Contact Form----------------- */

fieldset {
	border: none;
}

label, input {
	display: inline;
}

input#Name, input#Address, input#Email, input#Search_Engine, input#Other_Method, input#When, input#Budget {
	width: 26em;
}

input#Online, input#Recommendation, input#Magazine, input#Other {
	width: auto;
	margin-right: 1em;
}

input#City {
	width: 15em;
}

input#State {
	width: 2em;
}

input#Zip {
	width: 7em;
}

input#Phone {
	width: 11em;
}

input#Guests {
	width: 4em;
}

textarea#Comments {
	width: 40em;
	height: 7em;
}

/* ----------------Portfolio Page----------------- */

#column_a {
	float: left;
	width: 88px;
	height: 100%;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 35px;
	background-color: #D6EAC4;
}

#column_a img {
	margin-left: 8px;
	padding-bottom: 8px;
}

#column_a p {
	font-size: 0.8em;
	margin-left: 8px;
	padding-bottom: 2px;
	padding-top: 2px;
}

#column_b {
	float: left;
	width: 200px;
	margin-top: 25px;
	margin-right: 35px;
}

#column_b h1 {
	padding-top: 2px;
	font-size: 1.2em;
	color: #B7C975;
}


#column_b img {
	display: inline;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

#column_b p {
	clear: both;
	font-size: 0.8em;
}

#column_c {
	float: left;
	width: 395px;
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 35px;
}

#column_c p {
	font-size: 0.8em;
	padding-top: 2px;
	padding-bottom: 20px;
}
/* ----------------Footer----------------- */

#footer {
	clear: both;
	text-align: center;
}

#footer h1 {
	padding: 0 0 8px 0;
}

#footer p {
	padding: 5px 0;
}

#footer a {
	color: #6E584E;
	background: none;
}

#footer a:hover {
	text-decoration: underline;
}











