@charset "UTF-8";
#container #header h1 {
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	height: 110px;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container  {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/carvedcorner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 
#sidebar1  {
	position: absolute;
	top: 220px;
	left: 0;
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#sidebar2  {
	position: absolute;
	top: 220px;
	right: 0;
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
li {
	list-style-type: none;
}
#container #mainContent #cpits {
	position: relative;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999966;
}
#container #mainContent #poetrydaily {
	position: relative;
	display: block;
}
#container #mainContent #calpo img {
	left: 6px;
	top: 41px;
	display: block;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#mainContent  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 70px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#container  a:link {
	color: #663300;
	text-decoration: none;
}
#container  a:visited {
	color: #000000;
	text-decoration: none;
}
#container  a:hover {
	color: #663300;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
}
#container #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333300;
	font-weight: normal;
	line-height: 1.4em;
	letter-spacing: 0.1em;
}
#container #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.4em;
	text-align: justify;
}
#footer  {
	background:#DDDDDD;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	margin-left: 200px;
	padding-right: 20px;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-align: center;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #333333;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#header #navigation ul {
	display: none;
	float: right;
	list-style-type: none;
	background-position: left;
}
#container #sidebar1 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999966;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-bottom: 5px;
	margin: 0px;
}
.poem {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.4em;
}
#container #sidebar1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	color: #333333;
	letter-spacing: .1em;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999966;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#header #navigation li {
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	list-style-type: none;
}
#header #navigation li img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#container #sidebar2 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999966;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-bottom: 5px;
	margin: 0px;
}
.more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: lowercase;
	text-align: right;
}
#container #mainContent #poetrydaily img {
	left: 6px;
	top: 41px;
	display: block;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#container #mainContent p.cred {
	font-size: 10px;
	text-align: center;
	color: #333300;
}
