@charset "utf-8";
body {
	background-color: #625C5C;
	margin: 5px;
	background-image: url(../JTA_bg.gif);
	background-repeat: repeat-x;
}
#navigation-container {
	position: absolute;
	left: 10px;
	top: 10px;
	height: 590px;
	width: 125px;
	background-color: #caea68;
}
#container {
	position: relative;
	height: 630px;
	width: 978px;
	margin-right: auto;
	margin-left: auto;
}

#navframe {
	height: 590px;
	width: 125px;
	position: absolute;
	left: 0px;
	top: 0px;
}


#header {
	position: absolute;
	left: 145px;
	top: 10px;
	height: 125px;
	width: 825px;
}
#content {
	position: absolute;
	left: 145px;
	top: 145px;
	height: 455px;
	width: 825px;
}
#projects {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 455px;
	width: 240px;
}

#projectphotos {
	position: absolute;
	top: 0px;
	left: 250px;
	height: 455px;
	width: 575px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #CCCCCC;
}
#photoframe {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 455px;
	width: 575px;
}
#employment {
	font-family: Arial, Helvetica, sans-serif;
}
#address {
	font-family: "Times New Roman", Times, serif;
	width: 400px;
	margin: auto;
}
#phone {
	font-family: "Times New Roman", Times, serif;
	margin: auto;
	width: 400px;
	position: relative;
	top: 10px;
}

