




/*
     FILE ARCHIVED ON 1:02:45 Aug 18, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:30:09 Jan 5, 2015.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
html {
	font-size: 100.01%;
}

body {
        font-size: 100.01%;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	behavior:url("/scripts/scripts/csshover.htc");
	margin: 0px;
	padding: 0px;
}

body img {
	border: 0px;
}

.centeredimage {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a:link, a:visited {
	color: #2166AC;
	text-decoration: none;
}

a:hover {
	color: #0B8061;
	text-decoration: none;
}

#big_wrapper {
	width: 780px;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0px;
        border: 1px solid #2166AC;
	background-color: #FFFFFF;
        background-image: url(/images/yeast_circos.jpg);
        background-repeat: no-repeat;
        background-position: bottom right;
}

#banner {
        width: 780px;
        height: 122px;
        margin: 0px 0px 0px 0px;
        padding: 0px;
        background-image: url(/images/workshop_banner.jpg);
        float: left;
}

#maincontent {
	overflow: hidden;
	clear: both;
	font-size: 13px;
	padding: 0px 0px 0px 0px;
	margin: 20px 50px 200px 50px;
	text-align: left;
}

#maincontent h1 {
	font-size: 18px; 
	font-weight:200; 
	letter-spacing:-1px; 
	margin: 15px 10px 10px 10px; 
	padding: 0px;
	line-height: 1.2em;
	text-align: center;
	color: #000000;
}

#footer {
	width: 780px;
	clear: both;
        position: relative;
        margin-left: auto;
        margin-right: auto;
	margin-bottom: 50px;
	text-align: center;
        padding: 0px 0px 10px 0px;
	line-height: 18px;
	border: 1px solid #2166AC;
	background-color: #2166AC;
        color:#FFFFFF;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-decoration: none;
}


