body{
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
	margin-top:0px;
}
.fade {
	background-image: url(../images/pagefade.png);
	background-repeat: repeat-x;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}
#wrapper{
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

#logo{
	width:197px;
	height:199px;
	margin-left:50px;
}

#navigation{
	width:680px;
	height:52px;
	background-image:url(../images/nav/nav-background.png);
	background-repeat:no-repeat;
	margin-top:-135px;
	padding-left:300px;
	padding-top:34px;
}

.midimage{
	margin-right:100px;
	margin-left:100px;
}

#grey{
	background-image:url(../images/content-bottom.png);
	background-repeat:repeat-y;
	position: relative;
}

#grey-ornament{
	width:980px;
	height:485px;
	background-image:url(../images/content-middle.png);
	background-repeat:no-repeat;
	position: relative;
	z-index: 0;  
}
#grey-footer{
	width:980px;
	height:30px;
	margin-top:-21px;
	background-image:url(../images/content-footer.png);
	background-repeat:no-repeat;
	position:relative;
	z-index:1;
}

#footer{
	height:40px;
	margin-left:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#b06f47;
	line-height:18px;
}

#footer a{
	color:#b06f47;
	text-decoration:none;
}

#content{
	margin-top:-355px;
	margin-bottom:0px;
	padding-left:20px;
	padding-right:20px;
	position: relative;
	z-index: 1;
}

#navbar{
	width:800px;
	height:44px;
	position:relative;
	z-index: 3;
	left:225px;
	float: left;
	top:90px;
}

.navMiddle{
	background-image:url(../images/nav/navMiddle.png);
	background-position: top left;
	background-repeat:repeat-x;
}

#navtitle{
	width:500px;
	height:22px;
	position:relative;
	z-index: 2;
	left:235px;
	top:4px;
	font-size: 30px;
	color: #DDD9D0;
	font-family: Georgia, serif ;
}

.subPageTitle{
	font-size: 24px;
	color: #DDD9D0;
	font-family: Times New Roman;
}

.pad {
padding: 0 1.5em 0 1.5em;
}

.spad {
padding: 0 .5em 0 1em;
}

.pspace{
margin: 0 0 .7em;
padding: 0;
}


.com-top{
	width:177px;
	height:10px;
	background-image:url(../images/communication-top.png);
	background-repeat:no-repeat;
}
.com-middle{
	width:177px;
	height:10px;
	background-image:url(../images/communication-middle.png);
	background-repeat:repeat-y;
	padding-top: 7px;
}
.com-bottom{
	width:177px;
	height:10px;
	background-image:url(../images/communication-bottom.png);
	background-repeat:no-repeat;
}
.challenge-top{
	width:506px;
	height:10px;
	background-image:url(../images/challenge-top.png);
	background-repeat:no-repeat;
}
.challenge-middle{
	width:506px;
	height:10px;
	background-image:url(../images/challenge-middle.png);
	background-repeat:repeat-y;
}
.challenge-bottom{
	width:506px;
	height:10px;
	background-image:url(../images/challenge-bottom.png);
	background-repeat:no-repeat;
}
.hrLine	{
	border: none 0; 
	border-top: 1px solid #ccc;
	width: 100%;
	height: 1px;
	margin: 10px auto 10px 0;
	text-align: left;
}
.hrLine2	{
	border: none 0; 
	border-top: 1px solid #ccc;
	width: 270px;
	height: 1px;
	margin: 10px auto 20px auto;
}
.error	{
	color: #FF0000;
	font-size: 10px;
}
.errorContact {
	color: #CC0000;
}
.success	{
	color: #00FF00;
	font-size: 10px;
}

input.contentText, textarea.contentText	{
	background-color: #FFFFFF;
	border: 1px solid #999999;
	color: #333;
}

a:link, a:active	{
	color: #BFBFBF;
	text-decoration: none;
	outline: none;
}
a:hover	{
	text-decoration: underline;
}
a:visited	{
	text-decoration: none;
}
