#navbar {
	position: absolute;
	width: 164px;
	border: thin none #000000;
	top: 100px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 8px;
}

#titlebar {
	height: 90px;
	width: 70%;
	margin: 0px;
	padding: 5px 0 0 180px;
}
body {
	margin: 0px;
	padding: 0px;
    height: 100%;
}

a.navlink
  {
    display: block;
    text-align: center;
    height: 30px;
    padding: 0px 0px;
	padding-left: 2px;
	padding-right: 2px;
    margin: 0 0 2px;
    border: thin solid black;
    background-color: #fff;
  }

a.navlink:hover
{
    display: block;
    text-align: center;
    height: 30px;
    padding: 0px 0px;
	padding-left: 2px;
	padding-right: 2px;
    margin: 0 0 2px;
    border: thin solid black;
	background-color: #ccc;
}  

img.namelink
{
	border: 0;
	width: 160px;
	height: 30px;
}
  
#main {
	left: 190px;
	top: 105px;
	position: absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	width: 60%;
}

#footer {
	margin-top: 30px;
}

#footer_top
{
font-size: xx-small;
margin-bottom: 15px;
}

#footer_left
{
	float: left;
	width: 45%;
}

#footer_right
{
	float: left;
	width: 45%;
}

#subheading {
	font-size: large;
	font-weight: bold;
	margin-bottom: 1em;
}

#left_column
{
	position: absolute;
	left: 0px;
	margin-top: 1em;
	width: 250px;
	text-align: center;
}

#middle_column
{
	position: absolute;
	left: 250px;
	margin-top: 1em;
	width: 250px;
	text-align: center;
}

#right_column
{
	position: absolute;
	left: 500px;
	margin-top: 1em;
	width: 250px;
	text-align: center;
}

.image_dojo_thumb {
	margin-bottom: 10px;
	height: 140px;
}

img
{
	border: none;
}

.guestbook_div
{
	margin-left: 1em;
	margin-bottom: 0.5em;
}

.courses_left
{
	float: left;
	margin-left: 10px;
	margin-right: 5px;
}

.courses_right
{
	float: right;
	margin-right: 10px;
}