/*
#header {
	background-image: url(images/header.jpg)
	background-repeat: no-repeat
	text-align: center;
}
div#container {
	margin-left: 25%;
	margin-right: 25%;
	text-align: center;
	width: 600px;
}
img { border: 0; 
}
a { border:0; 
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
margin-left: 15px;
}
div#blah {
	position: relative;
	width: 150;
	height: 0px;
	text-align: left;
	margin-left: 15px;
}
*/


body {
	background-image: url(images/backgroundTile.jpg); 
	background-repeat: repeat-y, repeat-x;
	font-family: georgia;
	font-size: 14px;
	text-align: center;
	min-width: 819px;
	}
	
div#bg {
	background-image: url(images/mainbg.png);
	background-repeat: no-repeat;
	width: 819px;
	height: 520px;
	min-width: 819px;
	min-height: 520px;
	margin: 0 auto;
	}
	
div#holder {
	margin-top: 40px;
	}
	
/*	
div#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;	
	border: 1px #999999 solid;
	height: 80px;
	top: 50px;
	left:5%;
	width: 90%;
	max-width: 864px;
	min-width: 864px;
	}
	
div#main {
	top: 40px;
	left:5%;
	width: 90%;
	max-width: 864px;
	min-width: 864px;
	height: 400px;	
	border: 1px #999999 solid;
	background-color: #f8f8f8;
	}
*/

div#padding {
	padding: 36px;
	padding-top: 100px;
	}	


div#contact {
	color: #7f7f7f;
	float: right;
	padding-left: 10px;
	padding-top: 10px;
	border-left: 2px #cccccc dotted;
	text-align: left;
	}
	
h8 {
	font-size: 14px;
	color: #4b4b4b;
	}

div#info {
	color: #7f7f7f;
	width: 450px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	text-align: left;	
	}
