/*Here is the actual text of the comment*/

/*This is the core style sheet of the site.*/

body {	
	background-color:	#0099cc;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	margin: 0;
	}
	
h1	{
	font-size: .9em;
	font-style: italic;
	text-align: right;
	letter-spacing: .25em;
	}

#header {
	background-image:	url(images/team-website-logo3.jpg);
	background-repeat: no-repeat;
	border-bottom: 2px solid #000;
	height: 130px;
	}

#content {
	position: relative;
	}
#navbar	{
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	}
	
#navbar ul{
	margin: 0;
	padding: 0;
	}
	
#navbar li {
	border-bottom: 2px solid #000;
	border-right:1px solid #000;
	}
	
#navbar ul li a:link, #navbar ul li a:visited	{
	color: #fff;
	background-color: #09c;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	}
#navbar ul li a:hover	{
	color: #000;
	background-color: #aaddee;
	font-weight: bold;
	}

#main-text	{
	background-color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-left: 170px;
	margin-right: 0px;
	padding: 10px;
	min-height: 150px;
	}


#main-text a:link {
	color: #000;
	background-color: #fff;
	text-decoration: underline;
	}

#main-text a:visited {
	color: #000;
	background-color: #fff;
	text-decoration: underline;
	}
	
#main-text a:hover {
	text-decoration: underline;
	}	
	
	
#notes a:link {
	color: #000;
	background-color: #fff;
	text-decoration: underline;
	}

#notes a:visited {
	color: #000;
	background-color: #fff;
	text-decoration: underline;
	}
	
#notes a:hover {
	text-decoration: underline;
	}	
	
#gallery {
	width:500 px;
	border: none;
	padding: 4px 4px 4px 4px;
	margin-left: auto;
	margin-right: auto;
	}	

#gallery img{
	margin-right: 30px;
	margin-bottom: 50px;
	}
	
#gallery td {
	border: none;
	margin-left: auto;
	margin-right: auto;
	}	
	
	
#irinaa-thumb {
	width: 200px;
	height: 282px;
	}

#jevans6-thumb {
	width: 200px;
	height: 286px;
	}

#yunzhi-thumb {
	width: 200px;
	height: 286px;
	}

#jlai321-thumb {
	width: 200px;
	height: 234px;
	}
	
#drz-thumb {
	width: 286px;
	height: 200px;
	}

	
#footer a:link, a:visited	{
	color: #000;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	}
#footer a:hover	{
	color: #fff;
	}
