﻿/*
-----------------------------------------------
Website:  Rose Ella Village
Page:     Main Layout Modifiers
Author:   Dustin Halstead
----------------------------------------------- */

body {
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: center; /*for IE*/;
	min-width: 726px; /* for mozilla*/;
	min-height: 100%; /*for mozilla & opera*/;
	background: url(imgs/BG-Page.jpg) fixed top;
	background-position: center;
	color: #3C6235;
	scrollbar-base-color: #3C6235;
	}

html {
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: center; /*for IE*/;
	min-width: 726px; /* for mozilla*/;
	min-height: 100%; /*for mozilla & opera*/;
	background: url(imgs/BG-Page.jpg) fixed top;
	background-position: center;
	color: #3C6235;
	scrollbar-base-color: #3C6235;
	}

	H1 {
	background: url(imgs/H1.jpg) no-repeat center top;
	font: italic small-caps normal 22pt/14pt Georgia, "Times New Roman", Times, serif;
	color: #ECFFED;
	letter-spacing: 1px;
	word-spacing: 2px;
	text-align:center;
	line-height: 90%;
	margin: 0;
	height: 50px;	
	}

	H2 {
	background: url(imgs/H2.gif) no-repeat left bottom;
	font: italic 18pt Georgia, "Times New Roman", Times, serif;
	color: #4D7D44;
	letter-spacing: 0.5px;
	word-spacing: 1px;
	text-align: left;
	height: 35px;
	text-indent: 15px;
	padding-top: 10px;
	}

	H3 {
	font: normal normal normal 12pt Georgia, "Times New Roman", Times, serif;
	color: #3C6235;
	letter-spacing: 0.5px;
	word-spacing: 1px;
	text-align: left;
	padding-top: 10px;
	margin-bottom: 0px;
	}

	P {
	font: 10pt/200% Georgia, "Times New Roman", Times, serif;
	color: #426B3A;
	letter-spacing: 0.5px;
	word-spacing: 1px;
	text-align: left;
	margin: 15px;
	vertical-align: middle;
}
	
	.Med {
	font-size: 14pt;
	color: #6FA067;
	}

	.Subtext {
	font-size:8pt;
	}

	.borderless {
	border-width: 0px;
	}
	
	.bordered {
	border: thin #94BC97 solid;
	}

#body{
	background: url(imgs/BG-Body.jpg);
	float: right;
	display: inline;
	position: relative;
	width: 600px;
	letter-spacing: 0.2px;
	word-spacing: 1px;
	}

	.center {text-align: center;}

	#body a {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	height: 21px;
	font: 9pt/14pt Georgia, "Times New Roman", Times, serif;
	color: #489586;
	padding: 3px 10px 5px 10px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	}

	#body a:hover {
	text-decoration: none;
	color: #ECFFED;
	}

/* Page Layout */ 

#pagewidth{ 
	width:726px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
	} 
 
#header{
	position: relative;
	height: 167px;
	width: 100%;
	} 
 
#main{
	font: 11pt Georgia, "Times New Roman", Times, serif;
	background: url(imgs/BG-Main.gif);
	float: right;
	display: inline;
	position: relative;
	width: 600px;
	padding: 30px 63px 63px 63px;
	text-align: left;
	color: #325131;
	}
 
#footer{
	background: url(imgs/Footer.gif);
	height: 34px;
	background-color: #000080;
	clear: both;
	} 
 
/* *** Float containers fix:
	http://www.csscreator.com/attributes/containedfloat.php *** */ 
	.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */