html, body {
	margin: 0;
	padding: 0;
}

body {	
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	background-color:#222222;
	color:#111111;
}

img {		
	border: 0;
}

#mainContainer {
		background-color:#EEEEEE;
		margin:0 auto;
		width: 679px;
}

#logoAndNav {
	width:671px;
	padding-left:8px;
	padding-top:2px;
	height:22px;
	padding-top:284px;
	background:url(images/main-logo.gif);
	font-size:14px;
	letter-spacing:1px;
	color:#dddddd;

}

#logoAndNav a:link, #logoAndNav a:visited, #logoAndNav a:active {
	text-transform:uppercase;
	color:#dddddd;
	text-decoration:none;
}

#logoAndNav a:hover {
	color:#ffcc33;
}

a:link, a:visited, a:active {
	color:#111111;
	font-weight:bold;
	text-decoration:none;

}

a:hover {
	text-decoration:none;
}

#mainContent {
	width:659px;
	padding-left:10px;
	padding-right:10px;
	min-height:400px;
	padding-top:20px;
	background:url(images/main-background.gif);
	background-repeat:no-repeat;
}

* html #mainContent {
	height:400px;
 }

#footer {
	width:669px;
	padding-right:10px;
	height:25px;
	padding-top:12px;
	background-color:#CCCCCC;
	font-size:11px;
	font-weight:bold;
	color:#555555;
	text-align:right;
	clear:both;
}

h1 {
	font-size:16px;
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom:8px;
}

h2 {
	font-size:14px;
	text-transform:uppercase;
	margin-top:8px;
	margin-bottom:8px;
}

p {
	margin-top:9px;
	margin-bottom:9px;

}

/*** Homepage ***/

#homePanels {
	margin-top:50px;
	clear:both;
}

img.leftPanel {
	float:left;
	margin-right:19px;
}

/*** Paintings Page ***/

#paintings {
	margin-left:170px;
	margin-top:30px;
}

#paintings img {
	margin-bottom:14px;
	border:0;
}

/*** Image Page ***/

#imageRow {
	height:230px;
	clear:left;
}

#imageCell {
	width:157px;
	float:left;
	margin-right:7px;
}


#imageCell p {
	margin-top:3px;
	font-size:11px;
	color:#000000;
}


/***** Form *****/

textarea {
	width:260px;
	border:#000000 1px solid;
	margin-bottom:7px;
}


input.emailAddress {
	border:#000000 1px solid;
	margin-bottom:5px;
	width:260px;
}

p.error {
	color:red;
}

/***** Exhibitions *****/

#exhibitions img {
	vertical-align: middle
}

#exhibitions p {
	height:25px;
}

.youCantSeeMe {
	display:none;
}

