html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: #000000	url(../images/bg.png) top left repeat-x;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Tahoma", Verdana;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
}
a:link, a:visited {
	font-family: "Tahoma", Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
}
input.button {
	cursor: pointer;
}
img {
	border: 0 none;
	vertical-align: middle;
}
P {
	margin: 0;
	padding: 0;
}
/*****************************************/
/**************** Layout *****************/
/*****************************************/
div.body {
	background: url(../images/wrapper_bg.png) top left repeat-x;
	width: 100%;
	min-height: 100%;
	position: relative;
	text-align: center;
}
#wrapper {
	width: 1000px;
	min-height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 100%;
	height: 60px;
}
#header ul {
	margin: 0;
	padding: 8px 0 0 0;
	list-style: none;
}
#header li {
	display: inline;
	padding: 0 10px;
}
#main {
	width: 100%;
	height: auto;
	padding: 4px 0 30px;
	position: relative;
	overflow: hidden;
}
#left {
	background: url(../images/v_line.png) center right no-repeat;
	width: 485px;
	height: auto;
	min-height: 755px;
	float: left;
	font-size: 12px;
	line-height: 18px;
}
#logo {
	background: url(../images/logo.png) top center no-repeat;
	width: 100%;
	height: 121px;
	display: block;
	outline: none;
}
h1 {
	display: none;
	visibility: hidden;
}
#enter_website {
	background: url(../images/enter_website.png) top center no-repeat;
	width: 100%;
	height: 31px;
	display: block;
	margin-top: 7px;
	padding-top: 292px;
}
#enter_website a {
	font-size: 28px;
	outline: none;
}
#full_screen {
	background: url(../images/full_screen.png) top center no-repeat;
	width: 100%;
	height: 40px;
	display: block;
	margin-top: 8px;
	padding-top: 4px;
}
#full_screen a {
	font-size: 12px;
	outline: none;
}
#social {
	width: 100%;
	height: 50px;
	margin-top: 35px;
}
.facebook {
	background: url(../images/facebook.png) top center no-repeat;
	width: 44px;
	height: 46px;
	display: block;
	float: left;
	margin-left: 170px;
	outline: none;
}
.linkedin {
	background: url(../images/linkedin.png) top center no-repeat;
	width: 44px;
	height: 46px;
	display: block;
	float: left;
	margin-left: 10px;
	outline: none;
}
.twitter {
	background: url(../images/twitter.png) top center no-repeat;
	width: 43px;
	height: 48px;
	display: block;
	float: left;
	margin-left: 10px;
	outline: none;
}
.addthis_toolbox {
	width: 250px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
.addthis_toolbox a {
	color: #bbbbbb;
	font-size: 12px;
	font-weight: normal;
}
#copyright {
	margin-top: 35px;
	color: #bbbbbb;
}
#copyright a {
	color: #bbbbbb;
}
#right {
	width: 459px;
	height: auto;
	float: right;
	padding: 10px 28px 0 28px;
	line-height: 20px;
}
#welcome {
	width: 100%;
	height: auto;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 10px;
}
#awards {
	width: 100%;
	height: auto;
	margin-top: 15px;
	overflow: hidden;
}
.the_knot {
	background: url(../images/the_knot.png) center center no-repeat;
	width: 158px;
	height: 214px;
	display: block;
	float: left;
	margin-left: 7px;
	outline: none;
}
.brides_choice {
	background: url(../images/brides_choice.png) center center no-repeat;
	width: 154px;
	height: 195px;
	display: block;
	float: left;
	outline: none;
}
.brides {
	background: url(../images/brides.png) center center no-repeat;
	width: 140px;
	height: 175px;
	display: block;
	float: left;
	outline: none;
}
.hLine {
	background: url(../images/hline.png) center center no-repeat;
	width: 100%;
	height: 25px;
}
#content {
	width: 100%;
	height: auto;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 10px;
}
.h_line {
	background: url(../images/h_line.png) center center no-repeat;
	width: 100%;
	height: 25px;
}
#search_content {
	width: 100%;
	height: auto;
	padding-top: 60px;
	padding-bottom: 30px;
	color: #bbbbbb;
	font-size: 12px;
	text-align: center;
}