/* CSS Document */

body {
	background: #fff url(../images/floppy/floppies.gif) top center no-repeat;
	margin: 0px;
	padding: 0px;
}

#floppy {
	background: #000;
	width: 180px;
	margin: 0 auto;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#header {
	background: url(../images/floppy/floppy-header.jpg) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 135px;
	width: 180px;
}

a:link {
	color: #F7CD57;
	background-color: transparent;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:visited {
	color: #F7CD57;
	text-decoration: none;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
	background:#F7CD57;
	color: #000;
	text-decoration: none;
	border: 0px none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:active {
	color: #00CCFF;
	text-decoration: none;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	color: #009900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 0px 10px;
	margin: 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	margin: 5px;
	color: #E34200;
	padding: 5px;
	font-variant: small-caps;
	line-height: 25px;
	text-align: center;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	background: transparent;
	line-height: 18px;
	margin: 5px;
	color: #E34200;
	padding: 5px;
	text-align: center;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	background: transparent;
	line-height: 18px;
	margin: 5px;
	color: #0F3882;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

h6 {
	font: bold small-caps 18px Georgia, "Times New Roman", Times, serif;
	color: #090;
	letter-spacing: 2px;
	margin: 10px 0 0;
	border-bottom: 2px double #000000;
	text-align: center;
}

h6:hover {
	background:#F7CD57;
	}
