html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, font, img, strong, sub, sup,b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, table, caption,tr, th, td {
	border:0;
	margin:0;
	padding:0;
	outline:0;
} 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #4D1F08;
	background-color: #FFEAC1;
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: table;
	width: 100%;
}
#header {
	height: 210px;
}
#wrapper {
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#column_wrapper {
	position: relative;

}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 720px;
	float: left;
}
#left {
	width: 200px;
	float: left;
}
#left .content {
	font-size: 0.75em;
	line-height: 1.5em;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 24px;
	padding-left: 14px;
}
#right .content, #right .content-poems {
	font-size: 0.8em;
	line-height: 1.65em;
	padding-top: 4px;
	padding-right: 40px;
	padding-bottom: 68px;
	padding-left: 40px;
	background-image: url(../img/bkgr-content.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#right .content-poems {
	background-image: none;
	text-align: center;
	padding-left: 0px;
	padding-right: 90px;
	padding-bottom: 12px;
}
#header .content {
	padding: 12px 16px;
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #C48000;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	position: relative;
}

/* Gallery */
ul.gallery {
	list-style: none;
	width: 600px;
	height: 124px;
	margin-left: 0px;
	padding-left: 0px;
}

ul.gallery li {
	float: left;
	width: 100px;
	height: 100px;
	list-style-image: none;
	background-image: none;
	padding-left: 0px;
	margin-right: 16px;
	margin-left: 0px;
	display: inline;
	margin-bottom: 16px;
}

/* TEXTSTYLES */

h1 {
	font-size: 4em;
	color: #BD262B;
	margin-bottom: 18px;
}
h2 {
	font-size: 2.5em;
	margin-top: 20px;
	margin-bottom: 12px;
}
h3 {
	font-size: 1.2em;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
p {
	margin: 12px 0;
}
p.divider {
	margin-top: 24px;
	margin-bottom: 44px;
}
#footer p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.content ul {
	padding-left: 24px;
	list-style-type: square;
}




/* LINKSTYLES */

#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #9B7C00;
}
#right a:link {
	color: #910800;
}
#right a:visited {
	color: #910800;
}
#right a:hover {
	color: #FF9501;
	text-decoration: none;
}
#footer a:link {
	color: #C48000;
}
#footer a:visited {
	color: #E19300;
}
#footer a:hover {
	color: #F90;
	text-decoration: none;
}
a.z:link, a.z:visited {
	color: #B7B7B7 !important;
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 10px;
}
a.z:hover {
	color: #F90  !important;
	text-decoration: none;
}

/* FORMSTYLES */

input {
	background-color: #FFEAC1;
	border: 1px solid #666;
	padding: 4px;
	color: #333;
	width: 400px;
}
textarea {
	background-color: #FFEAC1;
	border: 1px solid #666;
	padding: 4px;
	color: #333;
	height: 140px;
	overflow: hidden;
	width: 400px;
}
.button {
	cursor: pointer;
	background-color: #FAAE69;
	border: 1px solid #5E5642;
	padding: 4px;
	width: 120px;
}
.button:hover {
	background-color: #BD262B;
	color: #E1E1E1;
}

/***** Global Classes *****/

.clearfloat 	{
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0px;
}

.float-left 	{ float:left; }
.float-right 	{ float:right; }
img.floatRightClear {
	float: right;
	clear: right;
	margin-bottom: 2px;
	margin-left: 16px;
	margin-top: 8px;
	background-color: #FFEAC1;
	padding: 4px;
}
img.floatLeftClear {
	float: left;
	clear: left;
	margin-bottom: 10px;
	margin-right: 24px;
}
.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }
.text-small {
	font-size: 9px;
}
.text-red {
	color: #FF3E3E;
}



.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{
	float:right;
	border: 1px solid #D6D6D6;
	padding: 3px;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 10px;
}

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }


.brdr {
	border: 1px solid #4C2E2C;
}
.brdr2 {
	padding: 3px;
	border: 1px solid #D6D6D6;
	background-color: #FFF9EC;
}
