/* Layout Stylesheet */ 

body {
	margin:20px;
	color: #000000;
	text-align:center;
	background-color: #FFFFFF;
 }

#outer {
	text-align:left;
	width:727px;
	margin:auto;
 }

#hdr {
	height:190px;
	color: #CCCCCC;
	padding-top: 7px;
	background-color: #eeeeee;
	background-image: url(images/title2.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
 }

#bar {
	height:15px;
	color: #333333;
	border:solid #000000;
	border-width:1px 0 1px 0;
	background-color: #FFFFFF;
 }

#bodyblock {
	width:100%;
 }

#l-col {
	float:left;
	color: #333333;
	width:167px;
	height: 500px;
	position: relative;
	background-color: #EAEAEA;
 }

#cont {
	width:548px;
	text-align:left;
	float: left;
	position: relative;
	height: auto;
	padding-left: 12px;
 }

#ftr {
	height:15px;
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 2;
	padding-top: 2px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(images/logo.jpg);
	padding-left: 0px;
	background-repeat: repeat-x;
	float: left;
	width: 100%;
 }

