﻿@charset "utf-8";

body {
	margin: 0;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	;
	color: #FFFFFF;
	background-color: #4b5962;
	background-image: url('../images/backgroundpattern200.jpg');
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

.oneColFixCtr  #homecontainer {
	position: relative;
	width: 950px;
	height: 500px;
	z-index: 1;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

.oneColFixCtr  #lefttriangle {
	position: absolute;
	background-image: url(../images/lgtriangle3.jpg);
	width: 867px;
	height: 667px;
	top: 0px;
	left: -326px;
	z-index: 5;
}

#hpicture {
	position: absolute;
	left: 506px;
	top: 48px;
	width: 405px;
	height: 400px;
	z-index: 10;
	border: 8px solid #000000;
}
#hnav {
	position:absolute;
	width:160px;
	height:241px;
	z-index:20;
	left: 364px;
	top: 159px;
}
#hfooter {
	position:absolute;
	left:76px;
	top:509px;
	width:808px;
	height:94px;
	z-index:10;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #bd7758;
	text-decoration: underline;
}

