
/*Home and Menu Pages*/

body {
	background-color: #eee;
	margin-right: auto;
	margin-left:auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#wrapper {
	background-color: #eee;
	margin-right: auto;
	margin-left:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
}

div#container {
	position: absolute;
	top: 108px;
	width: 90%;
	left: 5%;
	right: 5%;
	background-color: #eee;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
	

a
{
  outline: none;
}

a:link {COLOR: #555555; text-decoration: none;}
a:visited {COLOR: #555555; text-decoration: none;}
a:active {COLOR: #555555; text-decoration: none;}
a:hover {COLOR: black; text-decoration: none;} 

a.grey:link {COLOR: #555555; text-decoration: none; letter-spacing: 1.5px;}
a.grey:visited {COLOR: #555555; text-decoration: none;letter-spacing: 1.5px;}
a.grey:active {COLOR: #555555; text-decoration: none;letter-spacing: 1.5px;}
a.grey:hover {COLOR: black; text-decoration: none; letter-spacing: 1.5px;} 

img {
	border-style:solid;
	border-color:#ffffff;
	border-width: 2px;
}

table.copyright {
	position: absolute;
	bottom: 25px;
	left: 6%;
	color: #555555;
	font-family: arial, verdana, sans-serif;
	text-decoration: none;
	font-size: 8pt;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h1.one {
	color: #555555;
	font-family: verdana, arial, sans-serif;
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}


div#paintingmenu {
	position: absolute;
	top: 62px;
	left: 60px;
	width: 260px;
	height: 167px;
	vertical-align: top;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border: 0px;

}



/*Header*/

div#header {
	height:104px;
	width: 90%;
	right: 5%;
	left:5%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;	
	margin-right: auto;
	position:absolute;
	top: 1px;
	padding: 0px;
}
	
img.logo {
	padding: 0px;
	border: 0px;
	margin: 0px;
	float: left;
	position:absolute;
	bottom: 9px;
	left: 19px;
}

h5.home {
	color: #555555;
	font-family: verdana, arial, sans-serif;
	text-decoration: none;
	font-size: 10pt;
	padding: 0px;
	border: 0px;
	margin: 0px;
	position:absolute;
	bottom: 3px;
	right: 3px;
	float:right;
}

/*for horizontal rule*/

div#box {
	position: absolute;
	top: 109px;
	width: 90%;
	left: 5%;
	right: 5%;
	margin: 0px 10px 0px 8px;
	padding: 0px;
	height: 0px;
	border-color: #919191;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	color: #eee;
	background-color: #eee;
}



/*Javascipt images positioning*/

div#homejs {
	float:right;
	top: 22px;
	right: 36px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: absolute;
}

div#homejsborder {
	float:right;
	top: 22px;
	right: 36px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: absolute;
}

div#homejsborder img {
	border-style:solid;
	border-color:#e5e5e5;
	border-width: 1px;
}

/*for Exhibitions and Links and Contact Javascript image positioning*/

div#homejsborder2 {
	float:right;
	top: 55px;
	right: 36px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: absolute;
}

div#homejsborder2 img {
	border-style:solid;
	border-color:#e5e5e5;
	border-width: 1px;
}



/*Links and Contact Page*/


div#links {
	position: absolute;
	top: 62px;
	left: 70px;
	width: 400px;
	height: 400px;
	vertical-align: top;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border: 0px;

}

/*for email link formatting only*/

a.contact:link {COLOR: #555555; text-decoration: underline; letter-spacing: 1px;}
a.contact:visited {COLOR: #555555; text-decoration: underline;letter-spacing: 1px;}
a.contact:active {COLOR: #555555; text-decoration: underline;letter-spacing: 1px;}
a.contact:hover {COLOR: black; text-decoration: underline;letter-spacing: 1px;}



h3.one {
	color: #555555;
	font-family: verdana, arial, sans-serif;
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}


/*Exhibitions Page*/


div#exhib {
	position: absolute;
	top: 62px;
	left: 50px;
	width: 480px;
	height: 750px;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border: 0px;

}

h4 {
	color: #555555;
	font-family: verdana, arial, sans-serif;
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border: 0px;
}


