/******
Anthony B Smith CSS
Author: Mark McSpadden II
Date: 3/23/06
********************************/
body {
	margin: 0;
	text-align: center;
	width: 100%;
}
a {
    color: black;
    text-decoration: underline;
}
a:hover {
    font-weight: bold;
}
#page {
	border: 1px solid black;
	background: transparent url(header_new.jpg) no-repeat top center;
	margin: 5px auto 5px auto;
	padding: 1px 0;
	width: 755px;
}
#lead {
	float: left;
	margin: 110px 0 0 10px;
	width: 360px;
	text-align: left;
	vertical-align: top;
}
object.movie_object, embed.movie_object {
	display: block;
	vertical-align: top;
}
#links {
	margin: 250px 0 0 410px;
}
a.bar_link, a.bar_link_small {
	display: block;
	background: url(link_bar.jpg) no-repeat center center;
	
	margin: 5px 0 5px 0;
	padding: 4px 0 0 0;
	height: 19px;
	width: 335px;
	
	text-align: center;
	vertical-align: center;
	
	color: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .25em;
}
a.bar_link_small {
	font-size: 11px;
	text-transform: lowercase;
	letter-spacing: .1em;
}
a.bar_link:hover, a.bar_link_small:hover {
	color: #ffff00;
	text-decoration: none;
}
span.links {
	font-size: 11px;
	text-transform: lowercase;
	letter-spacing: .1em;
}
#content {
	clear: both;
	padding: 5px;
	text-align: left;
}
span.iam {
    display: block;
    text-align: right;
}
.center p {
    text-align: center;
    margin-bottom: 20px;
}
div.blockquote_top {
    background: transparent url(blockquote_top.jpg) no-repeat top left;
    width: 375px;
    height: 57px;
}
div.blockquote_mid {
    background: transparent url(blockquote_mid.jpg) repeat-y top left;
    width: 345px;
    padding: 1px 15px 1px 15px;
    font-size: 13px;
    text-align: left;
}
div.blockquote p {
    margin: 0;
    padding: 0;
}
div.blockquote_bottom {
    background: transparent url(blockquote_bottom.jpg) no-repeat top left;
    width: 375px;
    height: 55px; 
}
