/* CSS Document */
A:link, A:visited, A:active { text-decoration: none }
a:hover {
	text-decoration: underline;
	}
	

.box {
	width: 600px;
	border: 2px solid #99c;
	padding: 10px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 50px;
}


.Shell {
	background-color:#903;
	overflow:hidden;
	width:70%;
	border-top-color: #000;
	padding: 10px;
	float: right;
	border-top-width: 1;
	border-right-width: 1;
	border-bottom-width: 1;
	border-left-width: 1;
	border-top-style: solid;
}
body { font-family: Arial, Helvetica, sans-serif; color: #000000; background: #ffffff center; padding-top: 0px; margin-top: 0px; 
}


.headblock {
	background-color: #9999ff;
	background-repeat: no-repeat;
	height: 100px;
	background-position: top;
}
.sullycontainer {
	padding: 10px;
	width: 700px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #903;
	background-repeat: repeat-x;
	margin: 0;
	text-align: right;
	float: none;
	font-size: 14px;
	position: absolute;
	top: 10px;
}
