﻿html {
	height: 100%;
}
body {
	background: #c7c7c7 url(images/bg.gif) center repeat-y;
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
#container {
	background: #FFFFFF url(images/contbg.gif) repeat-y right;
	color: #000;
	width: 750px;
	margin: auto;
	min-height: 100%;
	position: relative;
}
* html #container {
	height: 100%;
}
#calendar{
	background: #FFFFFF;
}
#header {
	height:180px;
	line-height: 0px;
	font-size: 0;
}
#nav {
	line-height: 0px;
	font-size: 0;
	margin: 0px;
	background: #7C9EB4;
}
#nav img {
	border: 0;
}
#sel {
	height: 4px;
	width: 750px;
}
#sidebar {
	width: 130px;
	float: right;
	padding: 20px;
	background: #F5F5F5;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#content {
	width: 550px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 0px;
	padding-bottom: 30px;
	font-size: 12px;
/*	height: 510px; */
}
* html #content {
	padding-bottom: 0px;
}
a {
	color: #53758E;
	text-decoration: underline;
}
h1 {
	font-size: 20px;
	line-height: 20px;
}
h2 {
	font-size: 18px;
	line-height: 20px;
}
h3 {
	font-size: 16px;
	line-height: 18px;
}
hr {
	border: 0;
	background: #000;
	color: #000;
	height: 1px;
	font-size: 0;
	margin-top: 6px;
	margin-bottom: 6px;
}
* html hr {
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer {
	text-align: right;
	clear: both;
	bottom: 0px;
	left: 0px;
	width:580px;
	position: absolute;
}