body,td,th {
	font-family: Trebuchet MS, tahoma, veradana;
	font-size: 15px;
	color: #333333;
}
body {
	background-image: url(/assets/background.gif);
	margin-top: 0px;
}

#page {
	width: 960px;
	height: 700px;
	margin: 40px auto;
	background:#FFFFFF url(/assets/crab-header.jpg) no-repeat center top;
	position: relative;
}

#logobox {
	width: 320px;
	height: 290px;
	position: relative;
	top: 200px;
	margin-left: 50px;
	text-align: center;
	padding-top: 10px;
	background-color: #FFFFFF;
}


#tagline {
	width: 450px;
	position: absolute;
	top: 530px;
	left: 50px;
}

#contact {
	width: 318px;
	position: absolute;
	top: 430px;
	right: 50px;
	text-align: left
}

.shadow {
  -moz-box-shadow:    5px 5px 9px rgba(0, 0, 0, 0.5);;
  -webkit-box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.5);;
  box-shadow:         5px 5px 9px rgba(0, 0, 0, 0.5);;
}

.italic {
	font-style: italic;
}
.red {
	color: #FF0000;
}
.lgtxt {
	font-size: 20px;
}


.graybutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#555555;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.graybutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.graybutton:active {
	position:relative;
	top:1px;
}
