body {
	color: #000000;
	background: #FFFFFF url(background.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	font: 9pt Trebuchet MS;
	}

em { 
	color: #DB8F51;
}

b { 
	color: #DB8F51;
}

ul li {
	list-style: none;
}

ul li img {
	list-style: none;
	style-type: none;
	border: 5px solid #EBE8E5;
	}

a:link,a:visited,a:active {
	text-decoration: none;
	color: #E96B6D;
	}

a:hover{
	color: #D51D83;
	text-decoration: none;
	}

img {
	border: 0;
	}

p, table {
	margin: 0 0 0em;
	}

.header {
	display: block;
	text-transform: uppercase;
	font-family: Courier New;
	font-size: 24px;
	line-height: 9px;
	border-left: 10px solid #DB8F51;
	color: #C02B00;
	text-align: left;
	margin: 10px 0 0 5px;
	padding: 3px;
	letter-spacing: 1px;
	}

h1, h2, h3 {
	display: block;
	text-transform: uppercase;
	font-family: Times New Roman;
	font-size: 12px;
	line-height: 9px;
	border-bottom: 1px dotted #C02B00;
	color: #DB8F51;
	text-align: left;
	margin: 10px 0 0 5px;
	padding: 3px;
	letter-spacing: 1px;
	}

fieldset {
	border: 0;
	margin: 0;
	}

input, select, textarea {
	font: inherit;
	}

form#linkform label, form#linkform span.label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
	}

form#linkform input, form#linkform select, form#linkform textarea, form#linkform span.button {
	display: block;
	float: left;
	width: 250px;
	margin-bottom: 5px;
	}

form#linkform textarea {
	height: 80px;
	}

form#linkform input.button {
	clear: both;
	margin: 10px 0 0 150px;
	width: 80px;
	}

#container {
	text-align: center;
              background: #ffffff url(bg.png);
	margin: 0 auto;
	width: 662px;
	}

#header {
	margin-top: 0px;
              background: #ffffff url(decour.png);
	}

#content {
	text-align: left;
              padding: 10px;
	margin: 0;
              background: #ffffff url(bg.png);
	}

#footer {
              background-color: #EBE8E5;
              padding: 10px;
	margin: 0;
	text-align: center;
	}

#footer p {
	margin: 0;
              padding: 0;
	}
	
#navigation {
	display: inline;
	text-align: center;
	padding: 0 10px;
	}

.updatemeta {
	margin-top: 0em;
	font-size: .9em;
	color: #666;
	}

.red { color: #f00; }

.center { text-align: center; }
.right { text-align: right; }

blockquote {
	color: #DAA5A0;
	text-align: center;
	background: #EBE8E1;
	border-left: 6px solid #000000;
	border-right: 6px solid #000000;
	padding: 10px;
}