html, body, th, td, li, dt, dd, p, textarea, input, select {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
}
html, body, form, img, table, p, ol, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
p, dt, dd, textarea, input, select, table, blockquote, form {
	font-size: 1em;
}
body {
	background: url(images/background.png) #f5f3e9 top center repeat-y;
	color: #000000;
	font-size: 75%;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
p, ul, ol, dl, dd {
	line-height: 1.385em;
}
p, dd {
	margin: 0 0 1em;
}
img {
	border: 0;
}
table {
	/*width: 100%;*/
	border: 0;
	/*border-spacing: 0;*/
	border-collapse: separate;
	empty-cells: show;
}
td {
	/*padding: 0;*/
}


ul {
	margin: 10px 0 0 20px;
	padding: 1px;
}

li {
	margin: 0;
	padding: 5px 0;
}


h2 {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 2em;
	font-weight: normal;
}

h3 {
	margin: 15px 0 10px;
	padding: 0;
	color: #a93e14;
	font-size: 14px;
	font-weight: bold;
}

a {
	color: #900;
	text-decoration: underline;
}
a:link {
	color: #900;
}
a:visited {
	color: #cc9966;
}
a:active {
	color: #969;
}
a:hover {
	color: #c30;
}

a.sectionlink {
	font-size: 16px;
	font-weight: bold;
}

img.spacer {
	display: block;
}


#header:after, #nav:after, .home .content:after, .drawing .content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



.pagebody {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#header {
	color: #ffffff;
	background: transparent url(images/masthead_blank.jpg) no-repeat top right;
}
#header img {
	display: block;
	float: left;
}
#header a {
	display: block;
	width: 264px;
	padding: 44px 0 0;
	height: 0;
	overflow: hidden;
	background: transparent url(images/logo_scottgbrooks.gif) no-repeat;
}

#nav {
	clear: both;
	padding: 0 0 1px;
	border-bottom: 1px solid #b2afa3;
	background: transparent url(images/nav.png) repeat-x;
	height: 26px;
}
#nav ul, #nav li {
	float: left;
	display: block;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
#nav a {
	display: block;
	padding: 5px 20px;
	color: #000;
	text-decoration: none;
}
#nav a:hover {
	color: #c30;
	background: transparent url(images/nav_hover.png) repeat-x;
}
#nav li.on a {
	color: #c30;
}

.featureset {
	width: 530px;
	margin: 0 auto;
}
.drawing .featureset {
	width:300px;
}
.feature {
	float: left;
	width: 120px;
	margin: 0 5px;
	text-align: center;
	font-weight: bold;
	font-size: 1.333em;
}
.feature img {
	display: inline-block;
	margin-bottom: 5px;
}
.feature a {
	text-decoration: none;
}

.news {
	clear: both;
	padding: 3em 20px;
}
.news a {
	font-weight: bold;
	text-decoration: none;
}



.pagetitle {
	margin: 0 0 2em;
	padding: 0.8em 20px 0.4em;
	border-bottom: 1px solid #ffffff;
	background-color: #e3e1d5;
}

.content {
	clear: both;
	margin: 2em auto;
}

.home .content, .drawing .content {
	margin: 5em auto;
}


.content table.layout {
	margin: 0 auto;
}

.content table.layout img {
	display: block;
}

.content table.layout td {
	text-align: left;
	vertical-align: top;
}

table.main td {
	padding: 0;
}


.mainblock {
	width: 500px;
	margin: 0 auto;
	text-align: left;
}

#footer {
	clear: both;
	width: 720px;
	margin: 3em 20px 1em;
	border-top: 1px solid #e3e1d5;
}
#footer p {
	margin: 0;
	padding: 8px 10px 0;
	border-top: 1px solid #ffffff;	
	color: #666;
	font-size: 0.917em;
}

.indexblock {
	padding: 7px 0;
	border-bottom: 1px solid #cccbbc;
	margin-bottom: 5px;
	background-color: #fcfbf7;
	text-align: center;
}

html>body .indexblock {
	padding: 7px 5px;
}

.indexblock table {
	text-align: center;
}
.indexblock table td {
	padding: 0;
}

.indexblock a, 
.indexblock a:link {
	display: block;
	background: url(http://www.scottgbrooks.com/images/thumb_unvisited.gif) #d9d8cc no-repeat;
}

.indexblock a:active, 
.indexblock a:visited {
	background: #d9d8cc none;
}

.indexblock a:hover {
	background: #db3e00 none;
}

.indexblock img {
	border: 0;
	display: block;
}

.portfolioentry {
	margin: 40px 0 10px;
	padding-top: 4px;
	width: 160px;
	text-align: right;
}

.portfolioentry .title {
	margin: 0.8em 0;
	font-size: 16px;
	font-weight: bold;
}

.portfolioentry .subtitle {
	font-size: 14px;
}

.portfolioentry p {
	padding: 0;
	margin: 1px 0;
}


.portfolioimage {
	width: 450px;
	text-align: center;
}

.thumbsectiontitle {
	margin: 0 0 8px;
	padding-left: 120px;
	color: #a93e14;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

table.resume td {
	vertical-align: top;
}

table.resume td.date {
	width: 45px;
	color: #a93e14;
	font-weight: bold;
}


.photorow {
	margin-bottom: 10px;
	clear: both;
}

.photorow p, .photo p {
	font-size: 0.92em;
}

.photorow p {
	float: left;
	width: 200px;
	padding: 5px 25px 5px 0;
}

.photorow p img, .photo p img {
	padding-bottom: 3px;
	display: block;
}

.photorow p br, .photo p br {
	display: none;
}

.photorow + p {
	clear: both;
}

* html .photorow {
	height: 0;
}

p.authorphoto {
	text-align: center;
}


table.navbar {
	padding-bottom: 1px;
	border-bottom: 1px solid #b2afa3;
}

.portfolioentry {
	background: transparent url(http://www.scottgbrooks.com/images/div_horz_double.gif) repeat-x;
}
p.sold, p.price {
	margin-top: 1.2em;
	font-weight: bold;
}
p.sold {
	color: #933;
}


.style1 {font-size: 14px}
.style3 {color: #000000}
.style4 {color: #FF0000; font-weight: bold; }



