@charset "utf-8";
/* CSS Document */

body{
padding:0px;
margin:0px;
background:#000000;
color:#FFF;
font-family:Tahoma, Geneva, sans-serif;
font-size:11px;
}

table {border-collapse:collapse; border:0px;}

table {
		width:100%;
		height:100%;
		border:0px;
	  }
	  
	  
td {
	vertical-align:top;
	padding:3px 15px;
	color:#999;
	text-align: left;
}

a{
	color:#FFF;
}
a:link {text-decoration: none;}
a:hover{text-decoration: underline;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}


.strong {color:#7E8080;}

.sakstyle #container {
	width: 1050px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../eventimages/bgpic_event.jpg) no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.sakstyle #header {
		padding: 53px 50px 0 90px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.sakstyle #logo {
	position:absolute;
	}

.sakstyle #menubar {
	float: right;
	background:#000;
	width: 806px;
	}

.sakstyle #frame {
	width: 896px;
	padding: 30px 57px 0 77px;
}

.sakstyle #frame_top {
	width: 896px;
}

.sakstyle #frame_mid {
	background: url(../images/frame_mid.png) repeat-y;
	width: 896px;
}

.sakstyle #frame_bottom {
	width: 896px;
}

.sakstyle #title_cozum {
	background:#000;
	width: 1050px;
}

.sakstyle #copyright {
	width: 1050px;
	padding: 25px 0;
}

.sakstyle #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.sakstyle #mainContent {
	padding: 25px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.sakstyle #footer {
	font-size:10px;
	padding: 25px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.sakstyle #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/**/
img {
		border: none;
		padding: 0;
		margin: 0;
	}
	.photoWrapper {
		width: 720px;
		height: 320px;
		padding: 0;
		margin: 0;
		overflow: hidden;
	}
	.photoWrapper ul {
		list-style: none;
		padding: 0 8px;
		margin: 0;
		width: 704px;
		height: 320px;
		display: block;
	}
	.photoWrapper ul li {
		float: left;
		margin: 8px;
		width: 160px;
	}	
	.photoWrapper ul li img {
		margin: 0 auto;
		width: 146px;
		height: 125px;
		padding: 2px;
		background: url(../images/frame_photo.png) no-repeat;
	}
	.photoWrapper ul li span {
		display: block;
	}
	
img {
		border: none;
		padding: 0;
		margin: 0;
	}
	.videoWrapper {
		width: 720px;
		height: 320px;
		padding: 0;
		margin: 0;
		overflow: hidden;
	}
	.videoWrapper ul {
		list-style: none;
		padding: 0 8px;
		margin: 0;
		width: 704px;
		height: 320px;
		display: block;
	}
	.videoWrapper ul li {
		float: left;
		margin: 8px;
		width: 160px;
	}	
	.videoWrapper ul li img {
		margin: 0 auto;
		width: 146px;
		height: 125px;
		padding: 2px;
		background: url(../images/frame_photo.png) no-repeat;
	}
	.videoWrapper ul li span {
		display: block;
	}
	
	.quoteWrapper {
		width: 720px;
		height: 320px;
		padding: 0;
		margin: 0;
		overflow: hidden;
	}
	.quoteWrapper ul {
		list-style: none;
		padding: 0 8px;
		margin: 0;
		width: 704px;
		height: 320px;
		display: block;
	}
	.quoteWrapper ul li {
		float: left;
		margin: 8px;
		width: 330px;
		height:142px;
		background:url(../weddingimages/frame_sg.png) no-repeat;
	}	
	.quoteWrapper ul li p {
		padding: 0 10px 0 10px;
	}
	.quoteWrapper ul li span {
		display: block;
		padding: 0 10px 0 10px;
	}
	.vertical ul li{
		text-align:left;
	}
	strong{
	color:#FFFFFF;
	font-weight:normal;
}