* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background-color: #C4BEB5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

div#header {
	background: transparent url(../images/header_tile.png) top left repeat-x;
	height: 100px;
	margin: 0 10px 0;
	position: relative;
}

div#header h1 {
	background: transparent url(../images/logo.png);
	height: 100px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 220px;
}

div#header h1 span {
	display: none;
}

div#header div#top_bar {
	background: transparent url(../images/top_bar.png) top left no-repeat;
	height: 25px;
	margin: 0 17px 0 290px;
}

div#header div#top_bar p{
	display: inline;
	float: left;
	font-size: x-small;
	height: 25px;
	margin-left: 10px;
	padding-top: 6px;
}

div#header div#top_bar p img {
	display: inline;
	float: left;
	margin: -2px 5px 0 0;
}

div#header div#top_bar p span{
	color: #BD0000;
	font-weight: bold;
}

div#header div#top_bar ul {
	display: inline;
	float: right;
	height: 25px;
	list-style-type: none;
	margin-right: 3px;
	padding-top: 6px;
}

div#header div#top_bar ul li {
	color: #BD0000;
	cursor: pointer;
	display: inline;
	float: left;
	font-size: x-small;
	font-weight: bold;
	margin-left: 10px;
}

div#header div#top_bar ul li a {
	color: #BD0000;
	text-decoration: none;
}

div#header div#top_bar ul li img {
	display: inline;
	float: left;
	margin: -2px 5px 0 0;
}

div#header div#top_bar_end {
	background: transparent url(../images/top_bar_end.png);
	height: 25px;
	position: absolute;
	right: 10px;
	top: 0px;
	width: 7px;
}

div#header p#clock {
	background: transparent url(../icons/common/clock.png) left top no-repeat;
	bottom: 8px;
	color: #FFFFFF;
	font-size: x-small;
	height: 16px;
	padding-left: 23px;
	position: absolute;
	right: 10px;
}

div#header p#clock img {
	display: inline;
	float: left;
	margin: -2px 5px 0 0;
}

div#header div#header_corner {
	background: transparent url(../images/header_corner.png);
	bottom: 0px;
	height: 6px;
	position: absolute;
	right: 0px;
	width: 10px;
}