/*-----------------------------------------------
Style Sheet for sherryquanlee.com

version:	1.2
author:		matt belcher
email:		mjb@bironic.com
website:	http://www.bironic.com
-----------------------------------------------*/

* {

	padding: 0;
	margin: 0;

}

body {

	background-image: url(../images/background_tile.png);
	background-repeat: repeat;
	background-color: #000000;
	text-align: center;
	min-width: 800px;
	margin-top: 0px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-style: normal;
	font-weight: normal;
	
}

img {

	border: 0px;
	
}

a:link, a:visited {

	color: #ffffff;
	text-decoration: none;
	
}

a:hover {

	color: #a31c1c;
}

h1 {

	font-family: "Arial", "Helvetica", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	
}

h2 {

	font-family: "Arial", "Helvetica", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	padding: 0 0 0 14px;
	
}

#home #mainNav .home a,
#about #mainNav .about a,
#acclaim #mainNav .acclaim a,
#writing #mainNav .writing a,
#recommend #mainNav .recommend a {

	color: #a31c1c;
	cursor: default;
	
}

#wrapper {

	position: relative;
	width: 798px;
	margin: 0 auto;
	text-align: left;
	background-color: #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	
}

#mainNav {

	height: 40px;
	width: 798px;
	background: url(../images/top_gradient.png) repeat-x;

}

#headshot {

	position: absolute;
	top: 20px;
	left: 24px;
	
}

#header {

	width: 798px;
	height: 216px;
	margin-bottom: 35px;
	
}

#contentText {

	float: left;
	width: 425px;
	padding: 14px 0px 0px 24px;
	
}

#contentImage {

	float: right;
	width: 325px;
	padding: 20px 24px 0px 0px;

}

#contentText p {

	float: right;
	margin-top: 30px;
	font-size: 14px;
	color: #ffffff;
	min-height: 189px;
	background: url(../images/quote_bg.png) no-repeat center;
	
}

#mainLeft {

	float: left;
	width: 370px;
	padding: 20px 0 15px 24px;
	
}

#mainRight {

	float: right;
	width: 370px;
	padding: 20px 24px 15px 0;
	
}

#aboutus, #quotes, #samples {

	width: 750px;
	padding: 20px 24px 15px 24px;
}

#mainLeft p,
#mainRight p,
#aboutus p,
#quotes p,
#samples p,
#cbb-quote p {

	font-size: 14px;
	color: #ffffff;
	
}

#aboutus p {

	padding: 0 0 0 14px;
	
}

#note-cover {

	float: right;
	display: block;
	margin-bottom: 10px;
	
}

#cbb-title {

	width: 750px;
	padding: 20px 24px 0 24px;
	
}

#cbb-cover {

	float: left;
	width: 131px;
	border: 0px;
	padding: 10px 10px 15px 24px;
	
}

#cbb-quote {

	float: right;
	width: 604px;
	padding: 10px 24px 15px 0;
	
}

#note-button {

	float: right;
	display: block;
	position: relative;
	right: 83.5px;
	
}

#cbb-button {

	display: block;
	position: relative;
	top: 5px;
	left: 20.5px;
	
}

#footer {
	
	clear: both;
	height: 50px;
	line-height: 50px;
	width: 798px;
	border-bottom: solid 1px #000000;
	background: url(../images/footer_gradient.png) repeat-x;

}

#footer p {

	font-size: 10px;
	color: #ffffff;
	text-align: center;
	
}

#footer a:hover {

	color: #000000;
	
}

.divider {

	clear: both;
	border-bottom: solid 1px #520e0e;
	padding-top: 15px;
	margin-left: 24px;
	width: 750px;
	
}

ul {

	position: absolute;
	top: 20px;
	right: 0px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #ffffff;
	float: left;
	list-style: none;
	width: 518px;

}

ul a {

	display: block;
	float: left;
	padding: 0 1.6em;
	background: url(../images/pipe.png) repeat-y top left;
	
}

ul .home a {

	background: none;
	
}

ul li {

	float: left;
	
}
