@charset "UTF-8";
/* CSS Document */

/* CSS Reset */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th, caption {
	font-weight: normal;
	text-align: left;
}
img, fieldset {
	border: 0;
}
ol {
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style:square;
}
q:before, q:after {
	content:'';
}
/* End CSS Reset */




body {
	margin: auto;
	width: 800px;
	background: #bab3aa url(mainbkgd.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.logo {
	margin-top: 10px;
	margin-bottom: 3px;
}
.tagline {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.smalltext {
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
}
.legaltext {
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
	color: #666;
}
a {
	color: #036;
}


/* Main Navigation */
#mainnav {
	background:url(1pxblack.gif) left bottom repeat-x;
}
#mainnav .center {
	text-align: center;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}
#mainnav .tab {
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
#mainnav .tab:hover {
	font-size: 11px;
	font-weight: bold;
	color: #c00;
	text-decoration: none;
}




#biglink {
	width: 760px;
	margin: 10px auto 0 auto;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	pading: 10px 0 10px 0;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
#about {
	background: url(aboutimage.png) bottom right no-repeat;
}
#about p {
	margin-right: 300px;
}
#writing {
	height:400px;
	background: url(writingimage.png) bottom right no-repeat;
}
#writing p {
	margin-right: 450px;
}
#branding {
	background: url(brandingimage.png) no-repeat bottom right;
}
#branding p {
	margin-right: 350px;
}
#video {
	height:380px;
	background: url(videoimage.png) bottom right no-repeat;
}
#video p {
	margin-right: 450px;
}
.video {
	text-align: center;
}
#events {
}
#events p {
	margin-right: 300px;
}
#etc {
	height: 300px;
	background: url(etcimage.png) no-repeat bottom right;
}
#etc p {
	margin-right: 500px;
}
#contact {
}
#contact p {
	margin-right: 500px;
}
#contact .webform {
	float: right;
	margin: 10px 0 20px 0;
}
#contactbtm {
	vertical-align: bottom;
}
#thanks {
	height: 300px;
	background: url(thanksimage.jpg) no-repeat bottom right;
}


.samples a {
	color: #000;
	text-decoration: none;
}
.samples a:hover {
	color: #c00;
	text-decoration: none;
}
.samplethb {
	margin: 0 0 5px 0;
	border: thin solid #999;
}




hr.rulethick {
	height: 5px;
	border: 0;
	color: #000;
	background-color: #000;
	width: 800px;
	margin: 10px 0 10px 0;
}

/* Resume */
#resume {
	width: 800px;
	margin: 0 auto;
	clear: right;
}
#resume h1 {
	font-size: 16px;
	font-weight: bold;
}
#resume hr {
	height: 1px;
	border: 0;
	color: #F00;
	background-color: #F00;
	width: 800px;
	margin-top: 0;
}
#resume ul {
	margin: 5px 0 20px 0;
	list-style-type: disc;
}
#resume li {
	margin-bottom: 5px;
}
#resume ul.level2 {
	list-style-type: circle;
}
.resume {
	float: right;
}
