@charset "utf-8";
/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #FFF;
}
#container {
	width: 100%;
}
#header {
	background-image: url(assets/images/header.gif);
	background-repeat: no-repeat;
	display: none;
}
#sidebarLeft {
	display: none;
}
#sidebarRight {
	display: none;
}
#mainContent {
	margin: 0px;
	width: 100%;
}
#footer {
	display: none;
}
#handheld {
	display: block;
}
