/* General styles */
HTML, BODY { height: 100%; height: 100%; }
BODY { background: #b06110; color: #232323; font-family: Tahoma, Arial, sans-serif; font-size: small; margin: 0px; padding: 0px; }
BODY { width: 900px; margin-left: auto ; margin-right: auto; }
BODY { border: 1px #0069aa; border-style: none solid; }
A:link, A:visited { color: #0069aa; font-weight: bold; text-decoration: none; }
A:hover, A:active { color: #0069aa; font-weight: bold; text-decoration: underline; }
SUP { font-size: 90%; font-weight: bold; vertical-align: top; }
HR { background: #b06110; border: 0px; color: #b06110; height: 2px; }
H1 { color: #0069aa; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 24px; font-style: italic; font-weight: bold; margin: 0px; padding: 0px; text-decoration: none; }
H2 { color: #b06110; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 24px; font-style: italic; font-weight: bold; margin: 0px; padding: 0px; text-decoration: none; }
H3 { color: #b06110; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: small; font-style: italic; font-weight: bold; margin: 0px; padding: 0px; text-decoration: none; }


/* Layout */
#header { background: url(/images/Buckaroos-Logo_Color.gif) center center no-repeat #ffcc00; height: 320px; padding: 25px; }
#header H1 { color: #ff0000; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 24px; font-style: italic; font-weight: bold; margin: 0px; padding: 0px; text-decoration: none; }

#menu { background: #ffcc00; }
#menu a { display: block; line-height: 30px; }
TABLE#menu { border-collapse: collapse; }
#menu TD { width: 16%; border: solid 1px #ffffff; }
#menu A:link, #menu A:visited { background: #0069aa; color: #ffffff; font-weight: bold; text-decoration: none; }
#menu A:hover, #menu A:active { background: #0069aa; color: #ffffff; font-weight: bold; text-decoration: underline; }

#main { background: #ffcc00; padding: 25px 25px; }

#content IMG { padding: 0px 10px 10px 0px; }

#footer { background: #0069aa; border: solid 1px #ffffff; height: 50px; padding: 0px 0px 0px 0px; }
#footer { color: #ffffff; font-size: 10px; }
#footer a:link, #footer a:visited { color: #ffffff; font-weight: bold; text-decoration: none; }
#footer a:hover, #footer a:active { color: #ffffff; font-weight: bold; text-decoration: underline; }


/* Common Classes */
.form { border: 1px #0069aa; border-style: solid; }
.form-left { background: #0069aa; color: #ffffff; padding: 5px; }
.form-right { padding: 0px 5px; }
.form-right INPUT, .form-right SELECT, .form-right SUBMIT, .form-right TEXTAREA { font-family: sans-serif; font-size: 11px; }


/*
Colors:

yellow: #ffcc00; 
blue: #0069aa; 
brown: #b06110; 
*/