html,body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #888;
	color: #000;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-image: url(images/bg_tile.gif);
	background-repeat: repeat-x repeat-y;
}

#container {
	position: relative;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treated as min-height*/
	min-height: 100%; /* real browsers */
	width: 954px;
	margin: 0 auto;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
	background-color: #fff;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	color: #000;
	display: block;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
}

h1 {
	font-family: georgia, times, "times new roman", serif;
	font-size: 2.4em;
	margin: 20px 0 0 20px;
	font-weight: normal;
}

h2 {
	font-size: 3em;
	text-shadow: #fff 1px 1px 3px;

}

h3 {
	color: #c60;
	font-family: georgia, times, "times new roman", serif;
	font-size: 1.6em;
	font-weight: normal;
	
}

h4 {
	margin: 20px;
	
}

p {
	line-height: 1.6em;
	font-family: georgia, times, "times new roman", serif;
	margin: 20px 0 0 20px;
}

li {
	line-height: 2em;
	
}

img {
	border: none;
	outline: none;
	padding: 0 0 10px 0;
}

#header {
	height: auto;
	width: 954px;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center;
}

#content {
	position: relative;
	height: auto;
	width: 840px;
	margin: 0 56px 0 56px;
	padding: 0;
	background-color: #e5e5e5;
	border: 1px solid #000;
}

#shadowLeft {
	position: absolute;
	left: -12px;
	top: 0;
	height: 100%;
	width: 8px;
	background-image: url(images/shadow_left.png);
	background-repeat: repeat-y;
}

#shadowRight {
	position: absolute;
	right: -12px;
	top: 0;
	height: 100%;
	width: 8px;
	background-image: url(images/shadow_right.png);
	background-repeat: repeat-y;
}

img.right {
	height: auto;
	width: auto;
	float: right;
	margin: 20px 10px 20px 20px;
}

#navigation {
	position: relative;
	height: 32px;
	width: 840px;
	/*
	background-image: url(images/nav_gradient.jpg);
	background-repeat: repeat-x;
	*/
	background-color: #c60;
	border-bottom: 1px solid #000;
	text-align: center;
}

#navigation a {
	position: relative;
	color: #000;
	font-weight: bold;
	height: auto;
	padding: 9px;
	display:inline-block;
}

#navigation a:hover {
	position: relative;
	color: #fff;
	height: auto;
	padding: 9px;
}

#lowerBar {
	position: relative;
	height: 32px;
	width: 840px;
	margin: 30px 0 0 0;
	/*
	background-image: url(images/nav_gradient.jpg);
	background-repeat: repeat-x;
	*/
	background-color: #c60;
	border-top: 1px solid #000;
}

#footer {
	height: auto;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	text-align: center;
}

#footerProducts {
	height: auto;
	width: 840px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: center;
}





