html,
body {
	width: 100%;
	margin: 0;
	padding: 0;
}

#container,
#header,
#subheader,
#footer
{
	width: 1000px;
}

html {
	background: #fff url('/layout/bg.png') 0 0 repeat;
	padding: 10px 0 0 0;
}

#container {
		/* center the page */
	margin: auto;
	padding: 0;
}

#header {
	background: #7c0000 url('/layout/logo.png') 0 0 no-repeat;
	height: 120px;
}
#header .text {
	display: none;
}

#content {
	/* 
	text-align: left;
	*/
	
	width: 940px;
	margin: 15px 0;
	min-height: 400px;
}

#content_date {
	margin: 20px auto 5px;
	text-align: center;
}

#content_date * {
	border: 1px solid #ddd;
	border-width: 1px 0 0;
	color: #777;
	font-size: smaller;
	font-style: italic;
	padding: 0 10px;
}

#footer {
	background-image: url('/layout/footer_gt.png');
	background-position: 0 0;
	background-repeat: repeat-x;
	border: 4px solid #7c0000;
	border-width: 2px 0 0 0;
	clear: both;
	height: 80px;
	text-align: center;
}

#footer .copy {
	color: #555;
	font-size: small;
}
