html, body {
	background:#c2a15e url("../images/bg.jpg") repeat;
	margin:0;
	padding:0;
}


#container {
	margin:0 auto;
	width:877px;
}


#content {
	margin:0;
	padding:0 0 0 35px;
	background-color:#fff4e9;/* url("../images/container-bg.jpg") repeat-y;*/
	width:842px;
	overflow:auto;
	height:auto;
	font-size:10pt;
	text-align:justify;	
	font-family:georgia, serif;
}

p {
	width:550px;
	padding:0;
	margin:0;
	font-size:10pt;
	text-align:justify;	
	font-family:georgia, serif;
}


p a {
	font-size:12px;
	font-family:georgia, serif;
	color:#999;
	text-decoration:none;
}
p a:hover {
	color:#666;
}


#com1 a {
	width:100px;
	float:left;
	font-size:12px;
	font-family:georgia, serif;
	color:#999;
	text-decoration:none;
}
#com1 a:hover {
	color:#666;
}

#com2 a {
	text-align:right;
	width:150px;
	
	font-size:12px;
	font-family:georgia, serif;
	color:#999;
	text-decoration:none;
	float:right;	
}

#com2 a:hover {
	color:#666;
}

.postTitle {
	font-size:10pt;
	color:#333333;
	line-height:30px;
}


.postMoreButton {
	font-size:10pt;
	color:#333333;
	margin:8px 0 0 0;
	cursor:pointer;
	width:50px;
}

.category {
	font-size:14pt;
	color:#111111;
}

.postClient {
	font-size:8pt;
	color:#888;
}


#leftCol2 a {
	text-decoration:none;
}

#leftCol2 a:hover {
	color:#333;
	text-decoration:underline;
}

.postDate {
	font-size:9pt;
	color:#AAA;
}


.line {
	width:550px;
	height:10px;
	margin:35px 0 25px 0;
	border-top:1px dashed #CCC;
}

#leftCol {
	width:550px;
	margin-bottom:50px;	
	float:left;
}

#leftCol p {
	line-height:18px;
	margin-bottom:20px;	
}

#leftCol2 {
	width:550px;
	margin-bottom:50px;	
	float:left;
}

#leftCol2 p {
	line-height:18px;
	margin-bottom:20px;	
}

#leftColBio {
	width:750px;
	margin-bottom:250px;	
}
#leftColBio p {
	width:800px;
	line-height:18px;
	margin-bottom:20px;	
}

#rightCol {
	width:260px;
	height:600px;
	margin:0px;
	padding:18px 0 0 18px;
	border-top:1px dashed #AAA;
	border-left:1px dashed #AAA;
	float:right;
	
}




#footer {
	clear:both;
	padding:20px 0 20px 0;	
}

#footer p, #footer a {
	font-size:10px;
	font-family:georgia, serif;
	color:#999;
	/*margin-right:20px;*/
	text-align:center;	
}

#footer a:hover {
	color:#666;
}

ul {
	margin:0;
	padding:0px;
	list-style:none;
}

li {
	margin-top:5px;
	color:#555;
	font-size:10pt;
	list-style:none;
}

li a {
	color:#555;
	font-size:10pt;
	text-decoration:none;
}

li a:hover {
	text-decoration:underline;
}

.subHeadline {
	color:#333;
	font-size:11pt;
}

#bioPic {
	width:130px;
	padding-right:7px;
	margin-top:3px;
	float:left;
}

#bioCopy a {
	font-size:14px;
}


#bioCopy p {
	width:800px;
}



.morePosts {
	margin:0;
	padding:0;
	height:0;
	overflow:hidden;
}



