body {
	background-image: url(images/background.png);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
}

#outer {
    margin: 0 auto;
    width: 700px;
	text-align:left;
}

#logo {
	width: 200px;
	height: 96px;
	text-align: center;
}

#header {
	width: 496px;
	height: 96px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}

#bline {
	height: 10px;
	background-color:#000000;
}

#line {
	height: 10px;
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#leftcol {
	width: 192px;
	padding: 4px;
	text-align: center;
}
#content {
	width: 496px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 2px;
	text-align: center;
}
#footer {
	width: 700px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align:center
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
}
