body {
	font-family: didot, times, "times new roman", serif;
	font-size: 16px;
	letter-spacing: 1pt;	
	color: #444;
	background-color: #ccc;
	margin: 0;
	background-image: url("../i/white.gif");
	background-repeat: repeat-y;
	background-position: 30% 0;
}
	

/* universally usable classes and elements
---------------------------------------*/
ul {
	padding: 0;
	margin: 0;
	}

p {
	padding: 0 10px;
	text-align: justify;
	font-size: .95em;
	line-height: 2em;
	}

a, a:visited {
	color: #fff;
	}

a:hover {
	color: #000;
	}

h2 {
	font-weight: normal;
	}
	

/* header:
---------------------------------------*/
h1 {
	text-align: right;
	margin: 0 4px 30px 0;
	}

h1 a, h1 a:visited {
	font-family: "Helvetica Neue Light", arial, verdana, sans-serif;
	font-weight: normal;
	font-size: 14pt;
	letter-spacing: 4px;
	color: #fff;
	text-decoration: none;
	}

#bd {
	text-align: left;
	margin-left: 5px;
	}	
	
#bd a, #bd a:visited {
	color: #745C73;
	}

h1 a:hover {
	color: #E68E4A;
}
#bd a:hover {
	color: #745C73;
}

/* columns 
---------------------------------------*/
#col1 {
	float: left;
	clear: none;
	width: 30%;
	padding-top: 5%;
}

#col2 {
	float: left;
	clear: none;
	width: 70%;
	padding-top: 5%;
}


/* navigation elements 
---------------------------------------*/
#nav {
	float: right;
	width: 240px;
	font-size: 10pt;
	text-align: center;
	}
	
#nav h2 {
	font-size: 9pt;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-decoration: underline;
	padding-top: 0;
	}

#nav li {
	list-style-type: none;
	display: inline;
	text-align: center;
	}
	

#nav li a, #nav li a:visited {
	font-size: .9em;
	text-align: center;
	padding: 4px 8px;
	color: #000;
	text-decoration: none;
	}

#nav li a:hover {
	color: #fff;
	}


table {
	width: 100%;
	padding: 0 10px;
	}

a img, a:visited img {
	border: 3px solid;
	border-color: #ccc;
	margin: 3px 0;
	}
	
a:hover img , a img.here{
	border-color: #fff;
	color: #fff;
	}

/* content
---------------------------------------*/
#cont {
	font-size: .9em;
	color: #666;
	}
	
#paintingImg {
	margin: 25px 16px;
	text-align: middle;
	}


p.text {
	width: 450px;
	margin: 20px 30px;
	}

#logo {
	margin-left: 15px;
	}

/* contact page elements
---------------------------------------*/
form {
	margin: 0 22px;
	width: 480px;
	height: 275px;
	}

.label, form p {
	margin: 0 7px;
	}

form p {
	text-align: center;
	}

.label {
	font-size: .8em;
	color: #666;
	}
	
.instructions {
	margin: 0;
	margin-bottom: 40px;
	font-size: .8em;
	text-align: center;
	line-height: 1em;
	}


.address {
	font-size: .8em;
	line-height: 1.3em;
	text-align: center;
	}

input {
	margin-bottom: 15px;
	}

#mailer-action{
	font-family: didot, times, "times new roman", serif;
	}


/* Clearfix
---------------------------------------*/

.fixfloat:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.fixfloat {display: inline-block;}

/* Hides from IE-mac \*/
* html .fixfloat {height: 1%;}
	.fixfloat {display: block;}
/* End hide from IE-mac */ 

/* Show only to IE-mac */
/* \*/ /*/
  #prmNav {margin-left: -400px;}
  #content {margin-top: -380px;}
/* */