body {
	font-family: Arial; 
	font-size: 16px;
	margin: 0; padding: 0; 
	line-height: 1.3em;
	color: #000;
	width: 100%;
}

a img {
	border: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

h3 {
	text-transform: uppercase;
	font-weight: normal;
	font-family: "Lucida Grande";
	font-size: 1.1em;
	letter-spacing: 1px;
}

acronym {
	text-decoration: none;
	border-bottom: dotted 1px #444;
	cursor: default;
}

p, ul, blockquote, .vcard {
	font-size: .9em;
}

p.intro {
	margin-bottom: 2em;
}

ul ul {
	font-size: 1.1em;
}

blockquote {
	border-left: solid 2px silver;
	padding-left: .5em;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: white;
}

#header {
	text-align: center;
}

#nav {
	display: none;
}

#sidebar {
	display: none;
}

#content {
	clear: both;
	padding: 2em 1em 1em 1em; 
	text-align: left;
	width: 37.5em;
	margin: 1em auto 1em auto; 
	background: transparent url(../images/line.gif) top center no-repeat;
	min-height: 200px;
	overflow: hidden;
}

#content p {
	color: #666;
	font-size: .9em;
}

ul.fl li {
	padding-left: 29px; 
	background: url(../images/bullet7.gif) 0 1px no-repeat;
	list-style-type: none;
	line-height: 1.6em; 
	text-align: left;
}

ul.fl li ul {
	padding-left: 8px;
}

ul.fl li ul li {
	padding-left: 29px; 
	background: url(../images/bullet8.gif) 0 1px no-repeat;
	list-style-type: none;
	line-height: 1.6em; 
	text-align: left;
}

#footer {
	text-align: center;
	height: 7em; 
	padding-top: 30px;
	clear: both; 
	width: 100%;
}

#footer p {
	color: #aaa; 
	font-size: .85em;
}

.brdr-flr {
	float: right;
	margin: 8px;
	padding: 5px;
	border: solid 1px silver;
}

.brdr-fll {
	float: left;
	margin: 8px;
	padding: 5px;
	border: solid 1px silver;
}

.clear {
	clear: both;
}

#content .center {
	text-align: center;
}

.notice {
	background: url(../images/line2.gif) top center no-repeat;
	padding-top: 20px;
}

.img-right {
	float: right;
	margin: 10px;
}

.headshot {
	border: solid 1px gray;
	padding: 3px;
}

#design-samples {
	text-align: center;
	width: 570px;
	margin: 0 auto;
}

#design-samples .sample {
	width: 250px;
	padding: 5px;
	margin: 10px;
	border: solid 1px silver;
	display: inline; 
	float: left; 
}
