
body {
	/* background-color: #6666FF; */
	background: url(sky.png);
	color: #446688;
	font-family: verdana;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

a {
	font-weight: bold;
	color: #ffaa66;
	font-family: verdana;
	text-decoration: none;
}

a:hover {
	color: #ffff66;
}

#icon {
	position: absolute;
	top: 30px;
	left: 30px;
}

#banner {
	position: absolute;
	top: 0px;
	left: 200px;
}

#banner td {
	font-size: 24px;
	font-weight: bold;
}

#menu {
	position: absolute;
	top: 222px;
	left: 0px;
        width: 200px;
        height: 550px;
	background: url(leftbar.jpg) no-repeat;
}

#menu img {
	align: top;
}

#menu a {
	font-size: 16px;
	display: block;
	padding-top: 4px;
	padding-left: 16px;
	background: url(button.gif) no-repeat;
	color: #444488;
	height: 36px;
}

#menu a:hover {
	color: #6666cc;
}

#content {
	position: absolute;
	top: 222px;
	left: 200px;
	width: 600px;
	margin-top: 0;
	padding-top: 0;
	/*padding-left: 16px;
	background: url(corner.png) no-repeat;*/
	background-color: #C8C8C8;
	color: #444488;
}

#content p {
	background-color: #D8D8D8;
	padding-left: 4px;
	padding-right: 4px;
}

#content form {
	padding-left: 4px;
}

#content h1 {
	text-align: center;
}

#content a {
	color: #6666cc;
}

#content a:hover {
	color: #cc66cc;
}

#picture {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 800px;
	margin-top: 0;
	padding-top: 0;
	color: #ffff66;
	/*padding-left: 16px;
	background: url(corner.png) no-repeat;*/
}

.date {
	display: block;
	font-size: 8px;
	text-align: right;
}

.past {
	display: block;
	font-size: 12px;
	text-align: right;
}

.warning {
	display: block;
	font-family: verdana;
	font-size: 32px;
	color: #ffaa66;
	text-align: center;
	border-top: 3px solid #ffaa66;
	border-bottom: 3px solid #ffaa66;
}
