/* CSS Document */
body {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E4E4CB;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	line-height: 18px;
	margin-bottom: 0px;
}
#header {
	width: 100%;
	height: 180px;
	position: relative;
	z-index: 1;
	background-image: url(images/background2.gif);
	background-repeat: repeat-x;
	top: -20px;
}
#menu {
	font-weight: bold;
	letter-spacing: 2px;
	text-align: right;
	width: 800px;
	position: relative;
	z-index: 2;
	top: 150px;
}
#content {
	width: 800px;
	text-align: left;
	position: relative;
	top: -20px;
}
a:link {
	color: #235E7C;
	text-decoration: none;
}
a:visited {
	color: #235E7C;
	text-decoration: none;
}
a:hover {
	color: #814141;
	text-decoration: none;
}
a:active {
	color: #235E7C;
	text-decoration: none;
}
.h1 {
	color: #914848;
	font-size: 18px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.footer {
	color: #999999;
	font-size: 11px;
}
.caption {
	font-size: 11px;
	line-height: normal;
}
.h2 {
	font-weight: bold;
}
#bg {
	background-image: url(images/background2.gif);
	background-repeat: repeat-x;
	height: 0px;
	width: 0px;
	position: absolute;
	overflow: hidden;
	visibility: hidden;
}
#software {
	background-color: #EFEFEF;
	padding: 15px;
	border: 1px solid #9E9898;
}
