		#container {
			width: 760px;
			\width: 780px;
			w\idth: 760px;
			border: 1px solid gray;
			margin-top: 2px;
			margin-left: auto;
			margin-right: auto;
			padding: 0px;
		}

		#banner {
			padding: 0px 0px 1px 0px;
			margin-bottom: 0px;
			margin-top: 0px;
		}

		#middle {
			padding: 0px 0px 0px 0px;
			width: 400px;
		}

		#leftBar {
			float: left;
			width: 150px;
			/*padding: 5px;*/
			padding: 0px 15px 0px 5px;
			background-color: #FFFFFF;
		}

		#rightBar {
			float: right;
			width: 150px;
			/*padding: 2px;*/
			padding: 2px 2px 2px 0px;
			
			/*background-color: Gray;*/
		}

		#footer {
			clear: both;
			padding: 1px 1px 1px 1px;
			background-color: #dddddd;
		}
		
		#intro {
			padding: 5px 5px 5px 5px;
			font-size: 1.05em;
			font-weight: bold;
			background-color: #ffff00;
		}


/*Comments*/
#commentsBackground {
	background-image: url(../../images/commentsBg.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	}
	
#commentsText {
	font-size: 0.95em;
	font-weight: bold;
	padding: 60px 20px 25px 5px;
	margin-left: 8px;
	margin-right: 30px;
	}
	
#commentsText a {
	color: black;
	text-decoration: none;
	}
#commentsText a:hover {
	text-decoration : underline;
	}	
#commentsText a:visited {
	color: #333;
	}
	
/*Right Text */
#rightTextHome {
	font-size: 0.95em;
	font-weight: bold;
	padding: 5px 0px 5px 1px;
	margin-left: 0px;
	margin-right: 30px;
	}	
#rightTextHome a {
	color: black;
	text-decoration: none;
	}
#rightTextHome a:hover {
	text-decoration : underline;
	}	
#rightTextHome a:visited {
	color: purple;
	}
#rightTextHome li {
	list-style-type: disc;
	list-style-position: outside;
	}			
	
