HTML {
	background-image: url("grid.jpg");
	/*background-size: cover;*/
	background-repeat: repeat repeat;
	background-attachment: fixed;
	width: 100;
	float: middle;
}

footer{
	text-align: center;
	font-size: 12px;
	font-family: serif;
	color: black;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);

}

footer a:link{
	font-size: 12px;
	font-family: serif;
	font-weight: normal;
	color: #000000;

	text-decoration: underline;
	padding:0px;
	margin:0px;
}

footer a:visited{
	color: ;
}

footer a:active{
	color: #CCCCCC;
}

footer a:hover{
	color: #800000;
}

li{
	height: 20px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 24px;
	font-family: 'Philosopher', fantasy, 'Architects Daughter', verdana;
	font-variant: small-caps;
	font-weight: bolder;
	line-height: 40px;
	display: inline-block;
}

li:hover{
	text-decoration: underline;
}

nav {
	height: 40px;
	width: 930px;
	margin: 10px;
	text-align: center;
}

ul {
	height: 40px;
	list-style-type: none;
}

.container {
	padding-top:50px;
	width: 1000px;
	height: 100%;
	margin: 0 auto;

}

.navigation{
	margin-top: -40px;
	width: 1000px;
	float: auto;
	clear: both;
}

.navigation a{
	color: black;
	text-decoration: none;
}

.scroll-box {
	padding-top: 40px;
	padding-bottom: 40px;
	/*height: 480px;*/
	width: 1000px;
	margin: 0 auto;
	/*background-color: rgba(255,255,255,0.6);*/
/*	border: dashed;
	border-width: 1px;*/
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
	overflow: auto;
}

.scroll-box p {
	font-family: garamond, verdana, helvetica, 'Open Sans';
	font-size: 18px;
	text-align: justify;
}

.section_content{
	clear: both;
	margin: 0 auto;
}

.section_content a:link{
	color: black;
}

.section_content a:hover{
	color: #800000;
}

.section_content a:visited{
	color: #800000;
}

.section_content fieldset{
	margin-bottom: 30px;
/*	float: middle;*/
	width: 1000px;
	height: auto;
	border: none;
/*	border-top: dashed;
	border-width: 1px;
	border-left: none;
	border-bottom: none;
	border-right: none;*/
/*	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;*/
}

.section_content legend {
	font-family: 'serif';
	font-size: 24px;
	font-variant: small-caps;
	font-weight: bolder;
	text-shadow: 3px 2px 4px rgba(255,255,255,0.8);
	/*margin-left: 10px;*/
}

.section_content iframe {
	width: 500px;
	height: 300px;
}

#about-myself {
	margin: 50px;
}

#about-myself a{
	color: black;
}

#contact {
	width: 600px;
	margin: 0 auto;
	padding-bottom: 30px;
	height: auto;
}

#contact a {
	text-decoration: None;
	color: black;
}

#contact a:hover{
	color: #800000;
}

#contact-info-l {
	width: 310px;
	float: left;
	border-right: dashed;
	border-width: 1px;
}

#contact-info-r {
	width: 200px;
	float: right;
}

#contact-info-r p{
	padding-top: 20px;
	padding-left: 20px;
	line-height: 15px;
	width: 280px;
	word-wrap: break-word;

}

#courses {
	line-height: 20px;
	width:700px;
	margin: 0 auto;
}

#name_header{
	color: #222222;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 70px;

	font-family: 'Philosopher', fantasy, 'Architects Daughter';
	font-weight: bolder;
	font-variant: small-caps;
	text-shadow: 4px 3px 5px rgba(0,0,0,0.5);
	clear: both;
	padding-bottom: 15px;
}

#nav_spec{
	text-decoration: underline;
}

#personal-pic {
	border-radius: 15px;
	width: 120px;
	height: 120px;
}

#project {
	width:1000px;
	margin: 0 auto;
}

#project .section_content fieldset{
/*	margin-top: 40px;*/
	width: 950px;
	height: auto;
	border-bottom: dashed;
	border-width: 1px;
/*	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;*/
}

#video{
	width: 500px;
	margin: 0 auto;
}
