			*
			{
				padding:0;
				margin:0;
			}
			body
			{
				background: #e5f3f3;
				font-family: Arial, Verdana;
			}
			#seperator
			{
				width: 18px;
				background: url('Images/seperator.jpg');
			}
			#main
			{
				height: 100%;
				width: 100%;
			}
			#leftcol
			{
				width: 193px;
				background: #008d88;
			}
			#leftcol ul
			{
				padding-top: 3px;
			}
			#leftcol li
			{
				list-style-type: none;
				text-transform: uppercase;
				font-size: 10px;
				color: white;
				font-weight: bold;
				line-height: 22px;
				padding-left: 15px;
				font-family: Verdana;
			}
			#leftcol a
			{
				color: white;
				text-decoration: none;
			}
			#content
			{
				padding-top: 19px;
				padding-left: 6px;
				background: url('Images/content_background.jpg') center center no-repeat;
			}
			h1
			{
				font-size: 24px;
				font-weight: bold;
				margin-bottom: 10px;
				text-transform: uppercase;
			}
