.CharLeft {
	width: 378px;
	height: 430px;
	border: 1px white solid;
	background-image: url("/imgsrc/fog.png");
	padding: 5px;
	text-align: left;
	font-weight: normal;
	position:relative;
	float:left;
	}
	
.CharRight {
	width: 378px;
	height: 440px;
	text-align: right;
	font-weight: normal;
	position:relative;
	float:left;
	margin-left: 5px;
	}
	
.CharLeftTop {
	width: 378px;
	height: 100px;
	position: relative;
	float: left;
	}

.CharIcon {
	width: 100px;
	height: 100px;
	background-color: #141414;
	float: left;
	text-align: center;
	margin-right: 5px;
	border: 1px black solid;
	}

.CharIcon table {
	width: 100px;
	height: 100px;
	}

.CharNames {
	width: 270px;
	height: 100px;
	float: right;
	text-align: right;
	position: relative;
	}
	
.CharName {
	float: right;
	position:absolute;
	top: 3px;
	right: 0px;
	}
	
.CharNameSpace {
	padding: 5px;
	background-color:black;
	height: 20px;
	width: 260px;
	position: absolute;
	bottom: 50px;
	right: 0px;
	text-align: left;
	}
	
.CharAlias {
	float: right;
	position:absolute;
	top: 53px;
	right: 0px;
	}
	
.CharAliasSpace {
	padding: 5px;
	background-color:black;
	height: 20px;
	width: 260px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: left;
	}
	
.CharLeftMid {
	width: 378px;
	height: 132px;
	position: relative;
	float: left;
	}
	
.Char3Stats {
	width: 100px;
	height: 102px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	}
.CharStat1 {
	width: 90px;
	padding: 5px;
	background-color: black;
	height: 17px;
	position: absolute;
	top: 0px;
	left: 0px;
	}
.CharStat2 {
	width: 90px;
	padding: 5px;
	background-color: black;
	height: 17px;
	position: absolute;
	top: 37px;
	left: 0px;
	}
.CharStat3 {
	width: 90px;
	padding: 5px;
	background-color: black;
	height: 17px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	}
.CharVitalStats {
	margin-top: 30px;
	padding: 5px;
	background-color:black;
	height: 92px;
	width: 260px;
	position: relative;
	float: right;
	text-align: left;
	overflow:auto;
	}
.CharVital {
	position:absolute;
	top: 10px;
	right: 0px;
	}
	
.CharBio {
	margin-top: 30px;
	width: 368px;
	height: 155px;
	padding: 5px;
	background-color: black;
	position: absolute;
	bottom: 5px;
	left: 5px;
	overflow: auto;
	}
.CharBiography {
	position:absolute;
	bottom: 180px;
	right: 5px;
	}
	
.CharGallery {
	width: 378px;
	height: 205px;
	margin-top: 20px;
	position: absolute;
	right: -4px;
	top: 5px;
	overflow:auto;
	}
.CharGalleryText {
	position: absolute;
	right: 5px;
	top: 3px;
	}

.CharComments {
	width: 368px;
	height: 155px;
	padding: 5px;
	padding-top: 40px;
	border: 1px white solid;
	background-image: url("/imgsrc/fog.png");
	position: absolute;
	bottom: -2px;
	right: -5px;
	overflow: auto;
	text-align: left;
	}
.CharCommentary {
	font-size:x-small;
	position: absolute;
	right: 5px;
	top: 6px;
	}
	
.CharTiny {
	width: 100px;
	height: 115px;
	background-color: #141414;
	margin: 5px;
	padding: 10px;
	float: left;
	text-align: center;
	}
.CharTiny img {
	border: 0px;
	margin-bottom: 3px;
	}

.Char70 {
	width: 70px;
	height: 70px;
	margin: 7px;
	margin-right: 12px;
	float: left;
	text-align: center;
	vertical-align: middle;
	}
.Char70 table {
	border: 0px;
	padding: 0px;
	}
.Char70 td {
	width: 70px;
	height: 70px;
	text-align: center;
	vertical-align: middle;	
	background-color: #141414;
	}
	
.CharTile {
	border: 1px white solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url("/imgsrc/fog.png");
	width: 100px;
	height: 139px;
	float: left;
	margin: 12px;
	padding: 10px;
	cursor: pointer;
	}
	
.CharTile img {
	border: 1px black solid;
	height: 100px;
	weight: 100px;
	}
.CharTile hr {
	width: auto;
	clear: both;
	}
.CharTileName {
	width: 96px;
	padding: 2px;
	margin: 3px;
	background-color: black;
	font-weight: bold;
	text-align:center;
	}
