@import "http://www.janklug.com/css/janStyle.css";


/*body {
	text-align: center;
}

#wrapper {
	display: block; 
	border: 1px #000000 solid;
	width:90%; 
	margin:0px auto;
}

#header {
	border: 2px #00ff00 solid;
}

#content {
	width: 75%;
	border: 2px #ff0000 solid;
	float: left;
}

#sidebar {
	width: 23%;
	border: 2px #ffff00 solid;
	float: right;
}

#both {
	clear: both;
}

#footer {
	border: 2px #0000ff solid;
}

.title {
	font-size: 11pt;
	font-family: verdana;
	font-weight: bold;
}*/


