body {
	/* NN4! Change URL to Absolute (http://www.artgallerygardens.com/assets/img_main/mechPgbg.jpg */
	background-image:  url(http://artgallerygardens.com/assets/img_main/pn_pBG.gif);
	background-repeat: repeat-x;
	background-color: #C0C0C0;
	/* Sets page content to start 172px from the top to clear NavBar */
	margin: 62px 36px 36px 196px;
	padding: 0px;
}

/* Font Family for entire Document */
body, td, div, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
}

/* Headings */
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	margin: 0px 0px 16px;
	color: #333333;
	font-size: 22px;
}
h2 {
	margin: 0px 0px 16px;
	color: #999999;
	font-size: 20px;
}
h3 {
	margin: 0px 0px 16px;
	color: #999999;
	font-size: 16px;
}


/* Main Contant Area */

#mncontent {
	/* NN4! Change URL to Absolute (http://www.artgallerygardens.com/assets/img_main/pnMcellBG.gif */
	background-image:  url(http://artgallerygardens.com/assets/img_main/pnMcellBG.gif);
	background-repeat: no-repeat;
	padding: 5px;
	font-size: 14px;
	text-align: justify;
	/* The Double Comment Markers hide the line height property from Netscape 4 */
	/*/*/line-height: 1.5; /* */
}
#mncontent a:link {
	color: #400000;
}
#mncontent a:visited {
	color: #400000;
}
#mncontent a:hover, #mncontent a:active {
	color: #007375;
}

/* Right Sidebar */
#sidebar {
	font-size: 11px;
	width: 90px;

}
#sidebar p {
	margin: 12px 0px;
}
#sidebar a:link {
	color: #FFFFFF;
}
#sidebar a:visited {
	color: #FFFFFF;
}
#sidebar a:hover, #sidebar a:active  {
	color: #333333;
}


/* NavBar */
#navbar p {
	margin: 0;
}
#navbar a:link {
	color: Gray;
}
#navbar a:visited {
	color: Gray;
}
#navbar a:hover, #sidebar a:active  {
	color: #333333;
}

/* Middle Column for Vertical Page Rule */
#midcolumn {
	width: 30px;
	/* NN4! Change URL to Absolute (http://www.artgallerygardens.com/assets/img_main/pnVrule.gif */
	background-image:  url(http://artgallerygardens.com/assets/img_main/pnVrule.gif);
	background-repeat: repeat-y;
}

/* Footer Area */
#footerTbl { /* Provides offset from the main table */
	margin: 24px 0px 0px 0px;
}
#footer {
	font-size: 11px;
	padding: 5px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#footer p {
	margin: 0px;
}
#footer a:link {
	color: #000000;
}
#footer a:visited {
	color: #000000;
}
#footer a:hover, #footer a:active {
	color: Aqua;
}


/* Describes the Layer that holds the Skip Nav Link */
/*see accessibility section */
#skipnav {
	position: absolute;
	top: 0px;
	left: 0px;
}
/* The UL rule Double Comment Markers make it invisible to Netscape 4 which does not support the properties used */
ul {
	/*/*/margin-left: 1em; /* */
	/*/*/padding-left: 1em; /* */
	/*/*/list-style-image:  url(../assets/img_main/pnbullet.gif); /* */
	/*/*/list-style-type: none; /* */
}
