a.button:link, a.button:visited{
			color: #942923;
			background: url(../Front end/images/navibg.gif) repeat-x bottom;
			display: block;
			font-weight: bold;
			font-size: 95%;
			width: 150px;
			height: 17px;
			text-align: center;
			padding: 6px 3px 12px 3px;
}
a.button:hover{
			color: #fff;
			background: url(../Front end/images/navibg_over.gif) repeat-x bottom;
			display: block;
			font-weight: bold;
			font-size: 95%;
			width: 150px;
			height: 17px;
			text-align: center;
			padding: 6px 3px 12px 3px;
}
#content{
			position: relative;
			top: 6px;
			left: 0px;
			color: #747378;
			height: 350px;
}
#leftcontent{
			position: absolute;
			top: 0px;
			left: -16px;
			width: 237px;
			background: url(../Front end/images/searchbg.jpg) no-repeat top;
			padding: 25px 0px 100px 41px;
}
#maincontenttop{
			position: absolute;
			top: 0px;
			left: 263px;
			width: 540px;
			height: auto;
			background: url(../Front end/images/contenttop.gif) no-repeat top left;
			padding-top: 8px;
}
#maincontent{
			position: relative;
			width: 515px;
			border-left: 1px solid #A1A3A5;
			border-right: 1px solid #A1A3A5;
			padding: 10px;
}
#maincontentbottom{
			position: relative;
			bottom: 4px;
			left: 0px;
			width: 540px;
			background: url(../Front end/images/contentbottom.jpg) no-repeat bottom left;
			padding: 135px 27px 0px 0px;
			margin-bottom: 30px;	
}
#footer{
				position: absolute;
				bottom: 25px;
				width: 100%;
				color: #666;
				z-index: 3;
				font-size: 80%;
}
#footer1{
				position: relative;
				top: 0px;
				left: 0px;
				width: 100%;
				font-size: 100%;
				color: #942923;
}

/* General Styles */

#content a:link, #content a:visited{
	color: #333;
	text-decoration: underline;
}
#content a:hover{
	color: #D24340;
	text-decoration: underline;
}
