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

body {
	background-image: url(../images/layout/blue-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: 753px;
	height: auto;
	margin-right: auto; /* centers this div on page */
	margin-left: auto; /* centers this div on pag */
	background-image: url(../images/layout/shadow-slice.jpg);
	background-repeat: repeat-y;
	text-align: left; /* resets text alignment to the left as default */
	}

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

#inner_container { padding-top: 0px; }

a#logo { margin:0px; padding-bottom:20px;}

#navigation {
	width: 740px;
	height: 23px;
	background-image: url(../images/layout/navigation.jpg);
	background-repeat: no-repeat;
	/*background-color: #25aae2;#7ed3f7;*/
	margin: 0px 7px 0px 7px;
	text-align: center;
	padding-top: 3px;
	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: 739px;
	min-height: 350px;
	background-color: #fff;
	margin: 0px 7px 0px 7px;
	text-align: left;
	padding-top: 5px;
	color: #666;
	}

#footer {
	width: 729px;
	height: 25px;
	background-color: #fff;
	margin: 10px 7px 0px 7px;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	color: #666;
	}

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

