* { padding: 0; margin: 0; }

body {
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background:#FFE5FB;
}

body.home {
	background-image:url(/images/HomeBkg.jpg)
}

body.venue {
	background-image:url(/images/venueBkg.JPG)
}

body.floral {
	background-image:url(/images/FloralBkg.jpg)
}

body.hire {
	background-image:url(/images/HireBkg.jpg)
}

body.contact {
	background-image:url(/images/ContactBkg.jpg)
}

body.links {
	background-image:url(/images/LinksBkg.jpg)
}

body.testimonial {
	background-image:url(/images/TestimonialBkg.jpg)
}

body.gallery {
	background-image:url(/images/GalleryBkg.jpg)
}

#wrapper { 
	margin: 0 auto;
	width: 1000px;
	background:black;
}
.innerWrapper {
	border-left:solid 5px white;
	border-right:solid 5px white;
	*border:0px;
}

#leftcolumn { 
	background: black;
	padding-left: 20px;
	margin-top:90px;
	width: 195px;
	float: left;
}

#leftcolumn img {
	padding-left:4px;
	padding-bottom:20px;
}

#content { 
	float: left;
	background: black;
	padding-left: 10px;
	padding-right:90px;
	width: 670px;
	display: inline;
	color:white;
}

#rightcolumn { 
 	background: black;
	padding: 10px;
	height: 350px;
	width: 170px;
	float: left;
}


#contentBlock {
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	border: solid 6px #C10961;
}


#contentBlock:after {
	content:'';
	display:block;
	clear:both;
}


#testimonialContainer {
	border: solid 6px #C10961;
	margin-bottom:14px;
	height:64px;
	width:660px;
}

#testimonialContainer img {
	margin-left:15px;
}

#links a
{
	color: #C10961;
	font-size:1.3em;
	line-height:2.1em;
}

#bottomPics {
	clear:both;
	display:block;
	padding-top:10px;
	margin-left:10px;
}

#bottomPicsGallery{
        width:600px;
        margin-left:5px;
}

#bottomPics img {
	padding:10px;
}

#bottomPicsGallery img {
    padding-left:10px;
	padding-bottom:20px;
	width:300px;
}

/* GALLERY */

#galleryList {
    padding-right:20px;
    padding-top:20px;
}

#galleryList ul {
	margin:0px;
	padding:0px;
	list-style: none;
	line-height: normal;
}

#galleryList a {
	display: block;
	letter-spacing: -1px;
    margin-bottom:10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
    text-align:center;
}

#galleryList a:hover {
	background: #770444;
}


/* HEADER/LOGO */

#header {
	color: #333;
	width: 1000px;
	float: left;
	padding: 0px;
	height: 300px;
	background: url(../images/img03.jpg) repeat-x top left;
}


#lily {
	float:right; 
	margin-right:100px;
	margin-top:20px;
}


#logo {
	color: #333;
	width: 200px;
	float: left;
	padding: 10px;
	height: 100px;
	margin-left:150px;
}


#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}

#logo h1 {
	padding: 90px 5px 0 0px;
	font-size: 48px;
	color: #FFFFFF;
}

#logo h2 {
	padding: 0px 0 0 0px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #BD0A70;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #C2C5B1;
}

#logo a {
	color: #FFFFFF;
	text-decoration:none;
}


/* MENU */

#menu {
	height: 47px;
	width: 1000px;
	border-bottom:solid 5px white;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 15px 30px 16px 30px;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-left: #58032F 1px solid;
	color: #FFFFFF;
}

#menu a:hover {
	background: #770444;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #770444;
	padding: 15px 30px 16px 30px;
	color: #FFFFFF;
}

#menu .last{
	border-right: #58032F 1px solid;
}

.linksMenuItem {
	width:91px;
	*width: 84px;
}

/* FOOTER */

#footer { 
	width: 970px;
	clear: both;
	background: black;
	padding: 10px;
	border-bottom:solid 5px white;
	*border:0px;
	/*border-right:solid 5px white;*/
}

#footer p {
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	background: #BB096B;
	padding: 2px 7px;
	color: #FFFFFF;
}



/* STANDARD BITS */
h1, h2, h3 {
	margin-top: 0em;
	color: #B10961;
}

h1 {
	letter-spacing: -.075em;
	font-size: 3em;
}

h2 {
	letter-spacing: -.05em;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #C10961;
}

h3 {
	font-size: 1em;
	color: #cc0066;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}



/* Contact form */
#contactForm{
	padding: 0 10px 10px;
}
#contactForm label{
	display: block;
	color: #797979;
	font-weight: 700;
	line-height: 1.4em;
}
#contactForm input{
	width: 220px;
	padding: 6px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 3px solid #B10961;
}

#contactForm textarea{
	width: 300px;
	height: 60px;
	padding: 6px;
	color: #adaeae;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	border: 3px solid #B10961;
	min-height:60px;
	line-height:18px;
}

#contactForm div{
	margin-bottom: 15px;
}
#contactForm div span{
	margin-left: 10px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}

#contactForm #send{
	background: #B10961;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
#contactForm #send:hover{
	background: #810961;
}