/*Cedar Tree Books PopUp Screen Styles */
/* copyright 2008 FotoGrafics */
/**************************************/
/* Neutralize styling */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
a img {
	border: 0;
}
ul,li {
	list-style: none;
}
html, body, form, fieldset {
	font-family: Times, 'Times New Roman', serif;
	font-size: 100.1%;
}
/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}
/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: 0;
}
/* primary layout */
body {
	color: #005C49;
	text-align: center;
	background: #005C49 url(../im/bkgrnd.gif) repeat;
}
#wrapper {
	width: 500px;
	margin: 0 auto;
	background: #005C49;
}
#wrapper-lrg {
	width: 750px;
	margin: 0 auto;
	background: #005C49;
}
.pop_box_top {
	width: 500px;
	height: 40px;
	background: url(../im/pop_box_top.jpg) top center no-repeat;
}
.pop_box_con {
	width: 500px;
	background: url(../im/pop_box_con.jpg) repeat-y;
}
.pop_box_bot {
	width: 500px;
	height: 10px;
	background: url(../im/pop_box_bot.jpg) top center no-repeat;
}
.pop_box_lrg_top {
	width: 750px;
	height: 40px;
	background: url(../im/pop_box_lrg_top.jpg) top center no-repeat;
}
.pop_box_lrg_con {
	width: 750px;
	background: url(../im/pop_box_lrg_con.jpg) repeat-y;
}
.pop_box_lrg_bot {
	width: 750px;
	height: 10px;
	background: url(../im/pop_box_lrg_bot.jpg) top center no-repeat;
}
.pop_con {
	text-align: left;
	padding: 10px 10px 0 10px;
}
.pop_con p {
	margin-bottom: 10px;
}
.pop_box_lrg_con a {
	color: #4e3114;
}
.pop_box_lrg_con a:hover {
	color: #005C49;
}
.pop_box_lrg_con a:active {
	color: #FF0000;
}
/* Styling */
a {
	color: #4e3114;
}
a:visited {
	color: #4e3114;
}
a:hover {
	color: #005C49;
}
a:active {
	color: #FF0000;
}
span.dropcap { 
	border-right: solid #005C49 1px;
	display: inline;
	float: left;
	font-size: 4.25em;
	line-height: 0.775em;
	margin: 0 5px 0 0;
	padding: 0 0.1em 0 0;
}
.rule {
	height: 2px;
	margin: 10px 0;
	background: #005C49;
}
.bord {
	border: solid #005C49 1px;
}
.small {
	font-size: .7em;
}
.red {
	color: #FF0000!important;
}
/* Positioning */
.mar_top_10 {
	margin-top: 10px;
}
.mar_bot_5 {
	margin-bottom: 5px;
}
.center {
	text-align: center;
}
.fr {
	float: right;
	margin: 0 0 10px 10px;
}
.fl {
	float: left;
	margin: 0 10px 10px 0;
}
#fine-art {
	margin: 10px auto;
	text-align: center;
}
/* Hacks */
.clearit {
	clear: both;
	height: 1px;
	margin-top: -1px;
}
