* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#wrapper {
	text-align: left;

	position:relative;
	width: 757px;
	margin: 40px auto 10px auto;
}

#headerShadow {
	background-image: url(../images/testing-4_03.gif);
	background-repeat: no-repeat;

	position: absolute;
	top: 0;
	width: 757px;
	height: 50px;

	z-index: 13;
}
#wrapper2 {
	border: 0px solid #ff0000;

	background-image: url(../images/testing-4_width.png);
	background-repeat: repeat-y;

	position:relative;
	top: 28px;
	width: 757px;
	min-height: 400px;
}
#headerContent {
	border: 0px solid #00ff00;

	background-image: url(../images/emsango3.jpg);
	background-repeat: no-repeat;

	position:relative;
	width: 698px;
	height: 330px;
	margin: 0px 36px 0 24px; ;
}
#headerContent h1 {
	border: 0px solid #00ff00;

	font-size: 36px;
	font-weight: bold;
	color: #CC3333;

	margin-top: 5px;
	margin-right: 10px;

	float: right;
}
h1#title a {
	color: #CC3333;
	text-decoration: none;
}
#footerShadow {
	font-size: 5%;

	background-image: url(../images/layout-test-4_13.png);
	background-repeat: no-repeat;

	border: 0px solid #00ff00;

	width: 757px;
	height: 50px;
	margin-top: 0px;
	padding-left: 30px;

	clear: both;
}
#valid_xhtml, #valid_css, #wai_aa, #cc_licensed, #xml_summaries {
	position:relative;
	height: 15px;
	width: 80px;
	margin: 5px 3px 0 3px;
	float: left;
}
#valid_xhtml span, #valid_css span, #wai_aa span, #cc_licensed span, #xml_summaries span{
	position: absolute;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}
#valid_xhtml span { background-image: url(../images/valid_xhtml.png);}
#valid_css span { background-image: url(../images/valid_css.png);}
#wai_aa span { background-image: url(../images/wai_aa_valid.png);}
#cc_licensed span { background-image: url(../images/cc_licensed.png);}
#xml_summaries span { background-image: url(../images/xml_summaries.png);}

#content, #indexContent {
	border-right: 2px solid #000000;

	margin: 10px 0 10px 33px;
	padding-right: 15px;
	width: 670px;

	float:left;
}
* html #content, * html #indexContent {
	margin: 10px 0 0 18px;
}
#content {
	border-right: 2px solid #000000;

	margin: 10px 0 10px 33px;
	padding-right: 15px;
	width: 430px;

	float:left;
}

#news {
	width: 210px;
	height: 100%;

	margin: 10px 65px 10px 500px;
}
* html #news {
	margin: 10px 40px 0 480px;
}
#menu {
	width: 100%;
	top: 191px;
	position: relative;
	clear: both;
}
.item {
	color: #ffdc00;
	font-size: 18px;
	font-weight: bold;

	text-align: center;

	border: 0px solid #0000ff;

	position: relative;
	height: 27px;
	width: 120px;
	margin: 0 7px;
	padding-top: 3px;

	float:left;
}
* html body .item {
	width: 126px;
	margin: 0 5px;
}
.item a  {
	color: #ffdc00;
	text-decoration: none;

	height: 100%;
	width: 100%;
}
.item a:link, .item a:visited {
	color: #ffdc00;
}
.item a:hover, .item:hover {
	background-color: #CC3333;
	color: #ffdc00;
}
.logo {
	background-image: url(../images/logo1.gif);
	background-repeat: no-repeat;
	background-position: 0 3px ;

	position: relative;
	top: 185px;

	width: 75px;
	height: 50px;

	float: right;
	clear: both;
}
p+p {
	padding-top: 12px;
}

div.flickr {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
div.flickr img {
  border: solid 2px #000000;
}
div.flickr span {
  font-size: 0.9em;
  margin-top: 0px;
}