body {
	font-family: Candara, Arial, sans-serif;
	background: beige;
}
#top {
	background-image: url(software_small.jpg);
	background-repeat: no-repeat;
	background-position: 280px 0;
	height: 100px;
}
#nav {
	background: url(software.jpg) no-repeat top right;
	height: 358px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
}
form fieldset, form legend {
	padding: 0.7em;
}
form legend {
	color: navy;
	font-weight: bold;
}
form div {
	margin-top: 0.5em;
}
form label {
	display: block;
	float: left; 
	width: 14em;
	margin-right: 1em;
}
form input, form textarea {
	padding: 0.2em;
	border: 1px solid silver;
}
pre {
	background-color: #FFFFCC;
	color: black;
	border: 1px solid gray;
	padding: 2em;
	line-height: 1em;
}
#bottom {
	text-align: right;
	font-size: small;
}
ul.filelist {
	margin: 0;
	padding: 1.5em;
}
ul.filelist li {
	padding-left: 35px;
	line-height: 30px;
	list-style: none;
}
.rar, .zip {
	background: url(file_icon_rar.gif) no-repeat;
	padding-left: 35px;
	line-height: 32px;
}
.html {
	background: url(file_icon_html.gif) no-repeat;
	padding-left: 35px;
	line-height: 32px;
}
.pdf {
	background: url(file_icon_pdf.gif) no-repeat;
	padding-left: 35px;
	line-height: 32px;
}
.txt {
	background: url(file_icon_txt.gif) no-repeat;
	padding-left: 35px;
	line-height: 32px;
}
.doc, .docx {
	background: url(file_icon_doc.png) no-repeat;
	padding-left: 35px;
	line-height: 32px;
}
.xls, .xlsx {
	background: url(file_icon_xls.png) no-repeat;
	padding-left: 35px;
	line-height: 32px;
}
.exe {
	background: url(file_icon_exe.png) no-repeat;
	padding-left: 35px;
	line-height: 32px;
}
