body {
	margin: 0px;
	background-color: #e6e6e6;
	font-family: tahoma;
	font-size: 11px;
}

a img {
	border: none;
}

#outline {
	width: 760px;
	margin: auto;
	background-image: url('../img/outline_back.gif');
}

#top {
	height: 130px;
	background-image: url('../img/top_back.gif');
	position: relative;
	overflow: hidden;
}

#logo {
	margin-left: 15px;
}

#topmenu {
	border-collapse: collapse;
	position: absolute;
	left: 184px;
	top: 0px;
}

#topmenu td {
	padding: 0px;
}

#topmenu a {
	display: block;
	width: 115px;
	height: 30px;
	background-image: url('../img/top_menu_item.gif');
	text-align: center;
	line-height: 30px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#topmenu a:hover {
	color: #ee5500;
}

#message {
	position: absolute;
	top: 38px;
	left: 192px;
	padding: 3px;
	border: dotted 1px red;
	background-color: #ffe8e8;
	color: red;
	font-weight: bold;
}

#welcome {
	margin-left: 10px;
	margin-top: 5px;
	color: white;
}

#welcome a {
	color: white;
}

#welcome small a {
	color: #ffe63c;
	margin-left: 5px;
}

#welcome span {
	font-size: 20px;
	font-family: 'Arial';
}

#welcome img {
	margin-top: 13px;
	vertical-align: -7px;
}

#auth {
	position: absolute;
	left: 185px;
	top: 67px;
}

#auth h3 {
	margin: 0px;
	font-size: 10px;
	height: 22px;
	line-height: 22px;
	padding-left: 25px;
	color: white;
	text-transform: uppercase;
	background: url('../img/ico1.gif') no-repeat 5px center;
}

#auth form {
	margin: 0px;
}

#login img {
	vertical-align: middle;
	border: inset 1px #116BB1;

}

#auth td {
	padding-left: 5px;
	vertical-align: bottom;
}

#auth label {
	display: block;
	color: white;
	font-weight: bold;
	font-size: 90%;
}

#auth input {
	border: inset 1px #116BB1;
	padding: 1px;
	vertical-align: bottom;
}

#auth #username {
	width: 160px;
}

#auth #password {
	width: 160px;
}

#auth #remember {
	vertical-align: -3px;
	border: none;
}

#languages {
	position: absolute;
	top: 67px;
	left: 616px;
}

#middle {
	width: 100%;
	height: 490px;
	background-image: url('../img/middle_back.gif');
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

#middle .leftmenu {
	width: 165px;
	background-image: url('../img/leftmenu_back.gif');
	background-position: left center;
	margin: 0px 0px 5px 20px;
}

#middle .leftmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 18px 0px;
	background-image: url('../img/leftmenu_bottom.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}

#middle .leftmenu ul li.title {
	background-image: url('../img/leftmenu_title1.gif');
	background-position: left center;
	line-height: 26px;
	padding: 0px 0px 0px 20px;
	font-weight: bold;
	color: white;
}

#middle .credit ul li.title {
	background-image: url('../img/leftmenu_title2.gif');
}

#middle .leftmenu ul li {
	background-image: url('../img/e2.gif');
	background-repeat: no-repeat;
	background-position: 16px 8px;
	padding: 4px 15px 4px 30px;
}

#middle .leftmenu a {
	color: #ff6600;
	text-decoration: none;
}

#middle .leftmenu a:hover {
	color: #ff0000;
	text-decoration: underline;
}

#credit, #points {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 140%;
	color: #ff3300;
}

#points {
	color: green;
}

#middle .banner {
	width: 175px;
	margin-top: 10px;
	margin-left: 10px;
	text-align: center;
}

#middle .banner a img{
	border: solid 1px #009700;
}

#middle .banner a:hover img{
	border: solid 1px #004b00;
}

#middle iframe#content {
	position: absolute;
	left: 185px;
	top: 5px;
	width: 574px;
	height: 485px;
}

#bottom {
	width: 575px;
	height: 55px;
	background-image: url('../img/bottom_back.gif');
	text-align: center;
	line-height: 55px;
	color: white;
	font-weight: bold;
	padding-left: 185px;
}

#bottom a {
	color: white;
	text-decoration: none;
}

#bottom a:hover {
	text-decoration: underline;
}
