/* ------------------------------------------------------------------ */
/* Color codes and other notes
/* ------------------------------------------------------------------ 
Textcolor
Link: #177493
Rollover: 


/* ------------------------------------------------------------------ */
/* General stuff */
/* ------------------------------------------------------------------ */
body {
	font-family: Verdana, Helvetica, Sans-Serif, Arial;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #777;
	height: 100%; /* IE bug fix: IE-body has a height of 0 by default */
}
body * { /* Otherwise IE ignores this */
	font-size: 1em;
}

/* Remove border on (linked) images */
a img, img {
	border: 0;
}

	
/* ------------------------------------------------------------------ */
/*  Page layout and colors */
/* ------------------------------------------------------------------ */
body {
	text-align: center; /* Center page for IE */
	background-color: #DEE2D2;
	background-image: url(../images/capribio_introbg.jpg);
	background-repeat: no-repeat;
	background-position: center 553px ;}

/* The page container */
div#page {
	margin: 10px auto; /* Center page for FF */
	width: 783px;
}

/* The image on the front page */
div#intropic{
	border: 3px solid white;
}

/* Welcome text */
div#welcome{
	padding: 3px;
}
div#welcome h1{
	font-size: 1.85em;
	font-weight: lighter;
	margin-bottom: 0px;
}
div#welcome h2{
	font-size: 1.6em;
	font-weight: lighter;
	margin-bottom: 15px;
}

/* Language menu */
div#language{
	margin-top: 25px;
}


/* ------------------------------------------------------------------ */
/* Typography */
/* ------------------------------------------------------------------ */


/* Welcome */
div#welcome {
	color: #177493;
}
div#welcome h1{
	font-size: 1.85em;
	font-weight: lighter;
}
div#welcome h2{
	font-size: 1.6em;
	font-weight: lighter;
}

/* Language menu */
div#language a:link, div#language a:visited{
	color: #177493;
	font-size: 1.6em;
	font-weight: normal;
	margin-right: 20px;
}



/* ------------------------------------------------------------------ */
/* DEBUGING */
/* ------------------------------------------------------------------ */
#div {border: 1px blue solid;}



td.contenttextcell div.content div.csi-textpic DIV.csi-intext-left DIV.csi-imagewrap .csi-image {
	margin-right: 0px;
}
