/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color:#FFD65A;
}
#wrapper { 
 margin: 0 auto;
 width: 700px;
}
#header {
 color: #333;
 width: 700px;
 float: left;
 padding: 10px;
 height: auto;
 margin: 0px 0px 0px 0px;
 }

#leftcolumn { 
 color: #333;
/* border: 1px solid #000000; */
 margin: 0px 5px 5px 0px;
 padding: 5px;
 height: auto;
 width: 700px;
 float: left;
}
#footer { 
 width: 740px;
 height: auto;
 clear: both;
 background: #336666;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}

.menubg {
background-image: url(../images/old/navi-bgv2.gif);
background-repeat: no-repeat;
}
.component {
font-family: Garamond, Georgia;
font-size:18px;
vertical-align: top;
}

.topic {
font-family: Garamond, Georgia;
font-size:22px;
vertical-align: top;
font-weight: bold;
}

.reservebutton {
font-family: Garamond, Georgia;
font-size:22px;
vertical-align: top;
font-weight: bold;
}

.formlabel {
font-family: Garamond, Georgia;
font-size:14px;
font-weight: bold;
}

.fieldlabel {
font-family: Garamond, Georgia;
font-size:14px;
text-align: right;
}

.fieldnote {
font-family: Garamond, Georgia;
font-size:14px;
}

.fieldnotelink a:link {
font-family: Garamond, Georgia;
font-size:14px;
text-decoration: none;
color: #FF3300;
}
.fieldnotelink a:active {
font-family: Garamond, Georgia;
font-size:14px;
text-decoration: none;
color: #FF3300;
}

.fieldnotelink a:visited {
font-family: Garamond, Georgia;
font-size:14px;
text-decoration: none;
color: #FF3300;
}

.fieldnotelink a:hover{
font-family: Garamond, Georgia;
font-size:14px;
text-decoration: underline;
color:#FF3300;
}

.legal {
font-family: Garamond, Georgia;
font-size:12px;

}

.legallink a:link {
font-family: Garamond, Georgia;
font-size:12px;
text-decoration: none;
color: #FF3300;
}
.legallink a:active {
font-family: Garamond, Georgia;
font-size:12px;
text-decoration: none;
color: #FF3300;
}

.legallink a:visited {
font-family: Garamond, Georgia;
font-size:12px;
text-decoration: none;
color: #FF3300;
}

.legallink a:hover{
font-family: Garamond, Georgia;
font-size:12px;
text-decoration: underline;
color:#FF3300;
}


