/* CSS Stylesheet for the Castle Hotel website */

body       {color: red;  background-color: RGB(255,255,200);}

div.page   {  }

div.head   {  }

div.left   {position: relative; left: 0px; top: 0px; width: 180px; height: 100%;
            float:left;
						border-style: solid; border-width: 0px;margin: 0px;padding: 0px;
						background-color: transparent;
						text-align: center}
						
div.piccolumn {position: relative; width: 550px;left: 170px;
                border-style: solid; border-width: 0px; margin: 0px;padding: 5px;
								}
						
						
div.tempcolumn {position: relative; width: 550px;
                border-style: solid; border-width: 0px;
								margin: 170px;
                margin-top: 10px;
								padding: 5px;
								}

								
Div.menu {
 position: relative; top: 20px; width: 170px;  height: 100%;
 overflow: auto;
 background-color: #af7f3a;
 background-color: transparent;
 text-align: center;
 }								
								
a               { color: black; text-decoration: none}
a:link          { color: white } 
a:active        { color: white }
a:visited       { color: white }
a:hover         { color: RGB(36,40,92); background-color: white; }


h1 {
 color: red;
 font-size: 32px;
 font-family: Arial, sans-serif;
 }

p.main     { color: black; }

p.shadow   { color: white; }

p.contact  {
 color: red;
 font-size: 18px;
 font-family: Arial, sans-serif;
 }

p.menuhead {
 color: white;
 background-color: #a40300;
 border-style:solid; border-color: black; border-width: 1px;
 margin: 0px; padding: 3px;
 font-family: Arial; font-size: 12pt; font-weight: bold;
  }
									
span {
 font-style: italic;
 font-size: 16px;
 }

						 


