body {
  margin:0px;
	padding:0px;
	padding-top:4px;
	text-align:center;
	background-color:#444;
}

#container {
	border:1px solid #333;
  width:750px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:white;
	background-image:url(../GUI/container_bkgd.gif);
	background-repeat:repeat-y;
}

#container #header {
  height:104px;
	background-image:url(../GUI/header_bkgd.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	background-color:#F0F0F0;
	border-left:4px solid #B36096;
	text-align:center;
	padding-top:10px;
}

#contents {
  border-bottom:10px solid #B36096;
}

#contents #left {
  width:153px;
	float:left;
	font-size:11px;
	padding-top:10px;
  padding-bottom:20px;	
}

#left ul {
  list-style-type:none;
	margin:0px;
	padding:0px;
	text-align:right;
	margin-right:3px;
	margin-left:4px;	
  border-top:1px solid white;
}

#left ul li {
  border-bottom:1px solid white;
	padding-top:5px;
	padding-bottom:5px;
	font-family:Tahoma;
	line-height:10px;	
	font-weight:bold;
	letter-spacing:1px;
}

#left ul li a {
  color:#A02478;
	padding-right:5px;
	text-decoration:none;
	border-right:10px solid white;
	display:block;
}

#left ul li a:hover {
  border-right:10px solid #A02478;
	color:white;
}

#contents #main {
  margin-left:172px;
	background-image:url(../GUI/main_bkgd.gif);
	background-repeat:repeat-x;
	padding-left:5px;
	padding-top:15px;
}

#main #text {
  border-top:1px solid black;
	border-left:1px solid black;
	padding:20px;
	padding-bottom:180px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, san-serif;
	line-height:17px;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#text h1 {
  font-size:20px;
	font-family:Arial;
	letter-spacing:1px;
	border-bottom:1px solid #333;
}

#text span {  color:#A02478; font-weight:normal; }

#text form {
	font-size:10pt;
	margin:0px;
	padding:0px;
	font-size:0px;
}

#text label,#text input,#text textarea {
  font-size:10pt;
	display: block;
	width:200px;
	float: left;
	margin-bottom:10px;
}

#text textarea {
  height:80px;
}

#text label {
	text-align: left;
	width: 180px;
	padding-right: 20px;
	font-size:10pt;
	font-weight:bold;
}

#text form br {
	clear: left;
	line-height:20px;
}
