body {
	text-align: center;
	background-image: url('background.jpg');
	background-repeat: repeat;
	color: #dd2537;
}

#indexcontainer {
	width: 800px;
	margin: auto auto;
	padding: 10px 10px 10px 10px;	
	font-family: arial;
	text-align: center;
	background-color: #ffffff;
	min-height: 900px;
	background-image: url('christmas-shopping.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#container {
	width: 800px;
	margin: auto auto;
	padding: 10px 10px 10px 10px;	
	font-family: arial;
	text-align: center;
	background-color: #ffffff;
	min-height: 900px;
}

h1 {
	background-image: url('heading1.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	width: 600px;
	height: 230px;
	margin: auto auto;
}

h1 span {
	margin-left: -9999px;
	z-index: -999;	
}

h2 {
	background-image: url('heading2.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	width: 600px;
	height: 131px;
	margin: auto auto;
}

h2 span {
	margin-left: -9999px;
	z-index: -999;	
}

h3 {
	color: #DC143C;
	font-size: 1em;	
	margin-left: 25px;
}

p,ol,li {
	margin-left: 25px;	
	font-size: 0.9em;			
}

a:link {
	color: #DC143C;	
	text-decoration: none;
}

a:visited {
	color: #DC143C;	
	text-decoration: none;
}

a:hover {
	color: #DC143C;	
	text-decoration: none;
}

a:active {
	color: #DC143C;	
	text-decoration: none;
}

/** Main Nav **/

#mainnav {
	margin: 0px 0 0 -20px;	
}

#mainnav li {
	background: #DC143C;	
	float: left;
	list-style: none;
	padding: 10px;
	margin: 3px;
	height: 20px;
	color: #FFFFFF;
	text-align: center;
}

.clear {
	clear: both;	
	margin: -10px 0 0 0;
}

#mainnav a:link {
	color: #FFFFFF;	
	text-decoration: none;
}

#mainnav a:visited {
	color: #FFFFFF;	
	text-decoration: none;
}

#mainnav a:hover {
	color: #FFFFFF;	
	text-decoration: none;
}

#mainnav a:active {
	color: #FFFFFF;	
	text-decoration: none;
}

/** Footer **/
#footer {
	font-size: 0.9em;
	color: #DC143C;	
	width: 810px;
	background-color: #ffffff;
	padding: 10px;
	margin: auto auto;
	text-align: center;
	font-weight: bold;
}

#footer p {
	margin: 0px 0px 0px 0px;
}

#footer a:link {
	color: #DC143C;	
	text-decoration: none;
}

#footer a:visited {
	color: #DC143C;	
	text-decoration: none;
}

#footer a:hover {
	color: #DC143C;	
	text-decoration: none;
}

#footer a:active {
	color: #DC143C;	
	text-decoration: none;
}

.imgright {
	border: 1px solid rgb(102, 102, 102); 
	margin: 0pt 0pt 10px 10px; 
	padding: 2px; 
	float: right;	
}

.imgleft {
	border: 1px solid rgb(102, 102, 102); 
	margin: 0pt 10pt 10px 0px; 
	padding: 2px; 
	float: left;	
}

#bannerouter {
	width: 100%;
	display: block;
	text-align: center;
}

#bannerbox {
	width: 700px;
	display: block;
	margin: 0 auto 0 auto;
	position: relative;
}

#banner {
	float: left;
	width: 565px; 
	display: block;
	position: relative;
}

#bannerbox img {
	position: relative;
	float: left;
}

.heading {
	color: #DC143C;
	font-size: 1.5em;
	text-align: center;
	margin: 0 20px 0 20px;
	position: relative;	
}

#banner h1 {
	color: #DC143C;
	font-size: 1.5em;
	text-align: center;
	margin: 0 20px 0 20px;
	position: relative;
}

.spacer {
	clear: both; 
	height: 1px;
	margin: 0;	
}

#content {
	margin: 7px 0 0 0;
	float: none;
}

#content a {
	font-weight: bold;
}

#navigation {
	float: left;
	width: 200px;
	height: 600px;	
	text-align: center;
}

#navigation img {
	border: 0px;
}

#mainbox {
	float: left;
	width: 590px;	
	text-align: left;
	padding-top: 20px;
}