/* CSS Document */
body {
	background-color: #7E7E7E;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	font-size: small;
	padding: 0px;
	background-image: url(images/stripe2.jpg);
}
#outline {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-size: small;
	z-index:1;
	overflow:hidden;
	padding: 0px;
}
#main {
	position: relative;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 450px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	z-index: 2;
	padding: 0px;
	background-color: Black;
}
#header {
	position: relative;
	top: 0px;
	padding: 0px;
	font-weight: bold;
	z-index: 5;
	height: 200px;
	width: 900px;
	background-image: url(images/black_cat.jpg);
	background-repeat: no-repeat;
	background-color: Black;
}

#menu {
	position: relative;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 60px;
	z-index: 1;
	background-color: Black;
}
#contentarea {
	position: relative;
	top: 0px;
	left: 35px;
	width: 800px;
	height: 410px;
	z-index: 1;
	overflow: auto;
	background-color: White;
	outline-color: Gray;
	outline-width: 2px;
	outline-style: solid;
	color: #404040;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#corner {
	position: relative;
	top: -120px;
	left: 770px;
	width: 80px;
	height: 105px;
	z-index: 1;
	background-image: url(images/corner.jpg);
	background-repeat: no-repeat;
}
a {
	font-weight: bold;
	color: Gray;
	text-decoration: none;
}
a:hover{
	font-weight: bold;
	color: Black;
	text-decoration: none;
}
h1 {
	font-weight: bold;
	font-size: medium;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	background-image:url(images/stripe4.jpg);
	font-size: small;
}
input.submit {
	font-weight: bold;
	padding: 3px;
}
input.tick {
	background-image:none;
	background-color:#FFFFFF;
	padding: 0px;
	border:none;
	border-color:#FFFFFF;
	border-width:0px;
}