/* --------------------------------------------------
	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%;
  	scrollbar-3dlight-color:#d1c4ca;
	scrollbar-arrow-color:#182228;
	scrollbar-track-color:#f5f2f2;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color:#f1ebeb;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#9e8893;
}
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
-------------------------------------------------- */

#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 {
	width: 1046px;
	height: 275px;
	position: relative;
	background-image: url(../images/headerBg.jpg);
	margin-left: auto;
	margin-right: auto;
	position: static;
}
#navbar {
	z-index: 50;
	width: 1046px;
	height: 38px;
	background: url(../images/navBg.jpg) repeat;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#contentWrapper {
	width: 1046px;
	background-image: url(../images/contentBg.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}
#page {
	width: 1046px;
	background: url(../images/pageBg.jpg);
	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 {
	z-index: 48;
	width: 581px;
	height: 38px;
	padding-left: 425px;
	position: relative;
}
#mainNavActive {
	background-image: url(../images/navHover.gif);
	background-repeat: repeat-x;
	color: #FF0000;
}
#mainNav ul {
	margin: 0px;
	padding: 0px;
}
#mainNav li {
	float: left;
	line-height: 38px;
	text-align: center;
	font-family: Arial;
	list-style: none;
	padding-left: 4px;
	padding-right: 4px;
}
#mainNav a {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	display: block;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 1px;
}
#mainNav a:hover, .mainNav a:active {
	background: url(../images/navHover.gif) repeat-x;
	color: #ffffff;
}
a.navNormal {
	color: #221f1f;
}
a.navActive {
	color: #ffffff;
}
#navActive {
	background-image: url(../images/navHover.gif);
	background-repeat: repeat-x;
}


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

#leftColumn {
	float: left;
	width: 414px;
	padding-left: 0px;
	padding-top: 304px;
	padding-right: 12px;
	padding-bottom: 0px;
}
#rightColumn {
	width: 470px;
	margin-left: 426px;
	padding-left: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	z-index: 1;
}
.clearboth {
	clear: both;
	width: 0px;
	height: 0px;
	margin: 0px;
}


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

a.footer:link {
	color: #dadada;
	text-decoration: none;
	font-weight: normal;
}
a.footer:active {
	color: #dadada;
	text-decoration: none;
	font-weight: normal;
}
a.footer:visited {
	color: #dadada;
	text-decoration: none;
	font-weight: normal;
}
a.footer:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#drLogo {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 108px;
	height: 48px;
	background-image: url(../images/drLogo.gif);
	background-repeat: no-repeat;	
}