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;
}
.largetext {
	
	font-size: 36px;
	font-weight: normal;
	color: #ccc;
}
.largetext2 {
	
	font-size: 36px;
	font-weight: normal;
	color: #ccc;
}
.largetext2:hover {
	font-size: 36px;
	font-weight: normal;
	color: #999999;
}

#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-one{
	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:-385px;
	margin-bottom:0px;
	padding-left:20px;
	padding-right:20px;
	position: relative;
	z-index: 1;
}

.error	{
	color: #FF0000;
}
.success	{
	color: #00FF00;
}
a:link, a:active	{
	text-decoration: none;
	outline: none;
}
a:hover	{
	text-decoration: underline;
}
a:visited	{
	text-decoration: none;
}

