html, body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;
	background-image:url(images/backpattern.jpg);
	background-repeat:repeat;
	overflow:auto;
	min-height:100%;
	text-align:center;
	height: 100%;
}

#outerframe {
	width:542px; /* 542 */
	min-height:100%;
	text-align:center;
	background-color:#FFFFFF;
	margin:0px auto auto auto;
	overflow:auto;
	height: 100%;
}

#innerframe {
	margin:0px auto auto auto;
	width:530px; /* 530 */
	min-height:100%;
	background-color:#FFFFFF;
	border-left:1px dotted #000000;
	border-right:1px dotted #000000;
	font-family:Georgia;
	font-size:13px;
	color:#0066CC;
	line-height:20px;
	text-align:center;
	height: 100%;
}

#innerframe img {
	margin:5px 0px 5px 0px;
	border:none;
}

#navigation {
	padding:0px;
	height: auto;
}

#navigation a{
	display:block;
	margin:0px 100px 0px 0px;
}

#navigation img {
	border:none;
}

#main {
	width:425px;
	margin:0px auto auto auto;
}

#main p {
	padding-bottom:0px;
}

#footer {
	font-family:Georgia;
	font-size:12px;
	color:#666666;
	letter-spacing:0em;
	bottom: 0px;
	text-align: center;
}

.down {
	padding-top:0px;
}

.bold {
	font-weight:800;
}

.italic {
	font-style:italic;
}

#float {
	float:left;
	padding-left:10px;
	margin-top:0px;
	height: 200px;
}
