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


html {
	overflow:hidden;
	height:100%;
	width:98%;
}
body {
	overflow:hidden;
	height:100%;
	width:100%;
	margin: 0px 0px 0px 0px;
	background-color:#666;
	
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:4px;
	text-align:center;
}

#gray {background-color:#fff; width:100%; height:100%; position:absolute; top:0px; left:0px; opacity:0.78;}

#stretch {height:350px; }


.nav {
	margin-top:6px; 
	margin-bottom:5px; 
	}
	
.thin {font-weight:normal;}	
	
option {
	text-align:center;}

li {
	list-style-type:none;
	margin: 20px 0px 20px -40px;
	text-ident:0px;
}

img {	border:none;}

div#slideshow {
	   position:absolute;
   width:100%;
   height:600px;
   overflow:hidden;
   text-align:center;
   margin:0px 0 60px 0;
}

div#friends {
   position:absolute;
   left:36%;
   width:400px;
   height:400px;
   overflow:hidden;
   text-align:left;
   margin-top:-25px;
}


div#info {
	height:50px;
	width:100%;
	text-align:center;
	left:0;
	 position:absolute;
    bottom:28%;
    margin-bottom:-90px;

}

div#top-links {
	height:30px;
	width:100%;
	position:fixed;
	margin-top:5px;
	left:0;
	 position:absolute;
   top:28%;
   margin-top:-90px;
}

div#container {
   position:absolute;
   top:50%;
   width:100%;
   margin:-105px 0 0 0;
   left:0;
}

a {color:#0C0C0C;}

a:focus {
	outline:none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	border-bottom: 4px solid black;
	padding-bottom:0px;
}

a:hover.deeper {padding-bottom:7px;}

a:hover img {padding-bottom:1000px; }

.active {
	border-bottom: 4px solid black;
	padding-bottom:7px;
}


a:active {
	text-decoration: none;
}


.bold {font-weight:bold; padding-bottom:11px;}

table {border-spacing:0px;}

td {min-width:185px; vertical-align:top; padding:0px; border-spacing:0px; line-height:1.3em;}
tr {}
