﻿/*
Theme Name: Early American Home
Description: Theme for Early American Home
Version: 1.1
Author: Tom Van Ness
Author URI: http://www.the-woodworks.com/sonrise.htm
*/

html{
	height:100%; /*fix height to 100% for IE */
	max-height:100%; /*fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /*remove margins */
	border:0; /*remove borders */
	/*hide overflow:hidden from IE5/Mac */
	/*\*/
	overflow:hidden;
	/**/
}

body{
	height:100%; /*fix height to 100% for IE */
	max-height:100%; /*fix height for other browsers */
	overflow:hidden; /*get rid of scroll bars in IE */
	padding:0; /*remove padding */
	margin:0; /*remove margins */
	border:0; /*remove borders */
	text-align:center;
	min-width:982px;
}


#navcontainer {
	position:absolute;
	margin-left:-491px;
	left:50%;
	top:10px;
	width:982px;
	min-width:982px;
	height:110px;
	text-align:center;
}

#nav 
{
  position:fixed;
  top:10px;
  width:982px;
  margin:0 auto;
  padding:0px;
}

#outer
{
   Top:115px;
   position:absolute;
   text-align:center;
   width:982px;
   margin-left:-491px;
   left:50%;
   overflow:auto;

}

* html #outer {
	top:0;
	bottom:0;
	height:100%;
	width:970px;
	border-top:115px;
}

#header
{
  margin:0 auto;
  text-align:center;
  width:525px;
  height:255px;
}

#home
{
  position:relative;
  width:93px;
  margin-left:80px;
  margin-right:0px;
}

#directions
{
  position:relative;
  width:93px;
  margin-left:0px;
  margin-right:0px;
}

#gallery 
{
  position:relative;
  width:93px;
  margin-left:0px;
  margin-right:0px;
}

#contact
{
  position:relative;
  width:93px;
  margin-left:0px;
  margin-right:80px;
}

#bodyblock 
{
 position:relative;
 width:965px;
 padding:0;
 overflow:hidden;
}

#sidebar 
{
  width:200px;
  float:left;
  margin-left:40px;
}

#main
{
  width:725px;
  text-align:center;
}

#directimg
{
  float: left;
  width : 355px;
}

#directmain
{
  width:380px;
  text-align:left;
}

#footer 
{
  height:50px;
  clear:both;
  padding:5px;
  margin:0;
  font-size:medium;
}

