	body {
		font-family : ËÎÌå;
		font-size : 12px;
		line-height : 2.0em;
		background-color : White;
		color : #333333;
		margin : 0;
		padding : 0;
		border-top : 7px solid #66CC00;
	}
	#content {
		margin : 0px 10px 10px 0px;
		width : 430px;
		padding-left : 35px;
		border-left : 10px dashed #cccccc;
	}
	#topbar {
		width : 100%;
		height : 30px;
		border-top : 2px solid white;
		border-bottom : 2px solid White;
		background-color : #CCCCCC;
	}
	#tagline {
		position : absolute;
		top : 12px;
		left : 45px;
		color : white;

		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 11px;


		font-weight : bold;
		font-size : 1.2em;
	}
	#tagline p {
		padding : 0;
		margin : 0;
	}
	#menu {
		position : absolute;
		top : 82px;
		left : 550px;
		width : 180px;
		padding : 15px;
		border : 5px solid #66cc00;
	}
	h1{
		color : #cccccc;
		font : bold 2.0em ËÎÌå;
		margin-top : 35px;
		margin-bottom : 0;
		padding : 0;
	}
	h1+h2 {
		padding-top : 2em;
		margin-top : 0;
	}
	h2 {
		letter-spacing : 2px;
		padding-top : 1em;
		font-size : 1.2em;
		font-family : ËÎÌå, Tahoma, sans-serif;
		padding-bottom : 1px;
		border-bottom : 1px dashed #666666;
		color : #666666;
	}
	#menu h2 {
		color : white;
		background-color : #CCCCCC;
		font-size : 1em;
		font-weight : bold;
		margin : 0;
		border : 0px none;
                padding-left:3px; 
                padding-right:3px; 
                padding-top:0px; 
                padding-bottom:0px;
	}
	a:link {
		font-weight : bold;
		text-decoration : none;
		color : #3366FF;
	}
	a:visited {
		font-weight : bold;
		text-decoration : none;
		color : #3366FF;
	}
	a:hover {
		font-weight : bold;
		text-decoration : underline;
		color : #CC6633;
	}
	#menu ul {
		list-style : none;
		}
