body {
	background-color:#FFFFFF;
	font-family:cursive;
	font-size:14px;
}

body.log td {
	background-color:#FFFFEE;
}

td {
	background-color:#FFFFFF;
	font-family:cursive;
	font-size:14px;
}

#header a {
	text-decoration:none;
}

#title {
	font-size:32px;
	padding:5px;
	margin-bottom:10px;
	background-color:#666666;
	text-align:right;
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	height:45px;
	font-family: cursive;
	-font-style:italic;
}

#title a {
	color:#FFFFFF;
}

#triangle1 {
	position:absolute;
	border-left:0px;
	border-right:550px solid #FFFFFF;
	border-top:55px solid #666666;
	border-bottom:0px;
	width:0px;
	height:0px;
	left:210px;
	top:0px;	
}

#triangle2 {
	position:absolute;
	border-left:0px;
	border-right:210px solid #FFFFFF;
	border-top:21px solid #666666;
	border-bottom:0px;
	width:0px;
	height:0px;
	left:0px;
	top:55px;
}

#nav {
	font-size:16px;
	text-align:right;
	position:absolute;
	top:50px;
	left:180px;
	width:700px;
	margin:5px;
	line-height:41px;
}

#nav a {
	border:1px dashed #FF0000;
	font-family: cursive;
	-font-style:italic;
	-font-variant:small-caps;
	white-space:nowrap;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:10px;
	padding-left:10px;
	margin-left:5px;
	color:#666666;
}

#nav a:hover {
	background-color:#F8F8F8;
}

#main {
	width:100%;
	height:100%;
	vertical-align:bottom;
}

#container {
	position:absolute;
	bottom:0px;
	top:115px;
	left:25px;
	width:607px;
}

p {
	text-indent:25px;
}

