body {
	margin: 0;
	background-color: #908392;
	background-image: url(images/background.jpg);
	padding: 0;	
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	font-size: small;
}

html>body {
	font-size: small;
}


/* Element rules */

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

}

h1, h2, h3, h4, h5, h6 {
	color: #A5A789;
	font-family: goudy old style, serif;

}

h1 {
	font-size: 1.2em;
}

p {
	line-height: 1.2em;
}

ul {
	list-style: none;
}

img {
	display: block;
	border: 0;
}

p.spacer {
	clear: both;
	float: none;
	font-size: 1px;
	line-height: 1px;
}

a {
	color: #696969;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

form {
	display: block;
}

fieldset {
	display: block;
	border: none;
}

fieldset ul {
	list-style: none;
}

fieldset ul li {
	border-bottom: 1px solid #ccc;
}

fieldset label {
	display: inline;
	float: left;
	margin: 0 5px 0 20px;
	width: 0;
	text-align: left;
}

input, textarea {
	display: block;
	height: 1.4em;
	line-height: 1.4em;
	margin: 0;
	border: 0;
	font-size: 1em;
	color: #696969;
	background: #eeeee6;
	font-family: century gothic, georgia, times, serif;
}



/* Rules that apply to all pages */


#wrapper {
	position: relative;
	width: 760px;
	margin: 15px auto 15px auto;
	background: #EEEEE6 /* url(images/bg-palm.gif) bottom left no-repeat*/;
}

#header {
	position: relative;
	height: 148px;
	width: 760px;
	background: #fff url(images/header.gif) 0 0 no-repeat;
}

#header ul {
	position: relative;
	padding: 0 15px;
	top: 114px;
	height: 30px;
	background-color: #b9b6ba;
}

#header ul li {
	display: block;
	float: left;
	padding: 8px 6px 0 6px;
	font-size: 0.9em;
}

#header ul li#home_link {
	position: absolute;
	display: block;
	top: -106px;
	left: 0;
	width: 150px;
	height: 72px;
}

#header ul li#home_link a {
	display: block;
	width: 200px;
	height: 72px;
}

#about-us #menu_about-us a, 
#services #menu_services a, 
#buzz #menu_test a, 
#portfolio #menu_port a, 
#events #menu_events a, 
#invitations #menu_invitations a, 
#event #menu_port a, 
#packages #menu_packages a, 
#contact #menu_contact a, 
#home #menu_home a {
	text-decoration: underline;
	color: #fff;
}



#content {
	width: 760px;
}

#content a {
	text-decoration: underline;
}

#content_left {
	display: inline;
	float: left;
	overflow: hidden;		
}

#content_right {
	display: inline;
	float: left;
	overflow: hidden;	
}

#footer {
	margin-top: 0px;
	height: 95px;
	background: transparent url(images/footer.gif) 0 0 no-repeat;

}

#footer p {
	padding: 9px 0 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 0.7em;
	color: #fff
}

#footer img {
	display: inline;
	padding: 0 8px;
	line-height: -4px;
}

html>body #footer p {
	font-size: 0.8em;
}



/* Rules for individual pages */


/* Rules for home page only */

#home #content_left {
	width: 390px;		
}

#home #content_left p {
	margin: 0px;
}

#home #content_left h1 {
	margin: 20px;
	font-size: 2em;
	font-style: italic;
	font-weight: normal;
}

#home #content_right {
	width: 370px;
	height: 316px;
}

#home #content_right ul {
	margin: 8px 0 0 1px;
}

#home #content_right ul li {
	display: inline;
	float: left;
	margin: 11px 0 0 11px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

#home #content_right ul li img{
	border: 4px solid #fff;
}



/* ----------------- Rules for SPLASH page only ---------------- */

#splash p {
	text-align: center;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #a5a789;
}



/* ----------------- Rules for PACKAGES page only ---------------- */

#packages #content_left {
	width: 750px;
}

#packages #content_left p {
	margin: 20px;
	line-height: 1.4em;
}

#packages #content_left h1 {
	margin: 10px 0 5px 20px;
	font-size: 1.8em;
	font-style: italic;
	font-weight: normal;
}

#packages #content_left ul {
	margin: 10px 10px 0 50px;
}

#packages #content_left ul li {
	display: list-item;
	line-height: 1.2em;
	list-style-type: square;
	font-size: 1.1em;
}

#packages #content_right {
	width: 310px;
}

#packages #content_right h1{
	width: 310px;
	margin: 20px 10px 0 20px;
}

#packages #content_right ul {
	margin: 10px 10px 0 50px;
}

#packages #content_right ul li {
	display: list-item;
	line-height: 1.2em;
	list-style-type: square;
	font-size: 1.1em;
}

#packages #content_left img {
	display: inline;
	float: left;
	margin: 0 18px 10px 0;
	border: 4px solid white;
}


/* ----------------- Rules for ABOUT page only ---------------- */

#about-us #content h1 {
	margin: 20px 0 20px 20px;
	font-size: 1.8em;
	font-style: italic;
	font-weight: normal;
}

#about-us #content p {
	margin: 10px 0 0 20px;
	line-height: 1.4em;
	width: 720px;
	clear: both;
}

 #about-us #content ul li {
	margin: 20px;
	width: 720px;
	clear: both;
}

#about-us #content ul li h2 {
	width: 510px;
	margin-left: 209px;
	font-size: 1.1em;
}

#about-us #content ul li p {
	width: 510px;
	margin-left: 209px;
}

#about-us #content img {
	display: inline;
	float: left;
	margin: 0 8px 8px 0;
	display: block;
/*	width: 72px; */
	border: 2px solid #fff;
}

/* ----------------- Rules for INVITATIONS page only ---------------- */

#invitations #content h1 {
	margin: 20px 0 20px 20px;
	font-size: 1.8em;
	font-style: italic;
	font-weight: normal;
}

#invitations #content p {
	margin: 10px 0 0 20px;
	line-height: 1.4em;
	width: 720px;
	clear: both;
}

 #invitations #content ul li {
	margin: 20px;
	width: 720px;
	clear: both;
}

#invitations #content ul li h2 {
	width: 510px;
	margin-left: 209px;
	font-size: 1.1em;
}

#invitations #content ul li p {
	width: 510px;
	margin-left: 209px;
}

#invitations #content img {
	display: inline;
	float: left;
	margin: 0 8px 8px 0;
	display: block;
/*	width: 72px; */
	border: 2px solid #fff;
}

/* Rules for services page only */

#services #content_left {
	width: 750px;
}

#services #content_left p {
	margin: 20px;
	line-height: 1.4em;
}

#services #content_left h1 {
	margin: 10px 0 5px 20px;
	font-size: 1.8em;
	font-style: italic;
	font-weight: normal;
}

#services #content_right {
	width: 310px;
}

#services #content_right h1{
	width: 310px;
	margin: 20px 10px 0 20px;
}

#services #content_right ul {
	margin: 10px 10px 0 50px;
}

#services #content_right ul li {
	display: list-item;
	line-height: 1.2em;
	list-style-type: square;
	font-size: 1.1em;
}

#services #content_left img {
	display: inline;
	float: left;
	margin: 0 18px 10px 0;
	border: 4px solid white;
}





#content {
	height: 600px;
}

/* Rules IE 5 Mac won't see \*/
#portfolio #content_right {
	position: static;
}

#content {
	height: auto;
}
/* Stop IE 5 Hacks */


/* Rules for wedding event page only */

#events #content_left {
	width: 376px;
}

#events #content_left h1 {
	position: absolute;
	left: 0;
	margin: 20px 20px 0 20px;
	font-size: 1.8em;
	font-weight: normal;
	font-style: italic;
}

#events #content_left h2 a{
	position: absolute;
	left: 0;
	margin: 20px 20px 0 20px;
	font-size: 1.0em;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}

#events #content_left h1 a {
	color: #A5A789;
	text-decoration: none;
}

#events #content_left p {
	display: inline;
	float: left;
	clear: both;
	width: 329px;
	margin: 20px auto 0 20px;
	font-size: 1.1em;
}

#events #content_left ul {
	margin: 33px 0 0 20px;
}

#events #content_left ul li {
	display: inline;
	float: left;
	margin: 17px 17px 0 0;
	padding: 0;
	border: 2px solid white;
	width: 63px;
	height: 63px;
}

#events.two #content_left ul li {
	margin: 20px 20px 0 0 ;
	width: 87px;
	height: 87px;
}

#event #content_left ul li a {
	display: block;
	margin: 0;
	padding: 0;
}

#events #content_right {
	width: 380px;
	height: 600px;
/* Following are rules for IE 5 Mac */
	position: absolute;
	left: 377px;
	top: 148px;
}

#content {
	height: 600px;
}

/* Rules IE 5 Mac won't see \*/
#events #content_right {
	position: static;
}

#content {
	height: auto;
}
/* Stop IE 5 Hacks */


#events #content_right ul li {
	position: absolute;
}

#events #content_right ul li img {
	margin: 50px 0 0 0;
	border: 3px solid white;
}

#events #content_right ul li h1 {
	margin: 8px 0 0 0;
	padding-bottom: 40px;
}



/* Rules for portfolio page only */

#portfolio #content_left {
	width: 376px;
}

#portfolio #content_left h1 {
	position: absolute;
	left: 0;
	margin: 20px 20px 0 20px;
	font-size: 1.8em;
	font-weight: normal;
	font-style: italic;
}

#portfolio #content_left h2 a{
	position: absolute;
	left: 0;
	margin: 20px 20px 0 20px;
	font-size: 1.0em;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}

#portfolio #content_left p {
	display: inline;
	float: left;
	clear: both;
	width: 329px;
	margin: 20px auto 0 20px;
	font-size: 1.1em;
}

#portfolio #content_left ul {
	margin: 33px 0 0 20px;
}

#portfolio #content_left ul li {
	display: inline;
	float: left;
	margin: 17px 17px 0 0 ;
	border: 2px solid white;
}

#portfolio.two #content_left ul li {
	margin: 20px 20px 0 0 ;
}

#portfolio #content_right {
	width: 380px;
	height: 600px;
/* Following are rules for IE 5 Mac */
	position: absolute;
	left: 377px;
	top: 148px;
}

#content {
	height: 600px;
}

/* Rules IE 5 Mac won't see \*/
#portfolio #content_right {
	position: static;
}

#content {
	height: auto;
}
/* Stop IE 5 Hacks */


#portfolio #content_right ul li {
	position: absolute;
}

#portfolio #content_right ul li img {
	margin: 50px 0 0 0;
	border: 3px solid white;
}

#portfolio #content_right ul li h1 {
	margin: 8px 0 0 0;
	padding-bottom: 40px;
}





/* Rules for Contact Us Page */

#contact #content_left {
	width: 320px;
}

#contact #content_left img {
	margin-left: 20px;
	border: 4px solid #999;
}

#contact #content_left img.map {
}

#contact #content_left p {
	margin: 20px 0 20px 20px;
}

#contact #content_right {
	width: 440px;
}

#contact h1 {
	position: absolute;
	left: 0;
	margin: 20px 20px 0 20px;
	font-size: 1.8em;
	font-weight: normal;
	font-style: italic;
}

#contact #content_right p {
	margin: 20px 20px 10px 20px;
}

#contact form {
	margin: 20px 0 20px 0;
	width: 500px;
}

#contact form ul {
	width: 460px;
	margin-left: 20px;
}

#contact form li {
	display: block;
	margin-top: 5px;
	list-style: none;
}

#contact form h2 {
	padding: 20px 0 0 0;
	font-size: 1.0em;
	text-align: center;
}


/* Rules for "Larger" display Page */

#larger body {
	width: 260px;
}

#larger img {
	margin: 25px auto 0 auto;
}

#larger p {
	text-align: center;
	margin: 5px 0 0 0;
}





/* --- Begin About Us Image Rollover Hovers --*/

.thumbnail img{
border: 1px solid white;
margin: 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid white;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 200px;
left: 200px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/* --- End About Us Image Rollover Hovers --*/




