/*
  Stylesheet for tenaflychamberofcommerce.com
  -------------------------------------------------------------------------
  Stylesheet Author: Christopher W. Allermann - chris@allermann.net
  Version:           1.0
  Created:           Jun 1, 2005
  Last Modified:     Jun 4, 2005
  Stylesheet URL:    http://www.tenaflychamberofcommerce.com/style.css
*/
html {height:101%}

body {
	margin: 10px 0 0 0;
	padding: 0;
	background: url(../images/stripes.gif);
	background-color: #008000;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #008000;
}

div#header_splash {
	width: 750px;
	height: 105px;
	margin: 0 auto 0 auto;
	background: url(../images/station_head.jpg);
	background-repeat: no-repeat;
	background-color: white;
	border-top: 3px solid black;
	border-left: 3px solid black;
	border-right: 3px solid black;
}

div#header {
        width: 750px;
        height: 105px;
        margin: 0 auto 0 auto;
        background-color: white;
        border-top: 3px solid black;
        border-left: 3px solid black;
        border-right: 3px solid black;
	border-bottom: 1px solid black;
}


table#menu_outside {
	height: 105px;
}

table#menu_inside {
	height: 99px;
}

table#menu_inside ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

table#menu_inside li {
	padding: 0 0 5px 0;
	color: black;
	font-variant: small-caps;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

div#content_splash {
	width: 750px;
	height:314px;
	min-height: 314px;
	margin: 0 auto 0 auto;
	background: url(../images/station_middle.jpg);
	background-repeat: no-repeat;
	background-color:white;
	border-left: 3px solid black;
	border-right: 3px solid black;
}

div#content {
        width: 750px;
        margin: 0 auto 0 auto;
        background-color:white;
        border-left: 3px solid black;
        border-right: 3px solid black;
}

div#content ul {
	font-family: Arial, sans-serif;
}


div#content h1 {
	color: black;
	padding: 0;
	margin: 10px 10px 5px 0;
	font-size: 30px;
	font-variant: small-caps;
	font-family: Arial, sans-serif;
	text-align: right;
}

div#content h2 {
	color: #008000;
        padding: 0;
        margin: 0;
        font-size: 24px;
	font-variant: small-caps;
	font-family: Arial, sans-serif;
}

div#content p {
	color: black;
	padding: 0;
	margin: 0 0 15px 0;
	font-family: Arial, sans-serif;
}


div#footer_splash {
	width: 750px;
	height: 45px;
	background: url(../images/station_bottom.jpg);
	background-repeat: no-repeat;
	background-color:white;
	margin: 0 auto 0 auto;
	border-left: 3px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
}

div#footer {
        width: 750px;
        height: 45px;
        background-color:white;
        margin: 0 auto 0 auto;
        border-left: 3px solid black;
        border-right: 3px solid black;
        border-bottom: 3px solid black;
}


div#footer_splash p {
	text-align: right;
	margin: 0;
	color: black;
	font-variant: small-caps;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	font-family: Arial; sans-serif;
}

div#footer p {
        text-align: right;
        margin: 0;
        color: black;
        font-variant: small-caps;
        font-size: 10px;
        line-height: 10px;
        font-weight: bold;
        font-family: Arial; sans-serif;
}


div#member {
	border: 1px dashed black;
	width:90%;
	background: #c0c0c0;
}
