img {
	border: none;
}

body {
	margin: 0;
	padding: 0;
	background-color: #303933;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size: 11px;
	color:#7B7B7B;
}

#wrapper {
	margin: 0 auto;
	width: 756px;
	padding: 0;
	clear: both;

}

#header {
	margin: 0;
	width: 758px;
	background-color: #FFF;
}

#logo {
	float: right;
	margin: 0 20px 0 0;
}

#home {
	margin: 0px 0 -18px 8px;
}

#links {
	float: left;
	margin-top: 109px;
	width: 525px;
}

#photos {
	clear: both;
	padding-bottom: 3px;
}

#link_yacp a {
	display: block;
	height: 18px;
	width: 501px;
	background-image: url(../images/yacp.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#link_yacp a:hover, #link_yacp.active a {
	background-position: 0px -21px;
}

#link_wmc a {
	display: block;
	margin-top: 4px;
	height: 17px;
	width: 501px;
	background-image: url(../images/wmc.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#link_wmc a:hover, #link_wmc.active a {
	background-position: 0px -21px;
}

#link_youth a {
	display: block;
	margin-top: 3px;
	height: 18px;
	width: 501px;
	background-image: url(../images/youth.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#link_youth a:hover, #link_youth.active a {
	background-position: 0 -21px;
}

#directed_by_jack{
	margin-top: 3px;
}

#main {
	background-image: url(../images/body_background.gif);
	background-repeat: repeat-y;
}

#board {
	float: right;
	width: 215px;
	background-color: #D0D7CF;
}

#body_content {
	width: 440px;
	margin: 20px 30px;
	background-color: #EAEFEB;
}

a, a:link {
	color: #7B7B7B;
}

h1, h2, h3 {
	font-weight: normal;
}

#board h2 {
	margin-top: 0;
}

a#uac {
	margin-right: 10px;
}

a#nea {
	margin-right: 20px;
}

.name {
	font-weight: bold;
	margin-bottom: 3px;
}

.title {
	margin-bottom: 10px;
	margin-left: 15px;
}

ul {
	font-size: 11px;
}