html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style: none; }
q:before, q:after { content:''; }

html {
	height: 100%;
	overflow-y: scroll;
}

h1 {
	padding-top: 16px;
	margin-bottom: -10px;
	font-size: 24px;
}

h2 {
	padding-top: 16px;
	margin-bottom: -10px;
	font-size: 18px;
}

em {
	color: #A7B01B;
}

object {
	margin-left: -12px;
	margin-top: -5px;
}

#content ul {
	font-style: italic;
	list-style-type: square;
}

blockquote {
	font-style: oblique;
	border-left: 3px solid #A7B01B;
	padding-left: 6px;
	line-height: 18px;
}

input[type=text], input[type=password] {
	display: block;
	border: 1px solid #DADADA;
	background-color: #FFFFFF;
	padding: 2px;
	margin-bottom: 8px;
	width: 154px;
	font-family: Georgia, serif;
	font-size: 14px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

textarea {
	display: block;
	border: 1px solid #DADADA;
	background-color: #FFFFFF;
	margin-bottom: 8px;
	font-family: Georgia, serif;
	padding: 2px;
	font-size: 14px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

input[type=submit], form a {
	background: #A7B01B;
	color: #FFFFFF;
	font-family: Georgia, serif;
	padding: 4px;
	border: none;
	text-decoration: none;
	font-size: 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.blockquote_source {
	text-align: right;
	margin-bottom: 16px;
}

a, a:link, a:visited {
	color: #A7B01B;
	text-decoration: none;
}

a:hover {
	color: #A7B01B;
	text-decoration: underline;
}

.emphasize {
	font-weight: bold;
}

#wrapper {
	width: 840px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#wrapper_border {
	height: 100%;
	width: 840px;
	position: fixed;
	border-left: 2px solid #A7B01B;
	border-right: 2px solid #A7B01B;
	z-index: 0;
}

#header {
	padding-top: 20px;
	background: #FFFFFF url('../images/header-trans.png') no-repeat scroll center top;
	background-position: center 15px;
	height: 133px;
}

#nav {
	float: left;
	margin-top: -20px;
	margin-left: 90px;
	text-align: right;
	font-size: 16px;
	line-height: 16px;
}

#nav a:link, #nav a:visited {
	color: #715A4E;
	font-style: oblique;
	text-decoration: none;
	outline: none;

}

#nav a:hover {
	color: #A7B01B;
	font-style: oblique;
	text-decoration: none;
	outline: none;
}

#weddingsbutton, #guysbutton, #socialbutton {
	font-family: Georgia;
	font-size: 11px;
	line-height: 1;
	margin-right: 3px;
	font-style: oblique;
	position: relative;
	z-index: 3;		
}

#guysbutton {
	margin-bottom: 4px;
}

#content {
	float: right;
	color: #715A4E;
	width: 390px;
	margin-top: -20px;
	margin-right: 222px;
	margin-bottom: 20px;
	font-family: Georgia, serif;
	font-size: 12px;
	position: relative;
	z-index: 2;
}

#bigger .helv {
	font-size: 14px;
}

#contactus {
	text-align: center;
	font-style: oblique;
	color: #A7B01B;
	margin-top: 20px;
}

#clear_footer {
	margin-bottom: 160px;
}

#foot {
	clear: left;
	padding-top: 100px;
	margin-left: -55px;
	text-align: center;
}

.error {
	border: 1px solid #DADADA;
	background-color: #E69494;
	color: #FFFFFF;
	padding: 6px;
	margin: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}