/* Style Sheet: default.css
 * Creator: Corey Eacret - Invio Design
 * Description: Basic Formatting For The Site
 * Copyright © Invio Design - http://www.inviodesign.com
 */

/* The Basics */
html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #070d0f url("images/background-Tile.png"); 
}

body { 
	font: 0.73em "Avant Garde", "Century Gothic", sans-serif;
	color: #4a4941; 
	background: url("images/background-Bottom.gif") repeat-x bottom;
	margin: 0; 
	padding: 0;
	width: 100%;
	height: 100%;
}

/* Images */
img {
	border: 0;
	margin: 0;
	padding: 0;
}
.img-Left {
	float: left;
	margin: 5px;
	border: 1px solid #8d8a7a;
}
.img-Right {
	float: right;
	margin: 5px;
	border: 1px solid #8d8a7a;
}

/* Text Formatting */
p { 
	margin-top: 0; 
	text-align: left;
}
h1 { 
	font: 500 1.3em "Avant Garde", "Century Gothic", sans-serif;
	letter-spacing: 1px; 
	padding: 5px 0px 8px 5px; 
	margin: 0px -5px 10px -5px;
	color: #2a2a28;
	background: url("images/title-Left.png") no-repeat top left;
}
h2 { 
	font: 500 1.3em "Avant Garde", "Century Gothic", sans-serif;
	letter-spacing: 1px; 
	padding: 5px 5px 8px 0px; 
	margin: 0px -5px 10px -5px;
	color: #2a2a28;
	background: url("images/title-Right.png") no-repeat top right;
	text-align: right;
}
h3 { 
	font: italic normal 1em "Avant Garde", "Century Gothic", sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #2a2a28;
}
.textright {
	text-align: right;
}
.textleft {
	text-align: left;
}
.textcenter {
	text-align: center;
}
.text-Bold {
	font-weight: bold;
}

/* Links */
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #4b4a38;
}
a:hover, a:active { 
	text-decoration: none; 
	color: #a80505;
}

/* Index Wrapper */
#page-Wrap {
	width: 100%;
	height: 100%;
}

/* Other */
.divclear {
	clear: both;
	margin: 0;
	padding: 0;
}

