html, body, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.more {
	text-align: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

body, h1, h2, h3, form {
	font: 13px tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #252472;
}

body {
	background: url(images/header_bg.jpg) repeat-x;
	text-align: center;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 774px;
}

#header {
	height: 227px;
	position: absolute;
}
#header h1 {
	margin-top: 24px;
}
#header h1 img {
	display: block;
}
#nav {
	margin-top: 7px;
}
#nav img {
	float: left;
}

#headline {
	padding-top: 195px;
}

#photo {
	float: left;
	width: 666px;
}
#photo div {
	border: 1px solid #D8D8D8;
	padding: 2px;
}
#photo img {
	display: block;
}

a {
	font-weight: bold;
	color: #5C5C5C;
}

#body {
	padding-top: 1em;
	text-align: justify;
}

#body-left {
	float: left;
	width: 660px;
	border: 1px solid #D8D8D8;
	padding: 2px;
}

#body h2, #body p {
	margin: 0.3em 0;
	
}


#footer {
	color: #FFFFFF;
	background: #22216f url(images/footer_bg.gif) repeat-x;
	padding: 6px 0 5px 0;
	margin-top: 0.5em;
	font-weight: bold;
}
#footer p {
	margin: 0;
	padding: 0;
}

#flag div {
	padding: 2px;
}

#table {
	float: left;
	width: 666px;
	border: 1px solid #D8D8D8;
	padding: 2px;
	
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

#res-body {
	float: left;
	width: 620px;
	height: 500px;
	border: 1px solid #D8D8D8;
	padding: 2px;
}

#res-photo {
	float: left;
	width: 620px;
}

#banner {
	float: left;
	width: 666px;
}