/* CSS Document */

h2 {
	font-family:Helvetica, sans-serif, Arial Black;
	color:#ffffff;
	float: left;
	text-decoration: none;
	left: 20px;
	top: 25px;
	background-position: left;
	margin: 20px 0px 0px 20px;
	}
body {
	background:url(images/background.gif) no-repeat center top;
	padding: 0px;
	height: 600px;
	width: 800px;
	margin: auto;
	border: thin solid #000000;
	}
bodyblog {
	background:url(images/background.gif) no-repeat center top;
	padding: 0px;
/*	height: 600px; */
	width: 800px;
	margin: auto;
	border: thin solid #000000;
	}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
	padding: 0px;
	font-weight: bolder;
	text-decoration: none;
	margin: 0px;
	}
#p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	}	
/* black background text box for comments */
#text {
	background-color: #000000;
	z-index: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	float: none;
	height: 121px;
	width: 270px;
	overflow: scroll;
	padding: 0px 5px 5px;
	margin-top: 0px;
	clear: left;
	border-bottom-style: none;
	}
/* Text below warning */
#text2 {
	padding: 0px 5px 5px;
	float: left;
	height: 205px;
	width: 240px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	overflow: scroll;
	margin: 0px;
	clear: left;
	}
/* Text below study abroad */
#text3 {
	padding: 0px 5px 5px;
	float: right;
	height: 205px;
	width: 240px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	overflow: scroll;
	margin: 0px;
	clear: none;
	z-index: 4;
	top: 0px;
	}
/* black background text box for bio and reviews */
#text4 {
	background-color: #000000;
	z-index: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	float: none;
	height: 195px;
	width: 270px;
	overflow: scroll;
	padding: 5px;
	margin-top: 5px;
	clear: left;
	}
#calendar {
/*	background-color: #000000; */
	z-index: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
/*	color: #FFFFFF; */
	text-decoration: none;
	float: none;
	height: 150px;
	width: 270px;
	overflow: scroll;
	padding: 0px 5px 5px;
	margin-top: 0px;
	clear: left;
	border-bottom-style: none;
	}
div.scrollholder
{
    position: relative;
    width: 300px; height: 200px;
    overflow: auto;
    z-index: 1;
   
}

div.scroll
{
	position: absolute;
	left: 0;
	top: 0;
	width: 236px;
	z-index: 2;
	height: 292px;
}
