@charset "utf-8";

/* OVERALL SITE */

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
	background-color:#FFF;
	overflow:auto;
}

#header {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	position: absolute;
	top: 115px;
	bottom: 20px;
	width: 100%;
	background-color:#FFF;
	max-height: 575px;
	min-height: 250px;
}

#content_center {
	position: relative;
	width: 760px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #000;
	overflow: hidden;
}

#footer {
	width: 100%;
	max-height: 20px;
}

#foot_center {
	position: relative;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

.foot_text {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
	color: #999;
	margin: 0px;
	padding: 0px;
}

#navtab {
	width: 100%;
}

#header #navtab tr td {
	vertical-align: bottom;
	text-align: center;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 10px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* INDEX PAGE */

#indx_iframe {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 1;
}

/* ABOUT US PAGE */

#about_container {
	height: 100%;
	min-height: 100%;
	background-image: url(images/us.jpg);
	background-repeat: no-repeat;
	background-position: 25px center;
	padding-left: 10px;
	padding-right: 10px;
}

#about_right {
	position: absolute;
	right: 25px;
	top: 60px;
	bottom: 30px;
	width: 300px;
	padding: 5px;
	overflow: auto;
}

#about_us_logo {
	margin-right: 23px;
	margin-top: 23px;
	float: right;
}


/* PORTFOLIO PAGE */


/* SERVICES PAGE */

.spl {
	margin-right: 375px;
}

.spr {
	margin-left: 270px;
}

.spr2 {
	margin-left: 420px;
}

.spr3 {
	margin-left: 400px;
}

.spr_blue {
	margin-left: 270px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	color: #1DACD8; 
}

.sp_blue {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	color: #1DACD8; 
}

#services_title {
	display: block;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#services_div {
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	overflow: auto;
}

#services_wedding {
	margin-top: 45px;
}

#services_recprints {
	margin-top: 35px;
}

#serv1 {
	float: right;
}

#serv2 {
	float: left;
}

#serv3 {
	float: right;
}


/* CONTACT PAGE */

#contact_title {
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #1DACD8;
	text-indent: 0px;
}

#contact_container {
	width: 100%;
	height: 100%;
	margin-right: 400px;
	background-image: url(images/kyla.jpg);
	background-repeat: no-repeat;
	background-position: 30px center;
}

#contact_right {
	float:right;
	height: 100%;
	overflow: auto;
	width: 380px;
	padding-left: 20px;
}

#contact_tab_div {
	height: 100%;
	display: table;
}

#contact_cell_div {
	display:table-cell;
	vertical-align:middle;
}

#loc_phone {
	text-indent: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	font-style: italic;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}


/* PORTFOLIO PAGES */

#iframe_div {
	position: absolute;
	top: 27px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 1;
}

#portlogo_1 {
	display: table;
	width: 100%;
	height: 100%;
}

#portlogo_2 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.portframe {
	width: 100%;
	height: 100%;
	border: none;
}


