﻿/* CSS layout */
a {
	color: #C0C0C0;
}
#albert {
	position: absolute;
	z-index: 1;
	width: 190px;
	height: 48px;
	top: 465px;
	margin-left: 35px;
}
#who {
	width: 100px;
	height: 20px;
	z-index: 1;
	position: absolute;
	margin-left: 100px;
	top: 50px;
}
#touch {
	position: absolute;
	z-index: 1;
	width: 100px;
	height: 20px;
	margin-left: 35px;
	top: 285px;
}
#facebook {
	width: 250px;
	height: 30px;
	z-index: 1;
	position: absolute;
	margin-left: 35px;
	top: 364px;
}
#contact {
	width: 180px;
	height: 45px;
	z-index: 1;
	position: absolute;
	margin-left: 35px;
	top: 313px;
}
#profile {
	width: 225px;
	height: 200px;
	margin-left: 35px;
	position: absolute;
	z-index: 1;
	top: 78px;
}
#award {
	position: absolute;
	z-index: 1;
	width: 250px;
	height: 59px;
	margin-left: 35px;
	top: 400px;
}
#footer {
	z-index: 3;
	position: absolute;
	bottom: 10px;
	height: 25px;
	margin-left: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
	width: 740px;
}
#profilePic {
	margin-left: 35px;
	width: 52px;
	height: 68px;
	z-index: 2;
	position: absolute;
	background-image: url('images/stephen_rainer.jpg');
	background-repeat: no-repeat;
}
#masthead {
	position: relative;
	width: 100%;
	height: 100px;
	background-color: #0D110B;
	top: 0px;
	left: 0px;
}

#top_left {
	width: 200px;
	position: absolute;
	left: 200px;
	top: 0px;
	background-color: #0D110B;
}

#header {
	margin-left:200px;
}

#container {
	position: relative;
	width: 100%;
	height: 400px;
	z-index: 4;
}
#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 290px;
	background-color: #0D110B;
	z-index: 3;
}

#page_content {
	margin-right: 320px;
	margin-left: 200px;
	height: 341px;
	background-color: #0D110B;
	overflow: auto;
	position: relative;
}

#right_col {
	width: 320px;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 535px;
	background-color: #0D110B;
	z-index: 1001;
}

.header {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #847C01;
	font-size: small;
	height: 100px;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: justify;
	line-height: 14px;
	width: 645px;
}
.body2 {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #808080;
	line-height: 17px;
}
.body_black {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #CCCCCC;
	text-align: justify;
	line-height: 14px;
}
.smallLime {
	color: #857C01;
	font-size: x-small;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	text-align: right;
}
.style1 {
	margin-top: 0px;
}
.table {
	border: 2px solid #CCCCCC;
	background-color: #333333;
	padding: 3px;
}
#logo_wrap {
	top: 22px;
	left: 200px;
	position: absolute;
	width: 262px;
	height: 55px;
}
#breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #847C01;
	width: 790px;
	height: 20px;
	top: 350px;
	left: 200px;
	position: absolute;
	z-index: 10;
	background-color: #0D110B;
}
.noBorder {
	border-width: 0px;
}
a:visited {
	color: #666666;
}
a:active {
	color: #847C01;
}
a:hover {
	color: #847C01;
}

