/* --------------------------------------------------
	JEREMY AND REBECCA - OFFICIAL SITE
	www.jeremyandrebecca.com
	
	DESIGNED AND MAINTAINED BY DWELLING PRODUCTIONS
	www.dwellingproductions.com
-------------------------------------------------- */


/* --------------------------------------------------
	DEFAULT SETTINGS
-------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
form {
	margin:0;
	padding:0;
}
img {
	border:none;
}
a {
	text-decoration:none;
}
div {
	padding: 0px;
}

/*
	HIDE NETSCAPE RECTANGLE IMAGE BORDER
*/

:focus {
	outline: 0;
}


/* --------------------------------------------------
	BASIC LAYOUT
-------------------------------------------------- */

#printOnly {
	font-size: 18px;
	font-weight: bolder;	
}
#outerWrapper {
	width: 100%;
	background-image: url(../images/fullBg.jpg);
	margin-left: auto;
	margin-right: auto;
	background-position: center;
	background-position: top;
	background-repeat: no-repeat;
}
#header {
	display:none;
	visibility:hidden;
}
#navbar {
	display:none;
	visibility:hidden;
}
#contentWrapper {
	width: 1046px;
	margin-left: auto;
	margin-right: auto;
}
#page {
	width: 1046px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}
#pageArea {
	width: 908px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footerWrapper {
	width: 1046px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	width: 956px;
	height: 135px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	font: 10px "Verdana", "Arial", "Helvetica", sans-serif;
	padding-top: 24px;
	color: #FFFFFF
}


/* --------------------------------------------------
	HIDDEN ELEMENTS
-------------------------------------------------- */

.hidden {
	position:absolute;
	left:-9999px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	text-indent: -9999px;
}


/* --------------------------------------------------
	MAIN NAVIGATION
-------------------------------------------------- */

#mainNavContainer {
	display:none;
	visibility:hidden;
}


/* --------------------------------------------------
	CONTENT AREA LAYOUT
-------------------------------------------------- */

#leftColumn {
	display:none;
	visibility:hidden;
}
#rightColumn {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #000000;
}
.clearboth {
	clear: both;
	width: 0px;
	height: 0px;
	margin: 0px;
}


/* --------------------------------------------------
	FOOTER LINK ATTRIBUTES
-------------------------------------------------- */

a.footer:link {
	text-decoration: none;
	font-weight: normal;
}
a.footer:active {
	text-decoration: none;
	font-weight: normal;
}
a.footer:visited {
	text-decoration: none;
	font-weight: normal;
}
a.footer:hover {
	text-decoration: none;
	font-weight: normal;
}
