/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:16px;
	background-color: #FFFFFF;
	color: #333333;
	text-align: center;
	margin-top: 10px;
	}


#pgcontainer {
	margin: auto;
	width:755px;
	height: 575px;
	border: 1px solid #A9977F;
	background: url(../images/site-elements/index/index-bk.gif);
	}

	#pgcontainer .padding {
	padding: 25px;
	}

#content {
	width: 705px;
	height: 525px;
	background: url(../images/site-elements/index/index-content-bk.jpg) no-repeat center;
	border: 1px solid #A9977F;
	}


#nav {
	width: 705px;
	height: 309px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 30px;
	}

	#nav  .padding {
	padding: 25px;
	padding-top: 142px;
	padding-bottom: 0px;
	padding-left: 360px;
	}	

	#nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	text-decoration: none;
	border: none;
	}

	#nav  a:hover {
	text-decoration: none;
	color: #333333;
	}


#copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 210px;
	width: 705px;
	text-align: left;
	font-size: 13px;
	line-height: 17px;
	color: #666666;
	}

	#copy .padding {
	padding: 0px;
	padding-left: 380px;
	padding-right: 23px;
	}

	#copy #welcome {
	font-size: 18px;
	letter-spacing: 1px;
	text-align: left;
	padding-bottom: 15px;
	}