* {
	margin: 0px;
	padding: 0px;
	font-family: helvetica, sans-serif;
	color: #959bae;
	font-size: 12px;
}

h1 {
	font-size: 16px;
}

img {
	border: 0px;
}

img, {
	margin-bottom: -4px;
}

body {
	background-color: #d5d5d5;
}

#page {
	margin: 24px auto;
	width: 820px;
}
#main {
	border-collapse: collapse;
	width: 820px;
}
#borderleft {
	background-image: url("../img/main-borderleft01.jpg");
	height: 500px;
	background-repeat: repeat-y;
}
#content {
	width: 790px;
	background-color: white;
	height: 500px;
}
#borderright {
	background-image: url("../img/main-borderright01.jpg");
	height: 500px;
	background-repeat: repeat-y;
}
#menu {
	font-weight: bold;
}
.gtd {
	vertical-align: middle;
	text-align: center;
	background-color: #f0f1f5;
	padding: 2px;
}