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

/* start out with our reset css.... */
@import url(reset.css);

html {margin:0;padding:0; }
body {
	margin:0;padding:0; font: 10pt/1.25 Arial, Helvetica, sans-serif; 
    background: #000000 url(/images/background.jpg) no-repeat top left; 
    behavior: url(csshover.htc);  /* WinIE behavior call */
}

div#excerpt_body p {
	margin: 6px 0 6px 0;
}
div#excerpt_body p.spacer {
	margin-top: 25px;
}

div#around_text_box {
	margin-top: 20px;
}
div#around_text_box p {
	margin-bottom: 10px;
	text-align: left;
}

.linkWrapper {
	float:left;
	margin:20px 0 0 0;
	padding:0;
	font-size: 110%;
	text-align:center;
	background-color:#000000;
	color:#ffffff;
}
.linkWrapper img {
	text-align: left;
	margin:0;
	padding:0;
}

/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(../images/big_textbox_full.jpg) no-repeat bottom right; 
}
.cssbox {
    width: 500px !important; /* intended total box width - padding-right(next) */
    width: 485px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 20px 0; /* use to position the box */ 
} 

/* set the top-right image */ 
.cssbox_head { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 35px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.cssbox_body { 
    background-position: bottom left; 
    margin-right: 25px; /* interior-padding right */ 
    padding: 10px 0 40px 40px; /* mirror .cssbox_head right/left */ 
} 

div#menu {
	color: #FF0000;
	border-left: 6px #FF0000 solid;
	padding-top: 1px;
	padding-bottom: 10px;
	padding-left: 18px;
	padding-right: 15px;
	font-weight:bold;
	left: 590px;
	width: 151px;
}

div#menu ul li {
	margin-bottom: 15px;
}

div#menu a {text-decoration: none;}
div#menu a:link    {color: #FF0000}     /* unvisited link */
div#menu a:visited {color: #FF0000}  /* visited link */
div#menu a:hover   {color: #FF00FF}   /* mouse over link */
div#menu a:active  {color: #0000FF}   /* selected link */

p.quote_author {
	font-style: italic;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 0;
}
p.quote_text {
	font-style: italic;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 0;
}

div.appearance          {margin-left: 20px; margin-top: 10px;}
div#around_text_box h2  {font-weight: bold; font-size: 110%; margin-top: 20px;}
div.appearance p        {display: in-line; margin: 0px 0px 0px 0px; padding-top: -10px;}
div.appearance div.date {display: in-line; font-weight:bold; margin-left: -5px; margin-top: 5px;}
