@charset "UTF-8";
/* CSS Document */

body { 
    background-color: #b9babb;
	font: Arial, Helvetica, sans-serif;
}
.index_container {
	background-image:url(../images/home_background.jpg);
	background-color:#201f1d;	
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	height: 680px;
	width: 665px;
	background-repeat: no-repeat;
}
.about_container {
	background-image:url(../images/about_background.jpg);
	background-color: #151515;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	height: 680px;
	width: 665px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #151515;
}
.web_container {
	background-image:url(../images/web_background.jpg);
	background-color: #151515;	
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	height: 720px;
	width: 665px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #151515;
}
.resume_container {
	background-image:url(../images/resume_background.jpg);
	background-color: #151515;	
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	height: 850px;
	width: 665px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #151515;
}
.contact_container {
	background-image:url(../images/contact_background.jpg);
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	height: 720px;
	width: 665px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #151515;
}
.buttons {
	padding-top: 510px;
	padding-left: 205px;
}
.buttons a img {
	border: none;
	padding-right: 10px;
}
.buttonsr2 {
	margin-top: 3px;
	padding-left: 20px;
}
.buttonsr2 a img {
	border: none;
	padding-right: 13px;
}
.contactbut {
	padding-left: 60px;
	padding-top: 25px;
}
.nav {
	padding-top: 5px;
	margin-left: -15px;
}
.nav img {
	border: none;
	padding-right: 10px;
	
}
.content {
	padding-top: 100px;
	padding-left: 20px;
	font-size: 14px;
	width: 620px;
	line-height: 20px;
}
.content a {
	color: #d6eff8;
	text-decoration: none;
}
.content a:hover {
	color: #99d7ed;
}
.resume {
	padding-top: 100px;
	padding-left: 20px;
	font-size: 12px;
	width: 620px;
	line-height: 14px;
}
.resume a {
	color: #151515;
	text-decoration: underline;
}
.screen-shots {
	padding-left: 20px;
}
.screen-shots a {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #151515;
}
.screen-shots a:hover {
	color: #383636;
}
.websites {
	width: 210px;
	float: left;
	padding-bottom: 15px;
	padding-left: 5px;
}
.websites a img {
	border: none;
}
.footer {
	padding-left: 448px;
	padding-top: 247px;
}
.footer a img {
	border: none;
}
