	body {
		margin:20px 50px 20px 50px;
		padding:0px 0px 0px 0px;
		background:#006666;
		font-family:georgia, trebuchet ms, helvetica, sans-serif;
		color:#000000;
		}

	a 	   {text-decoration:underline; font-weight:normal}
	a:link	   {color:#CC6633}
	a:visited  {color:#000000}
	a:active   {color:#000000}
	a:hover    {color:#000000}
		

	p,h1,h2,pre {margin:10px 15px 10px 15px;
			font-weight:normal}
		
	p {
		font-size:14px;
		line-height:18px;
		}

	h1 {
		font-size:24px;
		font-weight:bold;
		}

	h2 {
		font-size:16px;
		font-weight:bold;
		}


	
	ul {
		list-style-type: square;;

		font-size:14px;
		}

	img {border:1px solid #000000;}

	#title {height: 162px; width: 900px;
		margin:0px auto;
		background-image: url("title.jpg");
		background-repeat: no-repeat;
		background-position: 0 0;
		border: 2px solid #000000;
		border-bottom: 1px solid #000000;
		}
	
	#nav {background:#FFFF66;
		margin:0px auto;
		width:900px;
		height:40px;
		border-top:1px solid #000000;
		border-left:2px solid #000000;
		border-right:2px solid #000000;
		}
	#nav a {font-weight:bold;}

	#subnav {background:#FFFF99;

		margin:0px auto;

		width:900px;

		height:40px;

		border-left:2px solid #000000;

		border-right:2px solid #000000;

		border-top:2px solid #000000;

		}

	#content {
		width:860px;
		margin:0px auto;
		background:#ffffcc;
		border:2px solid #000000;
		padding:20px;
		padding-bottom:20px;
		border-bottom:1px solid #000000;
		}

	#footer {background:#CC3333;
		margin:0px auto;
		width:900px;
		height:40px;
		border:2px solid #000000;
		border-top:1px solid #000000;
		}


