html {
	overflow-y: scroll;
	background: #FFF url(../images/graph.png) repeat scroll;
}
 



body {

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

		padding: 0;

		text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

		color: #333;

		background-image: url(../images/background2.png);

		background-repeat: no-repeat;

		background-position:top center;

		font-family: Verdana, Arial, Helvetica, sans-serif;

		font-size: 0.75em;

	}



a:active
{
outline: none;
}

a:link {
outline: none;
}
a:visited {
outline: none;
}
a:hover {
outline: none;
}
a:active {
outline: none;
}

#hc2 li{
margin:0 0 0 0; /*Spacing between each LI container*/
width: 0px;
height: 110px;
border: 1px solid #bebebe;
border-bottom: 5px solid #99cc00;



}

#hc2 li .hpanel{
padding: 5px;
padding-right:15px;/*Padding inside each content*/
background:#FFF;
cursor: pointer;
width: 130px;
height: 110px;



}



#aboutme {
	position:absolute;
	overflow:visible;
	left:50%;
	margin-left:297px;
	margin-top:-266px;
	text-align:justify;
	font-size:0.8em;
	text-decoration:none;
	height: 120px;
	color:#bababa;

	}
	
#apDiv2 {
	position:absolute;
	width:161px;
	height:115px;
	z-index:0;
	left: 851px;
	top: 10px;
}

#container {
	width: 552px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-bottom: 0;
	margin: auto;
	float: inherit;
	overflow: visible;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding:0px;
	color: #999;
}
 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#container #mainContent p {
	color: #868686;
}

#imageviewer p {
	width: 550px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow:scroll
	max-height: 250px;


}

#email {
	overflow: visible;
	position: absolute;
	height: 56px;
	width: 552px;
	left: 444px;
	top: 493px;
}

#apDiv1 {
	width: 552px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow:scroll
	max-height: 250px;



}
	

