@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #999999;
	margin: 0;
	padding: 0;
}
#container {
	width: 760px;
	text-align: left;
	background-color: #999999;
	margin: 0 auto;
} 

#header {
	font-size: 24px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: right;
	letter-spacing: 2px;
} 

#navigation {
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	border-bottom: #CCCCCC 1px dashed;
	border-top: #CCCCCC 1px dashed;
} 
#navigation ul
{
	margin: 0px;
	padding: 8px;
}
#navigation li
{
	display: inline;
	list-style-type: none;
	padding-right: 28px;
	padding-left: 28px;
}
#navigation li a:hover, a:active
{
	text-decoration: none;
	color: #CCCCCC;
}

#main {
	height:1%;
} 
#content {
	float: right;
	width: 640px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
    line-height: 175%;
} 
#content_picture {
	float: right;
	width: 760px;
	line-height: 150%;
	font-size: 12px;
	background-color: #AFAFAF;
	vertical-align: middle;
} 
#content_wide {
	float: right;
	width: 710px;
	line-height: 150%;
	background-image: url(images/john_reid_painting_lotus.jpg);
	background-repeat: no-repeat;
	padding: 25px;
	height: 425px;
} 
#content_wide p {
	font-size: 11px;
} 
#content h1 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 100;
	margin-top: 10px;
	margin-bottom: 20px;
}
#content h2 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 10px;
}
#content h3 {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	color: #666666;
}
#content .top {
	float: right;
	font-size: 9px;
	text-transform: uppercase;
	text-align: right;
} 
#sidecolumn {
	float: left;
	width: 120px;
	height: 100%;
	padding-top: 110px;
	padding-bottom: 20px;
}
#sidecolumn a
{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
}
#sidecolumn a:hover, a:active
{
	text-decoration: none;
	color: #CCCCCC;
}

#sidecolumn h2 {
	padding-right: 5px;
	padding-left: 15px;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#sidecolumn p {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 0px;
	line-height: 14px;
}
#footer {
	font-size: 90%;
	text-align: center;
	border-top: #CCCCCC 1px dashed;
	color: #333333;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

	
