* {
	font-family: "Trebuchet MS", verdana, sans-serif;
	line-height: 20px;
	padding: 0;
	margin: 0;
	list-style: none;
}

input, textarea { margin-bottom: 5px; }

body {
	background: #0e0e0e url(../images/bodytile.png) top center repeat-x;
	font-size: 14px;
}

a { color: darkblue; text-decoration: none; }
a:hover { color: blue; }

#header {
	width: 900px;
	height: 200px;
	margin: 0 auto;
	background: url(../images/header.jpg) top center no-repeat;
}
#header h1 {
	display: none;
}

#topbar {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	background: url(../images/topbartile.png) top center repeat-x;
}
#topbarPadding {
	color: #ffff99;
	font-size: 20px;
	padding: 6px 20px 0 40px;
}

#content {
	width: 900px;
	margin: 0 auto;
	background: url(../images/contenttile.png) top center repeat-y;
}
#contentPadding {
	padding: 15px 14px;
}

#left {
	width: 220px;
	float: left;
}

#right {
	margin-left: 255px;
}

#footer {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	background: url(../images/topbartile.png) top center repeat-x;
}
#footerPadding {
	color: #ffff99;
	font-size: 12px;
	padding: 12px 20px 0 20px;
	text-align: center;
}

#linksDescription { display:block; font-size: 10px; padding-left: 10px; }
#amsDate { font-size: 10px; text-align: right; }

#menuTop {
	background: url(../images/menu_top.jpg) top center no-repeat;
	width: 224px;
	height: 32px;
}
#menuTop h3 {
	padding: 8px 0 0 30px;
	color: #333;
	font-size: 16px;
}
#menuMiddle {
	background-color: #dedede;
	width: 224px;
}
#menuMiddle ul {
	padding: 5px;
}
#menuMiddle ul li {
	background: url(../images/menu_li.jpg) top center repeat-x;
	padding: 5px 10px;
	margin-bottom: 3px;
}
#menuMiddle ul li a{
	display: block;
}
#menuMiddle ul li:hover {
	background: url(../images/menu_li.jpg) bottom center repeat-x;
}
#menuBottom {
	background: url(../images/menu_bottom.jpg) bottom center no-repeat;
	width: 224px;
	height: 9px;
}
