@import url("cms.css");
#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/tile_container.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
body {
	background-image: url(../images/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
}

#content {
	margin-top: 325px;
	float: right;
	width: 700px;
	margin-right: 30px;
	padding-bottom: 30px;
}
#left {
	float: left;
	height: 500px;
	width: 245px;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapping {
	position:absolute;
	z-index:1;
	right: 0px;
	top: 0px;
	width: 777px;
	height: 325px;
	background-image: url(../images/topimg01.jpg);
}
#top {
	position:absolute;
	z-index:1;
	right: 0px;
	top: 0px;
	width: 777px;
	height: 325px;
}
#logo {
	position: absolute;
	left: 10px;
	top: 0px;
}

#bottom {
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 20px;
	clear: both;
	text-align: right;
	padding-top: 5px;
}
#spacer {
	height: 200px;
	width: 2px;
}

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	font-size: 24px;
	border-bottom: solid #999 1px;
	padding-bottom: 10px;
}
#left a {
	font-size: 14px;
	color: #464336;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 40px;
	display: block;
}
#left a:hover {
	color: #000;
}
#info {
	position: absolute;
	height: 21px;
	width: 100px;
	top: 505px;
	right: 419px;
	z-index: 1000;
}
a:focus {
	outline: none;
}

