body {
	background: #666;
	margin:0;
	padding: 0;
	font-size: 12px;
	color: #fff;
	font-family: arial;
	}

a       {
	color: white;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
#outer_cont {
	width: 100%;
	text-align: center;
	}
#inner_cont {
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 20px;
	width: 760px;
	height: 600px;
	background-image: url('../images/back4.jpg');
	background-repeat:repeat-x;
	}
/* to make new bg image COPY ID below and give it a new image then paste this ID in the DIV on the HTML PAGE ---*/
#inner_cont_2 {
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 20px;
	width: 760px;
	height: 600px;
	background-image: url('../images/back2.jpg');
	background-repeat:repeat-x;
	}
#inner_cont_3 {
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 20px;
	width: 760px;
	height: 600px;
	background-image: url('../images/back1.jpg');
	background-repeat:repeat-x;
	}
#inner_cont_4 {
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 20px;
	width: 760px;
	height: 600px;
	background-image: url('../images/back3.jpg');
	background-repeat:repeat-x;
	}
#inner_cont_5 {
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 20px;
	width: 760px;
	height: 600px;
	background-image: url('../images/back5.jpg');
	background-repeat:repeat-x;
	}
#inner_cont_6 {
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 20px;
	width: 760px;
	height: 600px;
	background-image: url('../images/back6.jpg');
	background-repeat:repeat-x;
	}
#inner_cont_7 {
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 20px;
	width: 760px;
	height: 600px;
	background-image: url('../images/back7.jpg');
	background-repeat:repeat-x;
	}
#home {
	width: 800px;
	height: 500px;
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
	}
#nav {
	float: left;
	width: 100px;
	}
#nav ul {
	padding: 0 0 20px 0;
	margin: 0;
	}
#nav ul li {
	list-style: none;
	padding: 0;
	line-height: 1.5em;
	margin: 0;
	}
#nav ul li a {
	color: #fff;
	text-decoration: none;
	}
#nav ul li a:hover {
	text-decoration: underline;
	}
#content {
	float: left;
	overflow: auto;
	height: 500px;
	width: 660px;
	}
#footer {
	text-align: center;
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
	width: 100%;
	}
#footer p {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 90%;
	}