@charset "utf-8";
/* CSS Document */
body{
	background-image: url("back.png");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	
}
#container {
	height: 1000px;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,.5);
}
#nav {
	height: 75px;
	width: 1024px;
}
td{text-align: center;
}
#content-index {
	width: 683px;
	text-align: center;
	float: left;
}
#content-index td{
	width: 200px;
}
#content-index th {
	color:#053462;
	font-size: 22px;
}
#home-photo {
	width: 341px;
	float: left;
}
#container-projects {
	height: 3000px;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,.5);
}
#nav {
	height: 75px;
	width: 1024px;
}
td{text-align: center;
}
#content-index {
	width: 683px;
	text-align: center;
	float: left;
}
#content-index td{
	width: 200px;
}
#content-index th {
	color:#053462;
	font-size: 22px;
}
#home-photo {
	width: 341px;
	float: left;
}
.projectTable td {
	width:512px;
}
a:link {
	color:#415F64; 
	text-decoration: none;
}
a:hover {
	color:#6D9BAA;
}
a:visited {
	color: #A7ADA3;
}
