@charset "utf-8";
/* CSS Document */

#header {
	background: #999;
	height: 100px;
	width: 1000;
	color: #E9E9E9;
	font-weight: bold;
	padding-top: 80px;
	padding-left: 150px;
}
h2 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFF;
}
#container #rightcolumn form {
	background: #FF9;
}


h1 {
	font-size: 1.5em;
	line-height: 1.2em;
	margin-top: 0px;
	margin-bottom: 0px;
}
#leftcolumn .indent {
	text-indent: 20px;
}

#container #leftcolumn {
	width: 320px;
	float: left;
	height: 800px;
	margin-right: 40px;
	margin-top: 20px;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#container #rightcolumn {
	width: 300px;
	float: left;
	background: #FF9;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #535353;
	line-height: 120%;
	letter-spacing: 1px;
	margin: 0px;
}

p {
	margin-top: 6px;
	margin-bottom: 6px;
}
#header p a .small {
	font-size: 12px;
}
#link {
	color: #999;
	width: 80px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}
#container #rightcolumn form table {
	background: #FF9;
}
a:link {
	color: #336;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

