@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	background:#f2f2f2 url(images/headbg.png) repeat-x;
}
#container {
	width:733px;
	margin:0 auto;
}
#header {
	background:url(images/header.jpg) no-repeat #036;
	width:733px;
	height:248px;
}
#content {
	background:url(images/bg.jpg) repeat-y #f2f2f2;
	width:733px;
	height:inherit;
}
.content {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	width:650px;
	margin:0 auto;
}
#footer {
	background:url(images/footer.jpg) repeat-y #f2f2f2;
	width:733px;
	height:104px;
}
	