body			{margin: 0;
				padding: 0;
				font-family: sans-serif;
				background: #fff5f7 url(film_small.jpg);
				background-position: 0% 50%;
				background-repeat: repeat-Y;}

div#header		{height:148;
				text-align: center;
				font-family: san-serif;
				border-bottom: solid medium;
				background: #fff5f7 url(film_small.jpg);
                                background
				background-position: 0% 50%;
				background-repeat: repeat-Y;}

div#leftcolumn          {padding: 0%;
				float: left;
				text-align: center;
				background: #fff5f7(film_small.jpg);
				background-position: 50% 50%;
				background-repeat: repeat-Y;
				height: 100%;
				width: 200px;}
				

div#maincontent       {padding: 2%;
				text-align: left;
				margin-left:  200px;
				background-color: #fff5f7;
				A:link-color: red;
				}

div#footer		       {padding: 2%;
				text-align: center;
				clear: both;
				border-top: solid #000000 thin;}

				.red		{color: red; background: #fff5f7;}
				.black		{color: black; background: #fff5f7;}
				.slateblue	{color: slateblue; background: #fff5f7;}
				.white		{color: white; background: black;}
				.class1 A:link {text-decoration: none; color: white;}
				.class1 A:visited {text-decoration: none; color: green;}
                                .class1 A:hover {text-decoration: underline overline; color: red;}
				.class2 A:link {text-decoration: none; color: red;}
				.class2 A:visited {text-decoration: none; color: slateblue;}
                                .class2 A:hover {text-decoration: underline overline; color: red;}

