@charset "UTF-8";


/*--------------------Global across site-----------------------*/

* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#banner {
	height: 200px;
	width: 800px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#banner img {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#navigation {
	height: 30px;
	width: 800px;
	margin-bottom: 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-top: 10px;
}
.navbutton {
	height: 30px;
	width: 123px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
.navbutton img {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;}
#body {
	padding: 0px;
	width: 800px;
}
#footer {
	clear: both;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-position: center;
	padding: 15px;
}
a img { /*this keeps linked photos edges from turning blue*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.rounded { /* Adds rounded corners to any element with the class applied */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.clearboth {
	clear: both;
	margin: 0px;
	padding: 0px;
}
	

/*--------------------------------------Index page css------------------------------------------------------*/	
	#homepage_top_left_box {
	padding: 10px;
	height: 213px;
	width: 195px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 9px;
	margin-left: 0px;
	background-image: url(../images/back-red.gif);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size: 12px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	}
	#homepage_top_left_box h1 {
	float: left;
	padding-right: 5px;
	}
	
	#homepage_flash_holder {
	width: 350px;
	float: left;
	height: 233px;
	margin-bottom: 9px;
	}
	#homepage_top_right_box {
	padding: 10px;
	height: 213px;
	width: 195px;
	margin-top: 0px;
	margin-bottom: 9px;
	margin-left: 10px;
	background-image: url(../images/back-red.gif);
	float: right;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
	#wedding-icon-white {
	float: left;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
	#homepage_text_left {
	float: left;
	width: 240px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	height: 230px;
	background-image: url(../images/back-red.gif);
	padding: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 9px;
	margin-left: 0px;
	}
	#homepage_text_center {
	width: 240px;
	padding: 10px;
	margin-right: 10px;
	background-image: url(../images/back-red.gif);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom: 9px;
	float: left;
	height: 230px;
	}
	
	#homepage_text_right {
	padding: 10px;
	float: right;
	width: 240px;
	background-image: url(../images/back-red.gif);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom: 9px;
	height: 230px;
	}
	#homepage_text_left_bottom {
	float: left;
	width: 370px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-image: url(../images/back-red.gif);
	padding: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 90px;
	}
	#homepage_text_right_bottom {
	padding: 15px;
	width: 370px;
	background-image: url(../images/back-red.gif);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	height: 80px;
	float: right;
	}
	#homepage_very_bottom_full_width {
	background-image: url(../images/back-red.gif);
	width: 780px;
	margin-top: 9px;
	padding: 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
	/*-----------------------------------------------------------------------------------------------------------------*/	
	
	/*video page*/
	

#video_page_webstunning {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#video_page_content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#video_page_top_full_width {
	background-image: url(../images/back-red.gif);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 10px;
	}
	
.video_page_youtube_holder-L {
	height: 350px;
	width: 375px;
	padding: 10px;
	float: left;
	background-image: url(../images/back-red.gif);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom: 9px;
}
.video_page_youtube_holder-R {
	height: 350px;
	width: 375px;
	padding: 10px;
	float: right;
	background-image: url(../images/back-red.gif);
	margin-bottom: 9px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.video_page_embed_box {
	width: 325px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

#video_page_very_bottom_full_width {
	background-image: url(../images/back-red.gif);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	}
/*------------------------------------------------------------------------------------------------------------*/
	/*photo page*/
#photopage {
	
}
#photopage_text_left {
	float: left;
	width: 240px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	height: 330px;
	background-image: url(../images/back-red.gif);
	padding: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 9px;
	margin-left: 0px;
	}
	#photopage_text_center {
	width: 240px;
	padding: 10px;
	margin-right: 10px;
	background-image: url(../images/back-red.gif);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom: 9px;
	float: left;
	height: 330px;
	}
	
	#photopage_text_right {
	padding: 10px 5px;
	float: right;
	width: 250px;
	background-image: url(../images/back-red.gif);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom: 9px;
	height: 330px;
	}
	#photopage_very_bottom_full_width {
	background-image: url(../images/back-red.gif);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	}

/*--------------------------------------------------------------------------------------------------------*/
	/*links page css*/
	
.links_page_linkcontainer {
background-image: url(../images/back-red.gif);
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
width: 605px;
padding: 20px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
font-size: 14px;
float: left;
margin-bottom: 10px;
}
.links_page_linkcontainer img {
float: left;
padding-right: 10px;
}
.links_page_flashmib {
float: left;
margin-right: 10px;
}
#links_page_linktallcolumn {
width: 145px;
color: #FFFFFF;
float: right;
}
.links_page_icon {
width: 135px;
background-image: url(../images/back-red.gif);
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFFFF;
-moz-border-radius:5px;
-webkit-border-radius:5px;
margin-bottom: 10px;
padding: 5px;
float: right;
}
.links_page_icon img {
float: left;
padding-right: 5px;
}