body {
	color : Black;
	background-color : #F5F5D3;
	font-family : Arial, Helvetica, sans-serif;
}
html, body, #wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	background-color: White;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 955px;
}
div#header {
	height : 145px;
	width : 100%;
	padding : 0px;
	margin : 0 auto;
	background-color : #AE554C;
	border-bottom : 2px solid #006600;
}
#menu {
	float : left;
	padding-top : 20px;
}
ul.menu {
	list-style : none;
	margin : 0px;
	padding : 0px;
	font-size : 15px;
	font-weight : bold;
}
ul.menu li {
	padding : 6px 0px;
}
.menu a:link, .menu a:visited {
	color : #009900;
	text-decoration : none;
}
.menu a:hover {
	color : Gray;
	text-decoration : underline;
}
p {
	font-size : 12px;
	text-align : justify;
	color : Gray;
}
p a:link, p a:visited {
	color : #505050;
}
p a:hover {
	color : Black;
}
h1 {
	font-size : 26px;
	color : Gray;
	font-style : italic;
}
h2 {
	font-size : 16px;
	color : #778899;
}
h3 {
	font-size:12px;
	color: #778899;
}
.blkTxt {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : Black;
}
.fpHd {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : Maroon;
}
.features {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #ACACAC;
}
.important {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #B22222;
}
ul {
	font-size : 13px;
	list-style : square;
	line-height : 150%;
	color : Gray;
}
ol {
	font-size : 13px;
	line-height : 150%;
}
div#content {
	padding : 10px;
	/*height : 100%;*/
	position : relative;
}
div#mainLeft {
	float : left;
	width : 720px;
	overflow : auto;
	padding : 12px 0px;
	margin : 0 0 0 5px;
	background-image : url(../images/clarence.jpg);
	background-repeat : no-repeat;
	background-position : top right;
}
div#mainLeftNoImg {
	float : left;
	width : 720px;
	overflow : auto;
	padding : 12px 0px;
	margin : 0 0 0 5px;
}
div#mainLeft2col {
	float : left;
	width : 880px;
	overflow : auto;
	padding : 12px 0px;
	margin : 0 0 0 5px;
}
div#col2 {
	float : right;
	width : 690px;
}
div#centerCol {
	float : right;
	width : 530px;
}
div#mainRight {
	float : right;
	width : 180px;
	padding : 0px;
	margin : 0 5px 0 0px;
	background-color : #FFF;
}
#designs {
	width : 180px;
	height : 490px;
	margin : 8px 0 0 0;
	padding : 8px 0px;
	overflow : auto;
	border : 2px solid Black;
	background-color : #E3E3E3;
}
#builtby {
	padding : 130px 0 0 0;
	float : left;
}
#selling {
	padding : 150px 20px 0 0;
	float : right;
}
.clearit {
	clear : both;
}
.caption {
	font-size : 10px;
}
.copyright {
	font-size : 10px;
	color : Silver;
	border-top : 2px solid #006600;
	padding-top : 10px;
	background-color : #F0FFF0;
}
.copyright a {
	color : Silver;
	text-decoration : none;
}
.copyright a:visited {
	color : Silver;
}
.copyright a:hover {
	color : Gray;
}


