		body {
			margin:0;
			padding:0;
			font:76%/1.5em Verdana,Geneva,Arial,Helvetica,sans-serif;
			text-align:center;
			background: #661500 url(gradbg.gif) repeat-x;
		}

		#wrapper {
			width:740px;
			margin-top:0px;
			margin-left:auto;
			margin-right:auto;
			text-align:left;
			background: #fff;
			border-left: 3px solid #333;
			border-right: 3px solid #333;
		}

		#header {
			width:740px;
			height:214px;
			margin-left:auto;
			margin-right:auto;
			background: #fff;
		}

		.container {
			padding: 25px;
			margin: 40px 0 25px 0;
			background: #666;
		}

		#navbar {
			width: 100%;
			float: left;
			font-size: large;
			margin: 0;
			padding: 0;
			/*border-bottom: 1px solid #333;*/
		}

		#navbar li {
			float: left;
			margin: 0; 
			padding: 0;
			display: inline;
			list-style: none;
		}
	
		#navbar a:link, #navbar a:visited {
			float: left;
			font-size: 85%;
			line-height: 20px;
			font-weight: bold;
			margin: 0 10px 0 10px;
			text-decoration: none;
			color: #fff;
		}

		#navbar a.active:link, #navbar a.active:visited, #navbar a:hover {
			border-bottom: 2px solid #EEEEEE;
			padding-bottom: 0;
			color: #cad2ff;
		/* 	background: url('dot.gif')  no-repeat top center; */
		}

		#content {
			background:#33ffo;
			padding:10px;
			margin:20px;
			border: 2px solid #660000;
		}

		#content a:link {
			text-decoration:none;
			color:#4F0000;
			font-weight:600;
		}

		#content a:visited, #content a:active {
			text-decoration:none;
			color:#990000;
		}

		#content a:hover {
			text-decoration:none;
			color:#990000;
		}

		#wrapper .footer {
			margin-bottom:0;
			/*float:bottom;*/
			background: #fff;
		}

		#bottom {
		float:bottom;
		background: #fff;
		width:740px;
		margin-left:0;
		margin-top:0;
		padding-bottom:5px;
		/*border-bottom: 3px solid #333;*/
		}