#shell {
	float: none;
	background-color: #8d8d8d;
	padding-bottom: 100px;
	height: auto;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	width: 750px;
}

#formfloat {
	float: left;
}

#namebox {
	padding-left: 20px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 20px;
	height: 25px;
	width: 200px;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
}

#movbox {
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: center;
}

#blurbbox {
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-top: 5px;
	float: right;
	width: 390px;
}

#linkbox {
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	width: 340px;
	font-weight: bold;
	font-size: 15px;
}

#widebox {
	float: none;
}

#miscbox {
	float: left;
	padding: 5px;
	width: 335px;
}

#navact {
	border-color: #353535;
	border-style: solid;
	border-left-width: 2px;
	border-bottom-width: 0px;
	border-right-width: 2px;
	border-top-width: 2px;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-right: 8px;
	padding-top: 8px;
	background-color: #8d8d8d;
}

#navbut {
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	background-color: #ff000f;
}

#navbut:hover {
	border-bottom-color: black;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 7px;
	background-color: #ffa1c7;
}

#navbar {
	padding-left: 20px;
	padding-top: 50px;
}

#navbar a:link {
	color: white;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}

#navbar a:visited {
	color: white;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}


