body, td, tr {
	font-size: x-small;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Verdana, Sans-Serif; }

body {
	background-color: #ffffcc;
}

#page {
	background-color: #e7dce5;
	width: 800px;
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
	margin: 0 0 0 -400px;
	padding: 0; }

#header {
    width: 800px;
    height: 139px;
    display: block;
    background-color: #EADFE7;
    background-repeat: no-repeat;
}

#body {
    width: 800px;
    height: 568px;
    display: block;
    background-color: #EADFE7;
    background-image: url(../images/iyanw_bg.jpg);
    background-repeat: no-repeat;
    font-size: x-small;
    line-height: 135%;
}

#text_column {
    position: absolute;
    left: 250px;
    top: 170px;
    width: 500px;
    padding-bottom: 20px;
}

#text_column img {
    margin: 0;
    margin-bottom: 10px;
}

#nav2 {
    position: relative;
    left: 0;
    top: 0;
    width: 240px;
    text-align: left;
}

#workshop_listing p {

	font-size: x-small;

}

#workshop_listing strong {

	font-size: small;
	font-weight: bold;

}

h1 {
    color: #A03728;
    font-size: medium;
    margin: 0px;
    padding: 0px;
    margin-bottom: 7px;
}

h3 {
	margin: 20px 0 2px 0;
}

p {
	font-size: small;
	margin: 0 0 7px;
	padding: 0; }

#nav a, #nav a:link {
    width: 100%;
    height: 45px;
    display: block;
}

a, a:link, a:visited {
    text-decoration: none;
    color: #A03728;
}

a:hover {
    text-decoration: underline;
    color: #000000;
}

a:active {
    color: #FFFFFF;
}
#about_images {
    position: absolute;
    left: 450px;
    top: 20px;
    width: 170px;
    text-align: center;
}

.boldgreen {
	color: #708A44;
	font-weight: bold;
}
.title {
	font-weight: bold;
	padding: 6px 0 0 0;
	border-top: 1px solid gray; }

.board_name {
	font-weight: normal; }

