/*

	Amazing Rides in Hampton Roads
	Author:  Howard Davis
	Date:    6/29/2009

	Filename:	rides.css
	Supporting files:  background.jpg, ridestitle.gif

*/

h1	{text-align: center; font-size: 100px; background-color: white; background-image: url(background.jpg);
	  background-position: horizontal: border-style: solid; border-color: black;
	  border-bottom: 1px}

h2	{text-align: center; font: bold 18px veranda}

h3	{font: bold 48px harlow solid italic; color: rgb(0, 0, 188)}

body	{font-family: Ariel, Helvetica, sans-sarif; margin: 0px; 
	 background: white url(1back.gif) repeat}

a	{display: block; padding: 2px; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; 
	 margin-left: 0px; font: bold 10pt sylfaen; text-decoration: none; border: 1px solid black; 
	 background-color: rgb(139, 150, 141)}

p	{margin-top: 10px; margin-right: 20px; margin-bottom: 20px; margin-left: 20px; 
	   font: bold 28px lucida calligraphy}

#column1  {float: left; width: 144px; padding-top: 10px; padding-left: 10px; border-left: 1px; 
	   border-right: 1px; border-style: solid; border-color: green}

#column2  {float: right; width: 144px; padding-top: 10px; padding-left: 10px; border-left: 1px; 
	   border-right: 1px; border-style: solid; border-color: green}

#column3  {float: left; width: 70%; padding-top: 80px; padding-left: 10px; border-left: 3px; 
	   border-right: 3px; border-bottom: 0px; border-style: solid; border-color: green}

#outer	  {width: 60em}

table.schedule	{font-weight: bold; font-family: Veranda; font-size: 24px; width: 100%}