@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding:0
}

body {
	background: url(images/bg1.jpg) repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align:center;
}

p {
	margin: 1em 0;
}

a:link {
	color: #CC0000;
}

.style14 {
	font-size: 16pt;
	font-weight: bold;
}

.style17 {
	font-size: 18pt
}

#wrapper {
	background-color: #fff;
	width: 862px;
	margin: 10px auto;
	padding: 4px;
}

#nav {
	background: url(images/navBg.jpg) no-repeat;
	height: 80px;
}

#menu {
	line-height: 80px;
	font-size: 130%;
}

#menu a {
	padding: 0 15px;
}

#menu a:link, #menu a:visited {
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	color: #2D0000;
	text-decoration: none;
}

#leftCol {
	width: 198px;
	float: left;
}

#leftColImg {
	background: url(images/leftColImg.jpg) no-repeat;
	height: 515px;
}

#mainCol {
	float: left;
	width: 656px;
	padding-top: 6px;
}

#content {
	padding: 20px 10px;
	min-height: 600px;
}

#copyrite {
	padding: 15px 0;
	text-align: center;
}

.txtCenter {
	text-align: center;
}

.txtLeft {
	text-align: left;
}

.clr2 {
	clear: both;
}

.poems {
	width: 500px;
	margin: 0 auto;
}

.poems td {
	padding: 4px;
}
.label {
	float: left;
	clear: left;
	width: 180px;
	text-align: left;
	margin-bottom: 5px;
}
.input {
	float: left;
	width: 180px;
	margin-bottom: 5px;
}