@charset "UTF-8";
/* CSS Document */

body {
	background:#121212;
	color:#999;
	}

h3 {font-family:"Times New Roman", Times, serif; font-size:16px; font-weight:bold;}

img {outline:none;}

a, a:active, a:visited {outline:none; color:#999; text-decoration:none;}
a:hover {outline:none; color:#999; text-decoration:underline;}

#home {
	background-image:url(../img/home.jpg);
	background-repeat:no-repeat;
	height:610px;
	width:900px;
	margin:auto;
}

#social-net {
	width:900px;
	height:50px;
	margin:auto;
}

#icons {
	padding: 20px 8px 20px 0px;
	float:right;
}

#home-nav {
	padding: 220px 0px 0px 680px;
	height:200px;
	width:115px;
}

#header {
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	height:120px;
	width:900px;
	margin:auto;
	}

#nav {
	padding:50px 0px 0px 200px;
}

#navlink {
	float:left;
	height:100px;
	width:200px;
}

#navlink a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
}

#middle {
	background-image:url(../img/middle.jpg);
	background-repeat:repeat-y;
	width:900px;
	margin:auto;
	padding:10px 0px 10px 0px;
	height:auto;
	}

#bottomsmall {
	background-image:url(../img/bottomsmall.jpg);
	background-repeat:no-repeat;
	height:25px;
	width:900px;
	margin:auto;
	padding:0px;
}

#bottom {
	background-image:url(../img/bottom.jpg);
	background-repeat:no-repeat;
	height:550px;
	width:900px;
	margin:auto;
	}
	
#bottomlg {
	background-image:url(../img/bottomlg.jpg);
	background-repeat:no-repeat;
	height:1050px;
	width:900px;
	margin:auto;
	}
	
	
#flash {
	margin: auto;
	height:520px;
	width:770px;}
	
#bio {
	width:800px;
	margin:20px 0px 0px 70px;
}

#biopic {
	float:left;
	width:200px;
}

#biotext {
	float:right;
	width:500px;
	margin:0px 30px 0px 20px;
}

#footer {
	width:880px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;"
	}

#text {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	width:620px;
	line-height:20px;
	margin:auto;
	margin-top:0px;
	padding-top:40px;
	padding-left: 20px;
	color:#000;
}

#text a {color:#000; text-decoration:underline;}
#text a:hover {color:#666; text-decoration:underline;}
