@charset "UTF-8";
#bottombar {
	width: 100%;
	height: 92px;
	position: absolute;
    top: 555px;left: 0px;
	background:url(images/btm_barshadowed.png);
	background-repeat:repeat-x;
	z-index:5;
	
}
#navbar {
	background-color: #0b0b0b;
	height: 50px;
	width: 100%;
	position: fixed;
	z-index: 5;
	left: 0px;
	top: 0px;
}
#navigation {
	background-color: #0b0b0b;
	height: 50px;
	width: 1000px;
	position: absolute;
	z-index: 5;
	left: 50%;
	margin-left: -470px;
	text-align: left;
}
#featureimage {
	height: 640px;
	width: 1000px;
	z-index: 1;
	left: 50%;
	top:0;
	position:absolute;
	margin-left: -470px;

}
#featureimage2 {
	height: 640px;
	width: 1000px;
	z-index: 1;
	left: 50%;
	top:0;
	position:absolute;
	margin-left: -470px;
	background-image:url(images/cassy_contact.jpg);
	background-repeat:no-repeat;

}
#featureimage3 {
	height: 640px;
	width: 1000px;
	z-index: 1;
	left: 50%;
	top:0;
	position:absolute;
	margin-left: -470px;
	

}

#textarea {
	height: 420px;
	width: 450px;
	z-index: 1000;
	left: 50%;
	top:70px;
	position:absolute;
	margin-left: -470px;

}
#textarea2 {
	height: 420px;
	width: 460px;
	z-index: 1000;
	left: 50%;
	top:70px;
	position:absolute;
	margin-left: -470px;
}
#textarea3 {
	height: 420px;
	width: 460px;
	z-index: 1000;
	left: 50%;
	top:70px;
	position:absolute;
	margin-left: 10px;
}
#textarea4 {
	height: 490px;
	width: 950px;
	z-index: 1000;
	left: 50%;
	top:70px;
	position:absolute;
	margin-left: -470px;
}

.maintext{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#333333;
	font-style: italic;
	line-height: 24px;
}
.headertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	color: #900;
}


.footer{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#CCC;
	font-style: italic;
}
a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#900;
	font-style: italic;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

	
.maintext_small {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#333333;
	font-style: italic;
	line-height: 24px;
}
.maintext_smallred {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#900;
	font-style: italic;
	line-height: 24px;
}

