<style type="text/css">

	body {
		background-color: #ccc;
		font: 12px verdana, sans-serif;
	}

	table {
		border-collapse: collapse;
	}

	#container {
		border-top: 8px solid black;
		border-bottom: 8px solid black;
		width: 750px;
	}

		#banner_left {
			width: 300px;
			background-color: white;
		}

		#banner_right {
			width: 450px;
			background-color: white;
		}

			#banner_right a:link, 
			#banner_right a:visited, 
			#banner_right a:active {
				color: black;
				text-decoration: none;
			}
			
			#banner_right a:hover {
				text-decoration: underline;
			}
			
			#banner_right div {
				float: right;
				width: 380px;
				padding: 10px 20px 0 0;
			}

			#banner_right h3 {
				font: bold 13px arial, sans-serif;
				margin: 0 0 0 0;
				border-bottom: 1px solid black;
			}

			#banner_right ul {
				list-style-type: square;
				margin: 0 0 0 0;
				padding: 5px 0 10px 10px;
			}

			#banner_right li {
				font: 10px verdana, sans-serif;
				margin: 0 0 0 15px;
				padding: 0 0 0 0;
			}


		#nav_left {
			clear: both;
			width: 300px;
			background-color: black;
			font: 11px verdana, 'san-serif';
			color: white;
		}

			#nav_left div {
				margin: 4px 0px 4px 20px;

			}

		#nav_right {
			width: 450px;
			background-color: black;
			color: #999;
			font: 11px verdana, 'san-serif';
		}

			#nav_right a:link,
			#nav_right a:visited,
			#nav_right a:active {
				color: white;
				text-decoration: none;
			}
			#nav_right a:hover {
				color: #ccc;
			}

			#nav_right div {
				float: right;
				margin: 0 20px 0 0;
			}

		#body_left {
			width: 475px;
			background-color: white;
			border-right: 1px dotted #ccc;
		}

			#story {
				clear: both;
				margin: 0 10px 15px 20px;
				padding-top: 5px;
			}

				#story a:link, 
				#story a:visited, 
				#story a:active {
					color: black;
					text-decoration: none;
				}


				#story a:hover {
					text-decoration: underline;
				}

				#story h3, #feature h3 {
					font: bold 15px arial, sans-serif;
					margin: 0 0 5px 0;
					padding: 0;
				}

				#feature h3 {
					margin: 0 0 0 5px;
				}

				#story div {
					float: left;
					margin: 0 5px 5px; 0;
				}

				#story p {
					margin: 0px;
					padding-left: 5px;
					font: 11px verdana, sans-serif;
				}

				#feature {
					border-top: 1px dotted #ccc;
					margin: 0 10px 0 20px;
					padding: 5px 0 0 0;
				}

					#feature h2, #body_left h2 {
						font:  24px Impact, 'arial black', arial, san-serif;
						color: #ccc;
						margin: 0px;
					}

					#feature p {
						font: 11px verdana, sans-serif;
						color: #000;
					}



		#body_right {
			width: 275px;
			background-color: white;
			padding: 0 0 0 0;
			
		}

			#body_right div {
				margin: 12px 0 0 0;
				padding-left: 10px;
			}


	


</style>