@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.header
{
	font-size: 14px;
}

#wrapper, #wrapper1, #wrapper2,  #wrapper3
{
	display: block;
	width: 800px;
	border-left-width: 1px;
	border-left-style: solid;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-left: 10px;
}

#wrapper
{
	border-left-color: #F60;
}
.painting
{
	color: #F60;
	font-size: 11px;
	font-style: italic;
}
.painting2
{
	color: #000;
}

#wrapper1
{
	border-left-color: #6C9;
}

#wrapper2
{
	border-left-color: #069;
}

#wrapper3
{
	border-left-color: #093;
}

#footer
{
	display: block;
	width: 800px;
	border-left-width: 1px;
	border-left-style: solid;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-left: 10px;
}

.websites
{
	color: #000;
}

.websites2
{
	color: #069;
	font-size: 11px;
	font-style: italic;
}

.design
{
	color: #000;
}

.design2
{
	color: #093;
	font-size: 11px;
	font-style: italic;
}

.my
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	color: #999;	
}
.loft
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: 800;
	color: #000;
}


.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;
}


.copyright
{
	font-size: 10px;
	font-style: italic;
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.title
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	color: #666;
	margin-top: 15px;
}
.pictureframe
{
	border: 1px solid #CCC;
}
a
{
	font-size: 11px;
	font-style: italic;
}

a.header
{
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
}

a:link {

	color: #999;
	font-weight: 400;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}

