/* CSS Document */

body {
	background-color: #c93;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5em;
	background-image: url(../i/Background.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align:center;
}
.tfoot {
	font-size: 0.7em;
}


h1 {
	margin-top: 0px;
	padding: 0px;
	font-size: 1.8em;
	color: #808470;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-variant: small-caps;
}

h1#header1 {
	background-image: url(../i/header-1.gif);
	background-repeat: no-repeat;
	height: 44px;
	text-indent: -9999px;
	margin:0;
}

h2 {
	font-size: 1.2em;
	color: #996600;
	margin: 1em 0px 0px;
	padding: 0px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 1em;
	color: #996600;
	margin: 1em 0px 0px;
	padding: 0px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0.5em;
}

p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
a { color:#003366; text-decoration:underline; }
a:hover { color:#960; text-decoration:underline; }
a.bold { font-weight:bold; }


#wrapper {
	width: 708px;
	text-align:center;
	margin:0 auto;
}

#header2 {
	background-image: url(../i/header-2.gif);
	background-repeat: no-repeat;
	height: 133px;
	text-indent: 0px;
	margin:0;
}

#header3 {
	background-image: url(../i/header-3.gif);
	background-repeat: no-repeat;
	height: 34px;
	margin:0;
	font-size: 0.8em
}
#body {
	background-image: url(../i/body.gif);
	background-repeat: repeat-y;
	text-align: left;
}

#content {
	float: right;
	width: 460px;
	margin-left: 10px;
	margin-right: 20px;
	text-align: justify;
}

#menu {
	width: 154px;
	margin-left: 26px;
	_margin-left:13px;
	margin-top: 10px;
	text-align: left;
	float: left;
}

#footer {
	color: white;
	clear: both;
	background-image: url(../i/footer.gif);
	height: 16px;
}

.clearall {
	clear: both;
	height: 0;
}

.picright {
	float: right;
	margin-left: 10px;
	padding: 8px;
	border: 0px;
	background: #e5dec2;
}
.quoteright {
	text-align: right;
}
.diaryhead {
	background-color: #e5dec2;
	text-align: center;
	font-weight: normal;
}
table {
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse:collapse;
	font-size: 1em;
}
td {
	margin: 0px;
	padding: 0px 2px;
	font-size: 1em;
	text-align:right
}
.diaryhighlight {
	background-color: #CCC;
}

tr.lo td {
	background-color: #FFC;
}
tr.med td {
	background-color: #Fc6;
}
tr.hi td {
	background-color: #FF6666;
}
.img2 {

	padding: 8px;
	border: 1px solid #000;
	background: #fff;
}
.img_right {
	padding: 8px;
	border: 1px solid #000;
	background: #fff;
	float: right;
	margin-left: 10px;
}
.quote {
	font-style: italic;
	left: 2em;
	right: 2em;
}
.strke {
	text-decoration: line-through;
}
