@charset "utf-8";
/* CSS Document */

	
	
	#wrapper {
		width: 800px;
		height: 800px;
		margin: auto;
		padding: 0px;
		background-color: #FFF;
	}

	
	#banner{
		width: 800px;	
	}
	
	#banner img{
		
		border: 0;	
	}
	
	#menubar {
	width: 150px;
	height: 295px;
	float: right;
	background-image: url(E-logo.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold
	}
	
	#content_area {
		width: 650px;
		height: auto;
		margin: 0;
		float: left;
	}
	
	#content_area ul{
		margin-top: 10px;
		padding: 0;
	}
	
	#content_area li{
	list-style: none;
	text-align: center;
	}
	
	#content_area p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	
	.picture {  padding: 1px;
				font: 11px/1.4em Arial, sans-serif; }
	.picture img { border: 1px solid #CCCCCC;
					vertical-align:middle; margin: auto; }
	.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; }
	.left { margin: 0.25em 0.15em 0.25em 0.15em; float:left; } 
	
	.label {
	font-size: 9px;
	color: #666666;
	text-align: center;
	}

	.style1 {font-size: 24px}

	a:link {
		color: black;
		text-decoration: none;
	}

	a:visited {
		color: black;
		text-decoration: none;
	}
	
	a:hover {
	color: #00B0D8;
	text-decoration: none;
	font-weight: bold;
	}
