body {
	position: relative;
	background: #000;
	margin: 0; 
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.75em; /* 12px or 0.875em for 14px */
	line-height: 1.4em;
	color: #444;
	text-align: justify;
	}
a:link,
a:visited,
a:active {
	color: #1f29b7;
	text-decoration: underline;
	outline: none;
	border: none;
	}
a:hover {
	color: #4870ff;
	text-decoration: underline;
	outline: none;
	border: none;
	}
a:focus {
	outline: none;
	border: none;
	}
img {
	text-decoration: none;
	border: none;
	outline: none;
	}
h1, h2 {
	font-weight: 500;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0;
	color: #444;
	}
h1	{
	font-size: 1.3em;
	padding: 0;
	text-align: left;
	}
h2	{
	font-size: 1.1em;
	padding: 0;
	text-align: left;
	}
/*===========================*/
/*------STRUCTURAL DIVS------*/
/*===========================*/
#container {
	position: relative;
	background-color: #fff;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	min-height: 475px;
	height: auto !important;
	height: 475px;
	}
#header_wrapper {
	background-color: #002284;
	height: 200px;
	margin: 0 0 40px 0;
	padding: 0;
	}
#header {
	background: url(images/header.jpg) no-repeat;
	width: 960px;
	height: 200px;
	margin: 0 auto;
	padding: 0;
	}
		#header span {
			display: none;
			}
#main_image {
	width: 960px;
	height: 580px;
	margin: 0 auto;
	padding: 0;
	background-color: #a4ccc2;
	}
#main {
	width: 900px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	}
#main_left {
	width: 550px;
	height: 450px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	}
		#main_left_content {
			width: 490px;
			margin: 0 auto;
			padding: 0;
			}
.image_right {
	position: absolute;
	top: 0;
	left: 550px;
	width: 410px;
	height: 450px;
	margin: 0;
	padding: 0;
	}		
#video {
	position: relative;
	width: 960px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #4870ff;
	}
		#video_content {
			width: 480px;
			height: 390px;
			margin: 0 0 0 480px;
			padding: 0;
			background-color: #fff;
			}
				#video_content p {
					margin-left: 20px;
					}
		#featured_video {
			width: 480px;
			height: 420px;
			position: absolute;
			top: 0;
			left: 0;
			background: url(images/video_bg.gif) no-repeat;
			margin: 0;
			padding: 0;
			}
				#featured_video p {
					text-align: center;
					margin-top: 20px;
					}
#footer_wrapper {
	background-color: #444;
	margin: 0;
	padding: 0;
	height: 40px;
	}
		#footer {
			position: relative;
			background-color: #bbb;
			width: 960px;
			margin: 0 auto;
			padding: 0;
			height: 40px;
			}
		#footer p {
			position: absolute;
			top: 10px;
			left: 30px;
			margin: 0;
			color: #666;
			}
		#footer a {
			color: #666;
			text-decoration: none;
			}
		#footer a:hover {
			color: #666;
			text-decoration: underline;
			}
/*==============================*/
/*--------- NAVIGATION ---------*/
/*==============================*/
#navigation {
	position: absolute;
	top:200px;
	left: 0;
	background: url(images/nav/nav_bg.jpg) repeat-x;
	padding: 0;
	height: 40px;
	text-align: center;
	width: 100%;
	}
#navigation ul {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	}
#navigation li {
	list-style: none;
	display: inline;
	height: 40px;
	margin: 0;
	padding: 0;
	}
#navigation a {
	height: 40px;
	text-decoration: none;
	float: left;
	padding: 0;
	margin: 0;
	background-position: 0 2px;
	}
#navigation span {
	display: none;
	}
#navigation li#home a {
	background: url(images/nav/nav_home.jpg) top left no-repeat;
	width: 140px;
	}
		#navigation li#home a:hover, #navigation li#home a.current {
			background-position: 0 -40px;
			}
#navigation li#wedding a {
	background: url(images/nav/nav_wedding.jpg) top left no-repeat;
	width: 200px;
	}
		#navigation li#wedding a:hover, #navigation li#wedding a.current {
			background-position: 0 -40px;
			}
#navigation li#music a {
	background: url(images/nav/nav_music.jpg) top left no-repeat;
	width: 200px;
	}
		#navigation li#music a:hover, #navigation li#music a.current {
			background-position: 0 -40px;
			}
#navigation li#multi_media a {
	background: url(images/nav/nav_multi_media.jpg) top left no-repeat;
	width: 240px;
	}
		#navigation li#multi_media a:hover, #navigation li#multi_media a.current {
			background-position: 0 -40px;
			}
#navigation li#contact a {
	background: url(images/nav/nav_contact.jpg) top left no-repeat;
	width: 180px;
	}
		#navigation li#contact a:hover, #navigation li#contact a.current {
			background-position: 0 -40px;
			}
/*================================*/
/*--------- WEDDING PAGE ---------*/
/*================================*/

/*====================================*/
/*--------- MUSIC VIDEO PAGE ---------*/
/*====================================*/

/*====================================*/
/*--------- MULTI-MEDIA PAGE ---------*/
/*====================================*/

/*====================================*/
/*--------- CONTACT US PAGE ----------*/
/*====================================*/
#form {
	padding: 0;
	margin: 10px 0 30px 0;
	}
.single-field {
	padding: 5px;
	}
label {
	text-align: right;
	width: 80px;
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
	}
input {
	border: 1px solid #999;
	}
textarea {
	border: 1px solid #999;
	}
#form_buttons {
	margin: 15px 0 0 95px;
	}
.form_button {
	background-color: #eee;
	color: #444;
	outline: none;
	}
.camera {
	position: absolute;
	bottom: 10px;
	right: 10px;
	}
/*==================================*/
/*--------- SITE MAP PAGE ----------*/
/*==================================*/
