﻿.Content {
	width: 1000px;
	position: relative;
	top: -100px;
	left: 0px;
	text-align: left;
}

.Flash {
	width: 1000px;
	height: 304px;
	position: relative;
	top: 0px;
	left: 0px;
}

.BannerTop {
	position: relative;
	top: -88px;
}

.Banner {
	position: relative;
	top: -108px;
	background-image: url('images/BannerRight.png');
	background-repeat: repeat-y;
	background-position: right top;
}

.BannerLeft {
	width: 55px;
	background-image: url('images/BannerLeft.png');
	background-repeat: repeat-y;
}

.Profiles {
	width: 866px;
	position: relative;
	left: 55px;
	padding: 0px 12px 16px 12px;
}

.Introduction {
	text-align: center;
}

h1 {
	text-align: center;
	color: #ed9501;
	font-weight: bolder;
	font-size: x-large;
}

h2 {
	color: #ed9501;
	font-size: medium;
}

.Profile {
	background-image: url('images/ProfileLeft.png');
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 24px;
	z-index: 1;
}

.ProfileTop {
	height: 164px;
	background-image: url('images/ProfileTopLeft.png');
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 2;
}

.ProfileTop span {
	display: block;
	position: relative;
	height: 32px;
	background-image: url('images/ProfileTopRight.png');
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 2;
}

.ProfileLeft, .ProfileRight {
	text-align: justify;
	position: relative;
	background-image: url('images/ProfileRight.png');
	background-repeat: repeat-y;
	background-position: right top;
	padding: -0px 25px;
	margin: -154px 0px -25px 0px;
	z-index: 3;
}

.ProfileLeft h1, .ProfileRight h1 {
	margin-bottom: -14px;
}

.ProfileLeft h1, .ProfileLeft h2 {
	text-align: left;
}

.ProfileRight h1, .ProfileRight h2 {
	text-align: right;
}

.ProfileLeft img {
	float: left;
	margin-right: 18px;
	margin-bottom: 5px;
}

.ProfileRight img {
	float: right;
	margin-left: 18px;
	margin-bottom: 5px;
}

.ProfileBottom {
	clear: both;
	height: 32px;
	background-image: url('images/ProfileBottomLeft.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 3;
}

.ProfileBottom span {
	display:block;
	position: relative;
	height: 32px;
	background-image: url('images/ProfileBottomRight.png');
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 3;
}

.BannerBottom {
	position: relative;
	top: -218px;
	z-index: 0;
}

.Copyright {
	width: 100%;
	position: relative;
	top: -198px;
	left: 0px;
	color: #0D8293;
	margin-bottom: -300px;
}