@charset "utf-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0px;
}
#menu {
	margin-top: 20px;
	margin-left: 150px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #333333;
	margin-top: 20px;
	margin-left: 150px;
	width: 500px;
}

.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 14px;
	color: #333333;
}
.textbold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 14px;
	color: #333333;
	font-weight:bold;
}
.headline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height: 16px;
	color: #ff9900;
	font-variant: small-caps;
	font-weight:bold;
}
.subheadline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 15px;
	color: #333333;
	font-variant: small-caps;
	font-weight:bold;
}
.textlink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 14px;
	color: #006600;
	text-decoration: none;
}
.textlink:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 14px;
	color: #333333;
	text-decoration: none;
}
.calender{
	height: 200px;
	width: 200px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
