/**
 * General HTML Body Styling
 * -------------------------
 */
body {
	margin-top:0px;
	font: 75%/1em Arial, Helvetica, sans-serif;
	background-color: #efe7c9;
}		


.container {
	background-color:#746a4a;		
}
  

.rightColumn {
	background-image: url(../images/index_15.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #746a4a;
}	  
  

.header {
	width:100%;
	background-image:url(../images/index_01.gif);
	background-repeat:no-repeat;
	height : 92px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


.topBorder {

	height: 6px;
	font: 0px/0px sans-serif;
	background-image: url(../images/linedot.gif);
	background-repeat: repeat;
}	


.rightBorder {
	width: 6px;
	font: 0px/0px sans-serif;
	background-image: url(../images/linedot.gif);
	background-repeat: repeat;
}


.rightColumn a{
	color: #efe7c9;
	font-family: Times New Roman, serif;
	font-size: 14px;
	line-height: 3em;
	background-image: url(../images/index_12.gif);
	background-repeat: no-repeat;
	background-position: 0em 1em;
	padding-left: 1.2em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
	text-decoration: none;
}
.rightColumn a:hover {
	color: #B3A57D;
	background-image: url(../images/index_12a.gif);
	background-repeat: no-repeat;
	background-position: 0em 1em;
	padding-left: 1.2em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
	text-decoration: none;
}
