html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
ul{
    padding-left:30px;
    /*list-style-image: url("../images/bullet.gif");*/
    list-style-type:disc;
}
li{
    padding-bottom: 16px;
}
strong{
    color:#000;
}
h1{
	font: 22px Tahoma, arial, sans-serif;
	color: #000;
    font-weight:bolder;
    padding-bottom:20px;
}
h2{
	font-size: 15px;
	color: #544e38;
	margin-top:10px;
}
img {
	border: 0px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
.thumb {
	clear:left;
	float:left;
	margin: 10px 10px 10px 0px;
}
body {
	background-image: url(../images/bg_fill.png);
	background-repeat:repeat-x;
	background-color: #fff;
	text-align: center;
	font: 15px "Trebuchet MS", verdana, arial, sans-serif;
}
#wrapper {
	position: relative;
	top: 96px;
	text-align: left;
	margin: auto;
	width: 767px;
	background-color: #fff;
    border-style:solid;
    border-color:#ccc;
    border-width:1px;
}
#logo {
	position: absolute;
	top: -26px;
	left: -17px;
	font-size:35px;
	color:#3f3c2d;
}

#nav {
	position: absolute;
	top: 102px;
	left: 366px;
	
}
#nav  a {
	display:inline;
	float:left;
    padding-right: 30px;
	font-size: 17px;
	text-decoration:none;
	color:#999;
}
#nav  a:hover {
	color:#000;
}

#content {
    padding: 180px 100px 0px 100px;
	color: #686454;
}
#content .left {
	margin-right: 10px;
}
#content a {
  color: #5A5644;
}
#content a:hover {
	color: #26241A;
}
#content p {
  margin-top: 4px;
}
.img_para {
	clear: both;
	border-top: 1px solid #D3CAA9;
}
.img_para p {
		margin-left:124px;
}
.img_para ul {
		margin-left:124px;
}
.img_para h3 {
		margin-left:124px;
}

#footer {
	font-size: 12px;
	color: #999;
    padding: 10px 100px 20px 100px;
}

.drop-cap {
    font-size : 300%;
    font-weight : bold;
}
.quote{
    color:#000;
	font: 20px Georgia, "Times New Roman", serif;
    font-style:italic;
    padding-left:36px;
    background-image:url("../images/star.gif");
    background-repeat:no-repeat;
    background-position: -10px 0px;
}
.quote-attr{
	font: 11px  Georgia, "Times New Roman", serif;
    font-style:italic;
}
.screenshot{
    border-style:solid;
    border-color:#ccc;
    border-width:1px;
    margin-bottom:30px;
}
