* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 line-height: 160%;
}
#wrapper {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	color: #FFF;
	width: 960px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: left 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
#navigation {
	float: left;
	width: 940px;
	text-align:left;
	color: #333;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation2 {
	float: left;
	width: 840px;
	background:#ffffff;
	text-align:left;
	color: #333;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 60px;
	box-shadow:5px -5px 5px 0px #649cb3;	
}
a:link {
	color: #478AC6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3370A6;
}
a:hover {
	text-decoration: none;
	color: #478AC6;
}
a:active {
	text-decoration: none;
	color: #478AC6;
	text-align: left;
}
a.header:link {
	color: #fff;
	text-decoration: none;
}
a.header:visited {
	text-decoration: none;
	color: #fff;
}
a.header:hover {
	text-decoration: none;
	color: #BFE0EE;
}
a.header:active {
	text-decoration: none;
	color: #BFE0EE;
}
h1 {
	font-size: 16pt;
	color: #4486C4;
	line-height: 160%;
	text-align: left;
}
h2 {
	font-size: 11pt;
	 line-height: 160%;
	color: #E4EFF3;
}
h3 {
	font-size: 13pt;
	color: #E4EFF3;
	text-align: center;
	font-family: 'Julius Sans One', sans-serif;
}
h4 {
	font-size: 9pt;
	font-family: 'Julius Sans One', sans-serif;
	 line-height: 160%;
}
h5 {
	font-size: 9pt;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
}
h6 {
	font-size: 8pt;
	color: #FFF;
	text-align: left;
	line-height: 160%;
}
#leftcolumn { 
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 height: 300px;
 width: 220px;
 float: left;
}
#leftmiddle { 
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 0px 20px 0px 20px;
 height: 300px;
 width: 220px;
 float: left;
}
#rightmiddle { 
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 0px 20px 0px 20px;
 height: 300px;
 width: 219px;
 float: left;
}
#rightcolumn { 
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 height: 300px;
 width: 220px;
 float: left;
}
#rightcolumn2 {
	color: #333;
	margin: 0px;
	padding: 0px;
	width: 240px;
	float: right;
	text-align: right;
}
#footer {
	width: 100%;
	height: 200px;
	clear: both;
	color: #333;
	background-image: url(assets/wendy-sinclair-artiste-peintre-background-slicebottom.png);
	background-repeat: repeat-x;
	background-position: top;
}
#footercontainer {
	width: 960px;
	height: 150px;
	margin-top: 00px;
	color: #333;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
