@import url("reset.css");

body {
	margin: 60px 0 0 300px;
	color: #000;
	background: #fff url(../media/building.png) 60px 50px no-repeat;
	font-size: 12px;
	line-height: 15px;
	font-family: Helvetica, Arial, sans-serif;
	}

a {
	color: #000;
	text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
		}

p {
	padding: 0 0 12px 0;
	}

#header {
	position: relative;
	width: 150px;
	margin: 0 0 30px 0;
	padding: 0 430px 0 0;
	color: #c80018;
	}

	h1 {
		display: block;
		width: 134px;
		height: 30px;
		margin: 0 0 30px 0;
		background: url(../media/logo.png) no-repeat;
		text-indent: -9999px;
		}

	#video {
		position: absolute;
		top: 10px;
		right: 0;
		width: 350px;
		height: 200px;
		background: #eee;
		}

#body {}

	.column {
		float: left;
		display: inline;
		}

	#left {
		width: 170px;
		margin: 0 40px 0 0;
		margin: 0 0 25px 0;
		}

		h2 {
			display: block;
			width: 136px;
			height: 23px;
			margin: 0 0 10px 0;
			background: url(../media/forum.png) no-repeat;
			text-indent: -9999px;
			}

		#left p {
			font-size: 10px;
			line-height: 12px;
			padding: 0 0 10px 0;
			}

		#left ul {
			margin: 7px 0 0 0;
			font-size: 14px;
			line-height: 17px;
			font-weight: 700;
			}

			#left ul li {
				padding: 0 0 7px 0;
				}

	#right {
		width: 360px;
		height: 400px;
		padding: 0 10px 0 0;
		overflow-y: scroll;
		margin: 0 0 25px 50px;
		}
		
	#right2 {
		width: 420px;
		height: 550px;
		padding: 0 10px 0 0;
		margin: 0 0 25px 50px;
		}

		.day {
			font-size: 10px;
			margin: 0 0 25px 0;
			overflow: hidden;
			height: auto;
			clear: both;
			}

			.header {
				}

				.header li {
					float: left;
					display: inline;
					width: 144px;
					margin-bottom: 10px;
					}

					.header li em {
						display: block;
						}

			.date {
				text-align: center;
				border-bottom: 1px solid #000;
				font-weight: 700;
				padding: 0 0 3px 0;
				}

			.companies {
				width: 144px;
				float: left;
				display: inline;
				}

			.public {
				margin: 0 20px 0 0;
				padding: 3px;
				list-style-position: outside;
				}

			.private {
				margin: 0 0 0 20px;
				padding: 3px;
				list-style-position: outside;
				}

				.companies li:hover {
					background: #ccc;
					}

				.companies li {
					}

					.companies li a {
						float: left;
						display: inline;
						width: 110px;
						}

			.even {
				background: #eee;
				}

			.time {
				text-align: right;
				}

			.panel {
				font-weight: 700;
				}

			.lunch, .lunch a {
				color: #ff0000;
				text-transform: uppercase;
				}

			p#note {
				color: #ff0000;
				clear: both;
				margin: 0 0 0 200px;
				}

#footer {
	clear: both;
	margin: 0 0 25px 0;
	font-size: 9px;
	line-height: 11px;
	overflow: hidden;
	/*background: url(../media/seal.png) 150px 0 no-repeat;*/
	}
