body,
html{
	/*margin:0;
	padding:0;*/
}
body {
	min-width:750px; /* Prevent content from becoming unreachable in Gecko */
}

#frame {
	position:relative;
	z-index:1;
	width:750px;
	height:734px;
	margin:0 auto;
}
#logo {
	position:absolute;
	top:17px;
	left:30px;
}
#languagelink {
	position:absolute;
	left:652px;
	z-index:2;
	height:17px;
}
#label {
	position:absolute;
	top:90px;
	left:0px;
	z-index:2;
	height:96px;
	width:313px;
}
#topimage {
	position:absolute;
	top:57px;
	left:313px;
	height:96px;
	width:382px;
	z-index: 3;
}
#sideimage {
	position:absolute;
	top:186px;
	left:546px;
	height:36px;
	width:204px;
	z-index: 3;
}
#bottomimage {
	position:absolute;
	top:203px;
	left:313px;
	height:19px;
	width:233px;
	z-index: 3;
}
#menu {
	position:absolute;
	top:186px;
	left:0px;
	height:17px;
	width:546px;
	z-index:4;
}
#content{
	position:absolute;
	top:203px;
	left:0px;
	height:550px;
	width:540px;
	z-index:2;
}
#caption{
	position:absolute;
	top:240px;
	left:540px;
	height:95px;
	width:214px;
	z-index:3;
}
#copyright{
	position:absolute;
	top:712px;
	left:546px;
	_left:543px;
	height:14px;
	width:204px;
	z-index:3;
}
/*------------------------------------------------------------------------------*/
/*------------------------------Style-------------------------------------------*/
/*------------------------------------------------------------------------------*/

body {
	background-color: #ccc;
	text-align: center; /*center the frame on IE */
		}
#frame {
	background-color:#fff;
	background-position:right;
	background-repeat: repeat-y;
	background-image:url(images/right_orange_line.gif);
	text-align:left;
		}

#logo {
		background-color: #fff;
		text-align:center;
		}

#languagelink {
	text-align:right;
		}

#label {
	background-repeat: repeat;
	background-image:url(images/label_bkg.gif);
	text-align:center;
		}
#menu{
	background-repeat: repeat;
	background-image:url(images/menuback.gif);
	text-align:right;
}
#content{
	background-color:#F8F1DC;
	background-image: url(images/content%20corner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#caption{
	background-image: url(images/name_orange_bar.GIF);
	background-repeat:repeat-y;
	background-position:right;
	text-align:right;
}
p,h1 {
		margin:0px 10px 10px 10px;
		}
td {
	text-align:center;
	vertical-align: top;
		}
a {
		color:#600;
		}
.title	{
		font-size:x-large;
		font-weight:bold;
		}
.small {
		font-size: small;
		font-style: italic;
		}
.bottom {
		vertical-align:bottom;
		}

