@charset "utf-8";

body {
	background-color: #676B6E;
	background-image: url(SiteElements/Page_BG.jpg);
	background-repeat: repeat-x;
}


.Title_Bar {
	width: 100%;
	background-image: url(SiteElements/Topbar_BG.jpg);
	background-repeat: repeat-x;
	height: 68px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.TopBar {
	margin-top: 68px;
}
.Name {
	position: absolute;
	height: 68px;
	width: 551px;
	left: 8%;
}
.Bottom_Bar {
	width: 865px;
	margin: 0px auto;
}
.Left_Graphic {
	position: absolute;
	width: 120px;
	height: 404px;
	top: 150px;
	left: -122px;
}
.Right_Graphic {
	position: absolute;
	width: 120px;
	height: 404px;
	top: 150px;
	right: -122px;
}
.myemail {
	position: absolute;
	width: 300px;
	right: 20%;
	top: 20px;
	font-size: 24px;
	color: #CCCDCF;
}
