@charset "utf-8";
/* CSS Document */

body {
	background-color: #040f15;
	background-image:url("bg2.jpg");
	background-repeat:repeat-x;
	margin: 0 auto;
	padding:0px;
}
.container {
	position:relative;
	height: 800px;
	top:-10px;
	margin: 0 auto;
	padding:0px;
	width: 1009px;
	font-family:"Times New Roman", Times, serif;
	color:#999;
}

.content {
	position:relative;
	height:800px;
	top:10px;
	margin: 0 auto;
	width: 750px;
	text-align:left;

}

.nav{
		position:relative;
		top:-20px;
		width:650px;
		margin: 0 auto;
		height:45px;
		left:25px;
}
.nav p{
	font-size:18px;
	letter-spacing:3px;
	text-align:center;
}

.img{
	background-image:url("footerbg2.jpg");
	position:relative;
	left:28px;
		top:-29px;
		width:607px;
		margin: 0 auto;
		height:680px;
}


.text{
	position:relative;
	text-align:left;
	width:700px;
	margin: 0 auto;
	color:#FFF;
}
.wrapper{
	position:relative;
	text-align:center;
	top:25px;
	float:left;
	width:900px;
}
/*.skills1{
	position:relative;
	text-align:left;
	top:60px;
	left:50px;
	width:400px;
	color:#FFF;
	float:left;
}

.skills{
	position:relative;
	text-align:left;
	top:60px;
	left:60px;
	width:400px;
	color:#FFF;
	float:left;
}
*/

.bio{
	position:relative;
	margin:0 auto;
	width:520px;
	text-align:justify;
	
	
}

	a:link {
color: #fff;
cursor:pointer;
font-style:normal;
text-decoration:none;

}

a:visited {
color: #fff;
text-decoration:none;

}

a:hover {
color: #CCC;
text-decoration:none;

}

a:active {
color:#fff;
cursor:pointer;
font-style:normal;
text-decoration: underline;

}

h3{
	font-family:"Times New Roman", Times, serif;
	color: #fff;
	text-align:center;
}

.copy{
	position:absolute;
	width:600px;
	text-align:center;
	top:670px;
	

}






