* {
	margin: 0px;
	padding: 0px;
	}

body {
	background-image: url(../images/layout/slice-x.jpg);
	background-repeat: repeat-x;
	background-color: #f0f0f0;
	text-align: center; /* centers #outer_conatiner in IE */
	font-size: 75%;
	font-family: Verdana, sans-serif;
	}

#outer_container {
	width: 862px;
	height: auto;
	margin-right: auto; /* centers this div on page */
	margin-left: auto; /* centers this div on pag */
	background-image: url(../images/layout/slice-y.jpg);
	background-repeat: repeat-y;
	text-align: left; /* resets text alignment to the left as default */
	}

#inner_container {
	width: 862px;
	height: auto;
	background-image: url(../images/layout/top-background.jpg);
	background-repeat: no-repeat;
	/*padding-top: 120px;*/
	}

#navigation {
	width: 740px;
	height: 25px;
	background-color: #8cc229;
	margin: 0px 61px 0px 61px;
	text-align: center;
	padding-top: 5px;
	color: #666;
	}

#navigation a, #navigation a:visited {
	color:#fff;
	text-decoration: none;
	margin: 0px 5px;
	font-size: 1em;
	font-weight: bold;
	}

#navigation a:hover, #footer a:hover, a:hover{
	text-decoration: underline;
	}

#content {
	width: 740px;
	min-height: 350px;
	background-color: #fff;
	margin: 0px 61px 0px 61px;
	text-align: left;
	padding-top: 0px;
	color: #666;
	}

#footer {
	width: 740px;
	background-color: #fff;
	margin: 20px 61px 0px 61px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
	color: #666;
	}

#footer a, #footer a:visited{
	color: #666;
	text-decoration: none;
	margin: 0px 10px;
	font-size: 1em;
	}
