html
{
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    text-align: left;
}

body
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: trebuchet, verdana, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: normal;
    color: black;
    background-color: white;
}

img
{
    display: block;
    border: 0;
}

.clearer
{
    clear:both;
    width: 0px;
    height: 0px;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
}

a, a:visited
{
    color: Blue
}

/* Header */

#header
{
    width: 100%;
    background-color: #7c8486;
    padding: 0px;
    height: 50px;
    color: White;
    font-family: Century Gothic, verdana, helvetica, sans-serif;
}

#header .title
{
    float: left;
}

#header h1
{
    font-size: 220%;
    font-weight: normal;
    line-height: normal;
    display: block;
    margin: 4px 0px 8px 15px;
}

#header h1 a,
#header h1 a:hover,
#header h1 a:visited,
#header h1 a:link
{
	text-decoration: none;
	color: White;
}

/* Menu */
#menucontents
{
    float: right;
    font-size: 150%;
}

#menucontents ul
{
    list-style: none;
    margin: 25px 5px 0px 0px;
    padding: 0px;
}

#menucontents ul li
{
    padding: 0px 6px 0px 6px;
    float: left;
    border-left: 1px solid white;
}

#menucontents ul li.left
{
	border-left: 0px none;
}

#menucontents a
{
    color: White;
    text-decoration: none;
}

/* Main area */
#mainArea
{
    width:96%;
    clear: both;
    font-size: 90%;
    padding: 0 30px 0 50px;
	min-height:380px;
	height:auto !important;
	height:380px;
}

#mainArea p
{
	width: 80%;
}

/* Footer */
#footer
{
    width: 100%;
    height: 20px;
    background-color: #7c8486;
    padding: 5px 0px 5px 0px;
    clear: both;
    font-size: 85%;
    margin: 0;
}

#footer p.links
{
    float: left;
    margin: 0px 0px 0px 10px;
    padding: 0px;
    font-size: 75%;
}

#footer p.links a, #footer p.links a:hover, #footer p.links a:visited, #footer p.links a:active
{
    color: white;
    text-decoration: none;
}

#footer p.copyright
{
    float: right;
    margin: 0px 10px 0px 0px;
    padding: 0px;
    font-size: 90%;
    color: White;
}

#footer a
{
    margin: 0px 10px 0px 0px;
    color: White;
    padding: 0px;
}

/* Artist list */
ul.artistList
{
	list-style-type: none;
}

.artistList li
{
	width: 185px;
	height: 220px;
	float: left;
	padding: 5px 0 0 0;
	margin: 8px;
	border: 1px solid gray;
	text-align: center;
}

.artistList li img
{
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

.artistList li a
{
	color: Black;
	text-decoration: none;
}

.artistList li a:hover
{
	text-decoration: underline;
}

/* Display artists */
.artistBio
{
	float: left;
	width: 48%;
}

.artistPaintings
{
	float: right;
	width: 48%;
}

.artistPaintings ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.artistPaintings ul li
{
	width: 190px;
	height: 210px;
	float: left;
	padding: 0;
	margin: 0;
}

.artistPaintings .instructions
{
	font-size: 90%;
	text-align: center;
}

/* Directions */
#mapContainer
{
	position: relative;
}

#map
{
    position: absolute;
    top: -40px;
    left: 20px;
    display: none;
    filter:alpha (opacity=90); /* MS Internet Explorer */
    filter:progid:DXImageTransform.Microsoft.Alpha (style=0, opacity=90) /* MS Internet Explorer proprietory */
    -moz-opacity: 0.9; /* Mozilla v1.6 and below */
    opacity: 0.9; /* CSS-3 Standards */
    -khtml-opacity:0.9; /* Safari */
}

/* Homepage */
#mainArea #homepage p
{
    width: 100%;
}

#homepageText
{
display: inline-block;
	float: left;
	width: 480px;
	margin-top: -12px;	
}

#homepage #mainImage
{
    display: inline-block;
	width: 520px;
	float: left;
	margin: 0 25px 0 -30px;
}

#homepage .artistLink
{
	font-size: 110%;
	font-weight: bold;
}

#homepage .contact,
#homepage .openingTimes
{
	font-size: 90%;
}

#homepage .contact h4,
#homepage .openingTimes h4
{
	font-size: 12px;
	margin-bottom: 8px;
}

#homepage .contact p,
#homepage .openingTimes table
{
    margin-top: 0;
}

.openingTimes table td 
{
    padding: 0 5px;
}

#homepage
{
    padding: 15px 0;
}

/* Subpages */
#subpage
{
    padding: 20px 0;
}