		body {
			font: 80% arial, helvetica, sans-serif;
			background-color: #3D3D3D;
		}
		
		div#frame {
			margin:0 auto;
			width:912px;
			background-color: #FFFFFF;
		}
		
		div#header {
			text-align: center;
			background-color: #339999;
			padding: 10px 10px 10px 10px
		}

		img {
			border: 0px;
		}

	/* NAVIGATION modified from http://www.freecsstemplates.org/preview/dragonfly*/		
		#navigation {
			width: auto;
			height: 55px;
			margin: 0 auto;
			background-color: #D0D0D0;

		}

		#navigation ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}

		#navigation li {
			display: inline;
			background-color:#CCCCCC;
		}

		#navigation a {
			display: block;
			float: left;
			width: 150px;
			height: 44px;
			padding: 5px 0 5px 0;
			border: 1px solid #EDEBD5;
			text-decoration: none;
			text-align: center;
			font-size: 144%;
			color: black;
		}

		#navigation .page {
			display: block;
			float: left;
			width: 150px;
			height: 44px;
			padding: 5px 0 5px 0;
			border: 1px solid #EDEBD5;
			text-decoration: none;
			text-align: center;
			font-size: 144%;
			color: black;
			background-color: white;
		}

		#navigation a:hover {
			background: #F7F7F4;
		}
		
		#navigation .active a {
			background: #F49A24;
			color: #FFFFFF;
		}
	/* end of NAVIGATION */	
		#content {
			margin: 15px;
		}
		#content h1 {
			margin: 0;
			font-weight: bold;
			font-family: "ΌΠ·’Ει";
			color: #000099;
			text-align: center;
		}

		#content h2 {
			font-family: "ΌΠ·’Ει";
			color: #FF0000;
			font-weight: bold;
		}

		.style_red {color: #FF0000}

	/* FOOTER modified from http://www.freecsstemplates.org/preview/dragonfly*/		
		#footer {
			clear: both;
			height: 20px;
			padding: 15px 0;
			background: #EDEBD5 url(img04.gif) repeat-x;
		}

		#footer p {
			margin: 0 0 0 10px;
			text-align: left;
			font-size: 77%;
		}

		#footer a {
			color: #666666;
		}
	/* end of FOOTER */