enhtml, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	background: transparent url(/images/bg1.png) repeat scroll top left;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

div#container1 {
	background: transparent url(/images/bg2.png) repeat-x scroll top left;
	width: 100%;
}

div#container2 {
	width: 652px;
	margin: 0 auto 0 auto;	
}

div#container3, #div#foot {
	width: 648px;
	padding: 0 4px 0 0;
}

div#container3 {
	background: transparent url(/images/bg3.png) no-repeat scroll top left;	
	padding: 0;
	height: 494px;
	position: relative;
}

div#logo_container {
	padding: 0 0 0 4px;
	position: absolute;
	top: 0;
	left: 0;
}

div#mainmenu {
	position: absolute;
	top: 67px;
	right: 30px;
	text-align: right;
}

div#content {
	position: absolute;
	top: 127px;
	left: 50px;
	padding: 0 4px 0 0;
	width: 336px;
	height: 318px;
	overflow: auto;
	line-height: 150%;
	text-align: justify-left;
}

div#photo_container {
	position: absolute;
	top: 98px;
	left: 401px;
	width: 240px;
	height: 382px;
}

div#content h1:first-child, div#content h2:first-child, div#content h3:first-child, div#content h4:first-child, div#content h5:first-child {
	margin-top: 4px;
}

div#foot {
	text-align: center;
	color: #999;
}

#div#foot a {
	text-decoration: none;
	color: #999;	
}

.extraspecial {
	display: none;
}

a img {
	border-style: none;
}

a.selected {
	font-weight: bold;
}

p.notification {
	color: #090;
	font-weight: bold;
}

textarea {
	width: 310px;
}

textarea.richedit {
	width: 100%;
	height: 300px;
}

a {
	color: #cc6600;
}