body {
	/* NN4! Change URL to Absolute (http://www.yourdomain.com/assets/img_main/mechPgbg.jpg */
	background-image: url(http://www.ophirwines.com/assets/img_main/mechPgbg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	/* Sets page content to start 172px from the top to clear NavBar */
	margin: 172px 0px 0px;
	padding: 0;
	color : #333333;
}

/* Font Family for entire Document */
body, td, div, ul, ol {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;

}
/* Headings */
h1 {
	font-size: 18px;
	color : #295247;

}
h2 {
	font-size: 17px;
	color : #52705C;
	}
h3 {
	font-size: 16px;
	color : #B10000;
}
h4 {
	font-size: 16px;
	color : #B10000;
}
h5 {
	font-size: 14px;
	color : #52705C;
}
acronym, .definition {
  border-bottom: 1px dotted #990000;
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
  }
   
/* Main Contant Area */
#mncontent {
	font-size: 14px;
	vertical-align: top;
}
#mncontent a:link {
	color: #CC9933;
	text-decoration: none
}
#mncontent a:visited {
	color: #CC9933;
	text-decoration: none;
}
#mncontent a:hover, #mncontent a:active {
	color: #CC9900;
	text-decoration: underline;
}

/* Sidebar */
#sidebar {
	font-size: 12px;
	color : #52705C;
	vertical-align: top;
}
#sidebar a:link {
	color: #CC9933;
	text-decoration: none;
}
#sidebar a:visited {
	color: #CD853F;
	text-decoration: none;
}
#sidebar a:hover, #sidebar a:active {
	color: #DAA520;
	text-decoration: underline;
}
.defintiondiv {
	background-color: transparent;
	font-weight: normal;
	color: #2F4F4F;
	font-size: 11px;
}
/* Middle Column for Vertical Page Rule */
#midcolumn {
	/* NN4! Change URL to Absolute (http://www.yourdomain.com/assets/img_main/mechVrule.gif */
	background-image: url(http://www.ophirwines.com/assets/img_main/mechVrule.gif);
	background-repeat: repeat-y;
}
#newsletter {
    background-color: #FBFBF7;
        border-color: #CC0033;
        }

/* Footer Area */
#footertable { /* Provides offset from the main table */
	margin: 36px 0 0 0;
} 
#footer, #footer2 {
	font-size: 12px;
	/* NN4! Change URL to Absolute (http://www.yourdomain.com/assets/img_main/mechFooterbg.gif */
	background-image: url(http://www.ophirwines.com/assets/img_main/mechFooterbg.gif);
	background-color: #003333;
	color: #EEE8AA;
}
#footer p {
	margin: 0px 0px 3px 0px;
}
#footer a:link, #footer2 a:link {
	color: #EEE8AA;
	text-decoration: none;
}
#footer a:visited, #footer2 a:visited {
	color: #EEE8AA;
	text-decoration: none;
}
#footer a:hover, #footer a:active, #footer2 a:hover, #footer2 a:active {
	color: #003333;
	background: #99CCCC;
	text-decoration: none;
}

/* Describes the Layer that holds the Skip Nav Link */
/*see accessibility section */
#skipnav {
	position: absolute;
	top: 0px;
	left: 0px;
}
