		
		h1
		{
			margin-top : 0px;
			padding: 10px 0px 2px 10px;
			color : #666;
			border-bottom : 1px solid #666;
			background-color : #eee;
		}

		h2
		{
			font-size : 1.3em;
			letter-spacing: 2px;
		  	text-transform: uppercase;
		}
		
		h3
		{
			font-size : 1.2em;
			letter-spacing: 1px;
		}
		
		h1 a, h1 a:visited, h1 a:hover, h1 a:active, 
		h2 a, h2 a:visited, h2 a:hover, h2 a:active
		{
			color : #333;
			text-decoration : none;
		}

		#container
		{
			background-color : white;
			padding : 10px;
			padding-left : 20px;
			padding-right : 20px;
		}
		
		#content .intro
		{
			font-style: italic;
		}

		#content p
		{
			font-family: Verdana, Geneva, Arial, sans-serif;
			color: #222222;
			margin-bottom: 1em;
			text-align : justify;
		}
		
		#content blockquote
		{
			text-align : justify;
			padding-left : 30px;
			padding-right : 30px;
			padding-top : 20px;
			padding-bottom : 20px;
			font-family : Georgia, Times, "Times New Roman", serif;
			font-style: italic;
			font-size : 1.5em;
			line-height : 1.3em;
			background-repeat : no-repeat;
			background-image : url('images/quotes.gif');
		}

		#content img, #content img.left
		{
			float : left;
			margin-right : 15px;
			margin-bottom : 10px;
			padding : 2px;
		}
		
		#content img.author-4, #content img.author-5, #content img.author-3
		{
			border : 0px;
			padding : 0px;
		}

		h1.author-4 a, h1.author-4 a:visited, h1.author-4 a:hover, h1.author-4 a:active
		{
			color : #006699;
		}
		
		h1.author-5 a, h1.author-5 a:visited, h1.author-5 a:hover, h1.author-5 a:active
		{
			color : #663333;
		}
		

		h1.author-3 a, h1.author-3 a:visited, h1.author-3 a:hover, h1.author-3 a:active
		{
			color : #336633;
		}
		
		h1.author-6 a, h1.author-6 a:visited, h1.author-6 a:hover, h1.author-6 a:active
		{
			color : #ffcc00;
		}
		
		h1.author-4
		{
			border-bottom : 1px solid #006699;
		}

		h1.author-5
		{
			border-bottom : 1px solid #663333;
		}

		h1.author-3
		{
			border-bottom : 1px solid #336633;
		}

		h1.author-6
		{
			border-bottom : 1px solid #ffcc00;
		}

		#content img.right
		{
			float : right;
			margin-left : 15px;
			margin-bottom : 10px;
			padding : 2px;
			border : 1px dashed #999999;
		}
		
		#content ul
		{
			margin-left : 40px;
			margin-right : 40px;
		}
		
		#sidebar
		{
		}
		
		#sidebar h2
		{
			padding: 20px 0px 2px 	0px;
			font-size : 1.3em;
			letter-spacing: 2px;
		  	text-transform: uppercase;
			color : #666;
			border-bottom : 1px solid #666;
			background-color : #eee;
			text-align : center;
		}

		#sidebar ul
		{
			list-style: none;
			margin-left : 20px;
		}
		
		#sidebar li
		{
			margin-bottom : 0.2em;
			font-family: Georgia, Times, "Times New Roman", serif;
		}

		#sidebar ul li a, #sidebar ul li a:hover, #sidebar ul li a:visited, #sidebar ul li a:active
		{
			color : #333;
			text-decoration : none;
		}

		.author
		{
			padding-left : 20px;
			padding-right : 20px;
		}

		.author img
		{
			vertical-align : middle;
			margin-bottom : 10px;
			border : 0px hidden white;
		}	
	
		.author a, .author a:hover, .author a:visited, .author a:active
		{
			display : block;
			text-decoration: none;
			color : black;
			width : 100%;
			padding-left : 5px;
			margin : 0px;
		}
		
		.author a:hover
		{
			background-color : #eee;
		}
		/* FORM */
		
		#container
		{
			width : 800px;
			margin : auto auto;
			margin-top : 20px;
			margin-bottom : 20px;
		}
		
		#header
		{
			width : 100%;
		}
		
		#content
		{
			float : left;
			width: 580px;
			padding-right : 20px;
		}
		
		#sidebar
		{
			float : right;
			width : 200px;
		}
		
		#clearFloat
		{
			clear : both;
		}
		
		#comments
		{
			clear : both;
			padding: 20px 0px 2px 0px;
			font-size : 1.3em;
			letter-spacing: 2px;
		  	text-transform: uppercase;
			color : #666;
			border-bottom : 1px solid #666;
			background-color : #eee;
			margin-top : 50px;
			text-align : center;
		}
		
		#content ol.commentlist li
		{
			margin-left : 40px;
			list-style-type: numeric;
			padding : 5px;
			margin-bottom : 10px;
			margin-top : 10px;
		}

		#content ol.commentlist li a, #content ol.commentlist li a:hover, #content ol.commentlist li a:visited, #content ol.commentlist li a:active
		{
			color : #ccc;
			text-decoration : none;
		}

		#content ol.commentlist li.alt
		{
			background-color : #;
		}