body {
	background-image: url("jess_bg.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #F0F8FF;

	font-family: "Times New Roman", serif; 
	font-size: 16px; 
	color: #369;
}

img { border: 0; }

a:link {
	color: #9400D3;
}

a:visited {
	color: #9400D3;
}

a:active {
	color: #DDA0DD;
}

#shell {
	margin: 0 auto 0 auto;
	width: 751px;
}

#header {
	margin-bottom: 30px;
}

#navi {
	margin-bottom: 10px;
	padding: 0 25px 0 25px;
	width: 150px;
	float: left;
}

#content {
	margin-bottom: 10px;
	padding: 0 25px 0 25px;
	border-left: 1px solid #999;
	width: 475px;
	min-height: 600px;
	float: left;
}

#footer {
	clear: both;
	border-top: 1px solid #999;
	padding: 10px 0 25px 0;
	font-style: italic;
}

#calendar {
	font-size: 75%; 
	text-align: center;
}

#login {
	margin: 50px auto 50px auto;
	padding: 10px;
	border: 1px solid #999;
	width: 300px;
}

h3 {
	clear: right;
	font-size: 125%;
	text-align: right;
}

caption {
	font-weight: bold;
}

.title {
	float: left;
	text-align: left;
}

.editthisentry {
	float: right;
	clear: both;
}

.commentbox {
	width: 100px;
	float: right;
	text-align: center;
}

.imred { 
	color: #F00; 
	font-weight: bold; 
}

.imblue { 
	color: #00F;
	font-weight: bold; 
}

th {
	font-size: 80%;
}