body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	background-color: #000000;
	font-size: 80%;
}

#wrapper-window
{
	width:960px;
	margin:0px auto;
	text-align:left;
	background-color:#eee;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #990000;
	border-left-color: #990000;
	background-image: url(../images/bg-content-white.jpg);
}

#header-main
{
	position: relative;
	background-image: url(../images/header.gif);
	height: 160px;
}

/* header links */
#header-links {
	position: absolute;
	font: bold 14px "Trebuchet MS", Arial, Tahoma, Sans-serif;
	top: -10px;
	right: 7px;
	color: #990000;
}
#header-links a {
	color: #000000;
	text-decoration: none;
}
#header-links a:hover {
	color: #990000;
	BORDER-BOTTOM: 1px dashed;
	TEXT-DECORATION: none
}

#menu {
	background: #F6EBCF url(../images/menu.jpg) no-repeat 0px 0px;
	height: 50px;
	list-style-type: none
}

#menu ul {
float:left;
}

#menu li {
	DISPLAY: inline;
	PADDING-LEFT: 12px;
/*	background: url(../images/menu-lines.gif) no-repeat 3px 6px */
}

.first {
	background: none;
}

#menu li a {
	FONT-WEIGHT: bold;
	FONT-SIZE: 0.9em;
	COLOR: #F7E9CF;
	TEXT-DECORATION: none
}
#menu li a:hover {
	COLOR: #D4FF55;
	BORDER-BOTTOM: 1px dashed;
	TEXT-DECORATION: none
}

#wrapper-content {

}

#content-main {
	padding: 1em;
	width: 40%;
	margin-left: 3em;
	text-align: justify;
}

#content-right
{
	padding: 1em;
	float: right;
	width: 40%;
	margin-right: 3em;
	text-align: justify;
}
h1 {
	font-size: 1.8em;
	border-bottom: 1px dotted #990000;
}


h2 {
	font-size: 1.5em;
	color: #990000;
}

#footer {
	color: #6F0102;
	background-color: #EBD5AC;
	font-size: 90%;
	padding-left: 50px;
	clear: both;
	padding-top: 50px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #C6AC89;
	border-right-color: #C6AC89;
	border-bottom-color: #C6AC89;
	border-left-color: #C6AC89;
	background-image: url(../images/footer.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#footer a {
	color: #6C0204;
	text-decoration: none;
	border-bottom-width: 1px;
}

#footer a:hover {
	color: #6C0204;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
#footer a:visited {
	color: #6C0204;
	text-decoration: none;
	border-bottom-width: 1px;
}
blockquote {
	background-color: #8D7B6D;
	padding: .5em 1em;
	color: #FFFFFF;
}
td {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E1DED7;
}
a {
	color: #990000;
}
