/* Style sheet for Larry White Handyman*/
/* File name is main.css */
/* Written by Larry White */

body      { color: #666;
			background-color: transparent;
			font-size: 1em;
			font-family: "Trebuchet MS";
			font-style: normal;
			font-weight: normal;
			line-height: 1.4em;
			text-align: center;
			letter-spacing: 1px
			}

#container   { color: #ccc;
				font-size: 0.8em;
				font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
				line-height: 1.2em;
				background-color: #fff;
				visibility: visible;
				position: absolute;
				z-index: 1;
				top: 0;
				right: 5%;
				bottom: 0;
				left: 5%;
				width: auto;
				height: inherit
				}

#header   { color: #ccc;
				background-color: #transparent;
				visibility: visible;
				position: absolute;
				z-index: 30;
				top: 0;
				right: 5%;
				bottom: 0;
				left: 5%;
				width: auto;
				height: 93px
				}
	
#right    { visibility: visible;
			position: absolute;
			z-index: 5;
			top: 72px;
			right: 5%;
			left: 300px;
			z-index: 20;
			width: auto;
			height: inherit
			}

#left     { visibility: visible;
			position: absolute;
			z-index: 40;
			top: 240px;
			left: 5%;
			width: 250px;
			height: auto
			}
	
h1  	{ color: #9d9d9d;
		  font-size: 1.5em;
		  letter-spacing: .2em;
		  line-height: 1em;
		  background-color: inherit;
		  text-align: left
		  }

h2  	{ color: #b0b0b0;
		  font-size: 1.2em;
		  font-weight: bold;
		  line-height: 1em;
		  background-color: inherit;
		  text-align: left;
		  text-indent: 1em
		  }
	
h3  	{ color: #f00;
		  font-size: 1em;
		  line-height: 1em;
		  text-align: left;
		  text-indent: 1.5em
		  }
	 
h4   { color: #666; font-size: 0.9em; font-weight: lighter; line-height: 1em; background-color: inherit; text-align: left; text-indent: 1.5em; letter-spacing: 0.2em; margin-top: 0; margin-bottom: 0; padding: 4px; height: 0; vertical-align: top }
	
p   { 
	color: #666;
	background-color: inherit; 
	font-size: 11px;
	text-align: left;
	margin-top: -5px; 
	}
	
ul li {
	line-height: 1.5em;
	text-decoration: none;
	text-align: left;
	text-indent: 1em
	}
	
/* links styles */

a:link, a:visited {
	color: #333;
	background-color: inherit; 
	font-weight: bold;
	text-decoration: none; 
	}
		
a:hover {
	color: #333;
	background-color: inherit;
	font-weight: bold;
	text-decoration: underline;
	}
	
	
	
/* End of Larry White Handyman style sheet */

