/* commented backslash hack - hide from IE5 Mac \*/
html, body {
	height:100%;
}
/* end hack */

html,body {
	margin:0;
	padding:0
}

/* min-height set for Mozilla browsers */
/* negative margin makes room for footer */
#outer {
min-height:100%;
margin-bottom:-32px;
height:auto;
}

/* height set for IE browsers using star (universal) selector hack - overwrites height value set for Mozilla browsers */
* html #outer {
	height:100%;
}

/* height of footer set to same size as negative margin of outer id */
#footer {
	width:100%;
	clear:both;
	height:32px;
}

/* stops content from being hidden under footer */
#clearfooter {
	clear:both;
	height:50px;
}

/* stops Mozilla from inserting a top margin at the start of paragraphs */
div>p {
	margin:0
}

/*safari wrapper */
html>body #minHeight {
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-52px;
}

/* End of Hack Related CSS */





body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url("../image-files/bkg-content.gif");
	background-repeat: repeat-y;
}

#wrapper {
	width: 730px;
}
#header {
	background-image: url("../image-files/bkg.gif");
	background-repeat: repeat-x;
	width: 100%;
}

#navigation {
	width: 166px;
	float: left;
	font-size: 10px;
	padding-top: 10px;
}
#navigation ul {
	list-style-type: none;
	padding: 10px 0;
	margin: 0;
	margin-left: 1em;
}
#navigation li {
	background-image: url("../image-files/square.gif");
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 1.1em;
	margin-bottom: 5px;
}
#content-home {
	float: right;
	width: 550px;
	color: #000000;
	font-size: 12px;
	line-height: 19px;
	padding-top: 25px;
	padding-left: 10px;
}
#content-home h1, #content-home span, #content-home hr, #content-home div {
	margin-left: 50px;
}
#content-inside {
	float: right;
	width: 550px;
	color: #000000;
	font-size: 12px;
	line-height: 19px;
	padding-top: 10px;
	padding-left: 10px;
}
#content-inside h1, #content-home span, #content-home hr, #content-home div {
	margin-left: 25px;
}
#footer {
	background-image: url("../image-files/top5bg.gif");
}

a:visited {
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.subscription {
	color: #000000;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
}
.text {
	margin-top: 10px;
}
.footer {
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
}
.links {
	text-align: center;
	padding-top: 10px;
}
