/*global style for TravWatch site*/

body {background-color: #CCCC99;
	color: #330000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;}
	
h1, h2 {color: #669900;}
h3 {font-size: 14px;}
	  
a:link {color: #666699;}
a:visited {color: #666699;}
a:active {color: #669900;}
a:hover {color : #669900;}

a img {border-style: none;}

.guide {margin-top: 0px; margin-bottom: 25px; width: 450px;}
.guide a {text-decoration: none;}
.guide a:link {color : #330000;}
.guide a:visited {color : #330000;}
.guide a:active {color: #330000;}
.guide a:hover {color : #669900;}

.right {text-align: right;}
.right a {font-size: 10px; text-decoration: none;}

div.margin {position: absolute;
	top: 0px;
	left: 0px;
	width: 145px;
	height: 17000px;
	padding: 10px;
	background : url(graphics/baknav.jpg) repeat-y;}
div.margin hr {width : 110px; color : #330000;  text-align : left; }
div.margin a:link {color : #330000;}
div.margin a:visited {color : #330000;}
div.margin a:active {color: #330000;}
div.margin a:hover {color : #669900;}

div.main {position: absolute;
          top: 0px; left: 145px;
		  width: 450px;
		  padding: 25px;}
div.main li {margin-bottom: 10px;}

div.footer {margin-top: 30px;}
div.footer p {font-size: smaller;
		      text-align: center;}
