
body {
	background-color: #E9E7E7;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	text-align: center;
}

div#main {
	width: 717px;
	background-color: #336699;
	text-align: left;
	margin: 0 auto;
}

div#header {
	position: relative;
	background-color: #1F3D70;
	width: 717px;
	height: 152px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}

div#logo {
	position: absolute;
	left: 16px;
	top: 7px;
}

ul#nav {
	position: absolute;
	left: 184px;
	top: 122px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#nav li {
	float: left;
	margin: 0 4px 0 0;
	padding: 5px 12px 0 12px;
	line-height: normal;
	text-indent: 0;
	height: 30px;
	font-family: geneva, trebuchet ms, arial, sans-serif;
	font-size: 14px;
	color: yellow;
}

ul#nav li.on {
	background-color: #336699;
}

ul#nav li a {
	text-decoration: none;
	color: #ffffff;
}

ul#nav li a:hover {
	text-decoration: underline;
}

div#cols {
	padding: 0;
	margin: 40px 0 0 0;
}

div#col1 {
	float: left;
	padding: 0 25px 0 32px;
	margin: 0;
	background-image: url(images/vertical.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

div#col1i {
	margin: 0;
	padding: 0;
	width: 360px;
}

div#col2 {
	float: right;
	margin: 0;
	padding: 0 35px 0 0;
}

div#col2i {
	margin: 0;
	padding: 0;
	width: 240px;
}

div#base {
	clear: both;
	height: 10px;
	font-size: 4px;
}

div#footer {
	width: 717px;
	height: 311px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}

div.text {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}

h2 {
	background-image: url(images/icon_cane.gif);
	background-repeat: no-repeat;
	font-family: geneva, trebuchet ms, arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #66CCFF;
	margin: 0;
	padding: 0 0 6px 26px;
}

h3 {
	font-family: geneva, trebuchet ms, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #66CCFF;
	margin: 0;
	padding: 0 0 6px 0;
}

h1#title, hr {
	display: none;
}

a {
	color: #ffffff;
}

input.edit {
	width: 355px;
}

textarea.edit {
	width: 355px;
	height: 120px;
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}

p {
	padding: 0;
	margin: 1em 0 1em 0;
}






.errorbox {
	background-color: #cc0000;
	border: 1px solid #ffffff;
	color: #ffffff;
	padding: 5px;
}

.boxout {
	background-color: #66CCFF;
	border: 1px solid #ffffff;
	color: #000000;
	padding: 5px;
}

.poembox {
	background-color: #3399CC;
	border: 1px solid #ffffff;
	color: #ffffff;
	padding: 8px;
}

ul.bullets {
	list-style-type: disc;
	list-style-image: url(images/icon_box.gif);
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

ul.bullets li {
	margin: 1em 0;
	padding: 0;
}

div.linkus {
	float: left;
	padding: 0 4px 4px 0;
}

div.ecard {
	position: relative;
	width: 353px;
	height: 200px;
	zIndex: 1;
	margin: 20px 0;
}

div.ecard div{
	position: absolute;
	left: 303px;
	top: -9px;
	width: 50px;
	height: 59px;
	background-image: url(images/ribbon.gif);
	zIndex: 2;
}

input.button {
	background-color: #18184A;
	color: #ffffff;
	width: 355px;
}

