html{
height:100%;
}
body{
	background-color:#000000;
	height:100%;
	margin-top:0px;
}
a:link { color: #FF0000 ; text-decoration: underline }
a:active { color: #FF0000; text-decoration: underline }
a:visited { color: #FF0000; text-decoration: underline }
a:hover { color: #FF0000; text-decoration: underline }
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000
}
.style2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 13px;
	font-weight: bold;
}
.style3 {
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000
}
.style5 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; }
.style6 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: italic; }

#wrapper {
	margin:auto;
	width:800px;
	height:600px;
}
#maincontainer {
	width:800px;
	height:600px;
}
#header {
	width: 800px;
	height:81px;
}
#tagline {
	width: 450px;
	height: 81px;
	float: left;
}
#logo {
	width: 350px;
	height: 73px;
	float: right;
	padding-top:8px;
}
#navigation {
	width:800px;
	height:25px;
}
#flash {
	width: 800px;
	height: 470px;
	background-image:url(images/flash-bg.jpg);
	background-repeat:no-repeat;
	margin: auto;
}
#top {
	width: 800px;
	height: 12px;
}
#content {
	width: 800px;
	height:470px;
	background-image:url(images/background.gif);
	background-repeat: repeat-y;
}
#weddingcontent {
	width: 800px;
	height:470px;
	background-image:url(images/background-black.gif);
	background-repeat: repeat-y;
}
#text {
	margin: auto;
	clear:both;
	width:730px;
	height:450px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right:20px;
	overflow:auto;
}
#npcontent {
	width: 800px;
	height: auto;
	background-image:url(images/background.gif);
	background-repeat: repeat-y;
}
#nptext {
	margin:auto;
	width:750px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear:both;
}		
#bottom {
	width: 800px;
	height: 12px;
}
#footer {
	width: 800px;
	height: 24px;
}