@import url(pagination.css);
@import url(common.css);

html,body {
    font: normal 11px Tahoma, Verdana, sans;
	color: #000;
}

img {
	border: 0;
	display: block;
}

.clear {
	clear: both;
	line-height: 1px;
	height: 1px;
	width: 1px;
}

a {
	color: #666;
	text-decoration: none;
}

#container {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	display: none;
}

#header_left {
	display: none;
}

#navigation {
	display: none;
}

#navigation a {
	display: none;
}

#header_right {
	display: none;
}

#header_links {
	display: none;
}

#search_box {
	display: none;
}

#body {
	clear: both;
	background-color: #FFF;
}

#column {
	display: none;
}

#content {
	width: 600px;
}

#content_header {
	display: none;
}
