body {
margin:0px;
padding:0px;
}
#container-wrapper {
position:relative;
width:100%;
margin:0px auto;
padding:0px;
background: #e9e9da url('/media/images/body-back.png') repeat-x;
}
#container {
width:940px;
margin:0px auto;
padding:0px;
background:none;
}
#header {
width:900px;
height:200px;
background: none;
margin-top:0px;
z-index:0;
padding-left:10px;
padding-right:10px;
}
#left-header {
float:left;
width:412px;
height:200px;
background: transparent url('/media/images/logo.png') no-repeat 50%;
margin-top:0px;
z-index:0;
}
#right-header {
float:right;
width:432px;
height:200px;
background: transparent url('/media/images/right-logo.png') no-repeat 50%;
margin-top:0px;
z-index:0;
}
#top-nav {
clear:both;
width:100%;
margin:0px auto;
height:100px;
background: transparent url('/media/images/top-nav-back-pink.jpg') repeat-x;
text-align:center;
}
#content-wrapper {
position:relative;
width:100%;
min-height:500px;
margin:0px auto;
padding:0px;
background:#fff;
}
#content {
position:relative;
width:940px;
height:100%;
margin:0px auto;
padding:0px;
background:none;
}

#full-text, #left-text, #right-text{
/*background: #DBDBC4;
border:2px solid #ED8856;*/
}

#full-text {
width:900px;
margin:10px auto;
text-align:center;
}

#left-text {
width:330px;
float:left;
margin:10px 0px 0px 8px;
text-align:left;
min-height:345px;
border-right:1px dashed #cccccc;
}
#left-text ul{
margin-left:5px;
list-style-type: disc;
list-style-position: inside;
}
#left-text h1{
font-size:14pt;
}
#right-text {
width:580px;
float:right;
margin:10px 8px 0px 0px;
text-align:center;
min-height:335px;
}
#full-text p, #right-text p, #left-text p{
padding:5px;
text-align:left;
}
#top-nav ul{
width:900px;
list-style:none;
margin:0px auto;
padding:0px;
}
#top-nav ul li{
display:block;
float:left;
padding:0px;
width:125px;
border:none;
margin-top:50px;
}
#top-nav ul li a:visited{
font-size:14px;
font-weight:bold;
font-family: arial, helvetica, sans-serif;
color:#fff;
}
#top-nav ul li a:link{
font-size:14px;
font-weight:bold;
font-family: arial, helvetica, sans-serif;
color:#fff;
}
#top-nav ul li a:hover{
font-size:14px;
font-weight:bold;
font-family: arial, helvetica, sans-serif;
color:#000;
}
#top-nav ul li a:active{
font-size:14px;
font-weight:bold;
font-family: arial, helvetica, sans-serif;
color:#fff;
}
a {
font-weight:strong;
color:#D020A5;
}
#left-text strong {
font-weight:normal;
}
.testimonials {
float:left;
padding:5px;
margin:5px;
background:#CACDE0;
border:none;
}
#wedding-portfolio {
display:block;
text-align:left;
list-style:none;
padding:5px;
margin:0px;
}
#wedding-portfolio img{
border:none;
float:left;
padding-right:5px;
}
#party-portfolio {
text-align:left;
list-style:none;
padding:5px;
margin:0px;
}
#party-portfolio img{
border:none;
}
.clear-both {
clear:both;
}
#footer {
margin:0px auto;
width:920px;
padding:0px;
text-align:center;
font-size:9pt;
}
#footer a{
color:#666;
}

/* root element for the whole scrollable setup */
div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 500px;	 
	height:500px;	
	float:left;
}
/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
	border:none;
}
/* single item */
#thumbs div {
	float:left;
	width:500px;
	height:500px;
	background:#fff;
	color:#fff;
	cursor:pointer;
	border:none;
}

#thumbs h3, #thumbs p, #thumbs span {
	margin:13px;		
	font-size:13px;
	color:#000;	
}
#full-text p{
padding:5px;
text-align:left;
border-bottom:1px dashed #cccccc;
}


/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next {
	display:block;
	width:18px;
	height:18px;
	background:url(/img/arrow/left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next {
	background-image:url(/img/arrow/right.png);
}