body {
	background-color: white;
	background-image: url(/menu/shmorgbg.gif);
	position: relative;
	font-family: Arial;
	}

img {
	border: 0px;
	}
	
A:link {
	color: black;
	text-decoration: none;
	}
A:visited {
	text-decoration: none;
	color: gray;
	}
	
.site {
	width: 1020px;
	height: 510px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	text-align: left;
	}
	
.menu {
	width: 200px;
	margin-right: 12px;
	height: 510px;
	float: left;
	position: relative;
	text-align: left;
	}
	
.menu img {
	margin-bottom: 6px;
	border: 2px gray solid;
	}

.content {
	width: 790px;
	height: 500px;
	background-image: url(/menu/shmorginnerbg.gif);
	float: left;
	position: relative;
	border: 2px gray solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: left;
	overflow: auto;
	}
	
.whitebox {
	padding: 10px;
	background-color: white;
	border: 1px gray solid;
	margin:15px;
	}
	
.characters {
	width: 710px;
	padding: 10px;
	background-color: white;
	border: 1px gray solid;
	margin-bottom: 20px;
	}
	
.items {
	width: 710px;
	padding: 10px;
	background-color: white;
	border: 1px gray solid;
	margin:15px;
	position: relative;
	float: left;
	}

.skills {
	width: 715px;
	padding: 10px;
	background-color: white;
	border: 1px gray solid;
	margin:15px;
	}
	
.ViewOneLeft {
	width: 100px;
	float: left;
	margin-right: 10px;
	text-align: center;
	}
.ViewOneLeft hr {
	width: 100px;
	}
.ViewOneLeft img {
	width: 100px;
	height: 100px;
	border: 1px gray solid;
	}
.ViewOneRight {
	width: 580px;
	float: right;
	}
.ViewOneRight img {
	width: 25px;
	height: 25px;
	border: 1px gray solid;
	}
.ViewOneRight table {
	border: 0px;
	width: 580px;
	text-align: left;
	}
.ViewOneRight hr {
	width: 580px;
	}
	
.Weight {
	width: 110px;
	text-align: right;
	float: right;
	position: relative;
	bottom: 0px;
/*	border: 1px yellow solid;*/
	}
	
.Requires {
	width: 710px;
	text-align: left;
	float: left;
	}
.Requires hr {
	text-align: left;
	margin: 0 auto 0 0;
	width: 690px;
	}
.Requires img {
	width: 100px;
	height: 25px;
	border: 1px gray solid;
	}
.Requires table {
	float: left;
	position: relative;
	left: -3px;
	width: 100%;
	border: 0px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	}