﻿/*

This is the CSS file to make the design pretty. You can find
the sticky footer required CSS at the following URL:

http://ryanfait.com/sticky-footer/layout.css

*/

body {
	
	/*background-color: #ff8000;*/
	background-image: url(orange_white.jpg);
    background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	
}

#headertop {
	width: 760px;
	height: 75px;
	background: #ffffff/* url(taviragarden_mainpool.jpg)*/ /*needs to be 760 width, 100 height */ no-repeat;
	
}
#headermiddle 
{
    margin: 0px 10px 0px 10px; /* margin: top right bottom left */
	height: 25px;
	background-color: #ffffff;
	font-size: 0.6em;
	
}
#headerbottom 
{
    margin: 0px 10px 0px 10px;
	height: 50px;
	background-color: #ffffff;
	font-size: 0.6em;
}

#content 
{
    margin: 0px 10px 0px 10px;
    text-align: left;
    background-color: #ffffff; 
}

#pageheader /* within .content div */
{
    height: 10%;
    text-align:center;
    font-size: 0.6em;
}

#pagecontent /* within .content div */
{
    /*height: 80%;*/
    text-align:center;
    /*font-size: 0.6em;*/
    
}

#pagefooter /* within .content div */
{
    height: 10%;
    text-align:center;
    font-size: 0.6em;
}

.table
{
    font-size: 0.6em;
}

.paragraph
{
    text-align: justify;
    font-size: 0.6em;
}

.paragraph2
{
    text-align: center;
    font-size: 0.6em;
}

.list
{
    text-align: left;
    font-size: 0.6em;
}

/*.spacer {
	width: 760px;
	height: 1px;
	background-color: #000000;
}*/
/*this didn't work in IE6*/

.photos 
{
}

.gallery
{
    
}
   
img {
	float:none;
	max-height:300px;
	max-width:450px;
}
h2 {
	padding: 15px 0;
	color: #000000;
	font: 1.3em verdana,sans-serif;
}
p {
	padding: 0 0 15px;
	color: #000000;
	font: 1em/1.3em arial,sans-serif;
}
strong {
	font-weight: normal;
}
.download {
	text-align: center;
}
#footer {
	width: 760px;
	margin: 0 auto;
	font-size: 0.6em;
	/*background: #a3b2c6 url(footer.gif) no-repeat 0 0;
	background-color: #000000;*/
		
}
/*
.footer p {
	padding: 17px 0 0;
	color: #fff;
	font: 0.8em arial,sans-serif;
}*/

/*
    Hyperlink
*/


a {
	text-decoration: bold;
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #999999;
}

a:active {
	color: #000000;
}

