body {
	background-color: #490f2b; /*  CHANGE THIS */
	color: #000;
  	font: 62.5%  Arial, Helvetica, sans-serif;
	line-height: 1;
	background-image:url(../images/red-back.jpg);  /*  CHANGE THIS */
	background-repeat:repeat-x;
	color:#490f2b; /*  CHANGE THIS */
}
.nav-cont {
	width:210px;
	height:225px;
	position:absolute;
	top:130px;
	left:50px;
	padding:15px 15px 15px 5px;
	background-image:url(../images/nav-red-back.gif);  /*  CHANGE THIS */
	background-repeat:repeat;
}
#bar {
	width:969px;
	height:3px;
	background-color:#490f2b;  /*  CHANGE THIS */
}

/*  CHANGE FOR INTERIOR */

#header{
	width:969px;
	height:414px;
	position:relative;
}

#main-content {
	width:450px;
	float:left;
}
ul.leftside li a {
	display:block;
	text-decoration:none;
	color:#490f2b; /*  CHANGE THIS */
	line-height:25px;
	font-size:1.2em;
	padding-left:10px;
	font-weight:bold;
}

ul.leftside li a:hover {
	text-indent:15px;
	color:#ffffff;
	background-color:#490f2b; /*  CHANGE THIS */
}