/* HEADER STUFF */
* {margin:0;padding:0}

body {
    color:#363636;
    font: 12px verdana, helvetica, arial, sans-serif; 
	background: #FFF; 
    margin-bottom: 10px;
}


#body-wrap {	
	width: 790px;
	margin: 0 auto;
} 

#header {
	background: url(../graphics/logo_final.png) #FFF no-repeat;
	height: 120px;
	text-align: center;
	z-index: 1;
}

#follow {
	font-size: 90%;
	padding: 15px 0 0 0;
	float: right;
}

#footer {
	height: 25px;
	clear: both;
}

#nav {
	background: url(../graphics/stripe.png) repeat;
	height:30px;
	font-size: 14px;
	overflow: hidden;
}

#nav a:link {color: #FFF; text-decoration: none; }
#nav a:active {color: #0500D9; text-decoration: none; }
#nav a:visited {color: #FFF; text-decoration: none; }
#nav a:hover {color: #333; text-decoration: none; background:#FFF}

#nav ul#nav_list {	
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0;
}

#nav ul#nav_list li{
	float:left;
	margin:0;
}

#nav ul#nav_list li a {
	color: #fff;
	text-decoration: none;
	background: none;
	padding: 5px 10px 10px 10px;
	display: block;
}

#nav ul#nav_list li a.selected, 
#nav ul#nav_list li a:hover {
	color: #000; 
	text-decoration: none;
	background: url(../graphics/nav_bg.png) repeat-x;
}

#contents {
	padding: 10px 0 0 0;
	width: 790px;
}

#contents a:link {color: #05bdde; border-bottom: 1px dotted #05bdde; text-decoration: none; }
#contents a:active {color: #0500D9; text-decoration: none; }
#contents a:visited {color: #05bdde; border-bottom: 1px dotted #05bdde; text-decoration: none; }
#contents a:hover {color: #333; text-decoration: none; }

/* TEXT STUFF */
h1 { 
	text-align: left; 
	font-size: 200%;
	margin-bottom: 3px;
}

h2 { 
	text-align: left; 
	font-size: 110%;
}

hr {
	border: 0;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	color: #fff;
}

p {
	margin: 0 0 10px 0;
}

#team_picture_div {
	margin: 0 0 10px 0;
}

#team_picture_div .caption {
	margin-left: 10px;
	font-size:90%;
}

#team_picture_div img {
}

.member {
	float: left;
	margin: 10px 0 0 0;
	background:#FFF; 	
}

.member img {
	float: left;
	width: 100px;
	border: 1px solid #d8d8d8;
	margin: 10px 10px 0 0;
}

.member p {
	width: 650px;
	padding: 5px;
	float: left;
}

.big_pic {
	float: right;
	width: 270px;
	margin: -70px 10px 0 0;
}

.big_pic_text {
	float: left;
	width: 500px;
	padding: 5px;
}
