* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 10pt;
}

img {
	border: 0px;
}

input, select, textarea {
	font-family: arial, sans-serif;
	font-size: 10pt;
}

#page-container {
	min-width: 840px;
	padding: 0px;
}

#page-header {
	margin-bottom: 10px;
}

#top-bar {
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #c9d7f1;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#top-bar a {
	margin-right: 5px;
}
#top-bar a:active, #top-bar a:link, #top-bar a:visited {
	color: #0033cc;
}
#top-bar a:hover {
	color: #cc0000;
}

#logo {
	padding: 28px 0px;
	text-align: center;
}

#search-box {
	margin: 0px auto;
	padding-bottom: 20px;
	width: 570px;
}

#search-box form 
{
	height: 55px;
	position: relative;
}

#search-box p {
	overflow: hidden;
	width: 100%;
}

#search-box .vietTyping {
	background: transparent url(../images/viettyping-off.gif) no-repeat;
	cursor: pointer;
	height: 18px;
	left: 2px;
	position: absolute;
	top: 2px;
	width: 18px;
}

#search-box .on {
	background-image: url(../images/viettyping-on.gif);
}

#search-box input.query {
	float: left;
	font-weight: bold;
	height: 16px;
	margin-right: 2px;
	padding: 1px 1px 1px 20px;
	width: 295px;
}

#search-box input.user {
	width: 447px;
}

#search-box select.category {
	float: left;
	height: 22px;
	margin-right: 2px;
	width: 150px;
}

#search-box select.user {
	display: none;
}

#search-box input.go {
	cursor: pointer;
	float: left;
	height: 22px;
	width: 90px;
}

#search-box p.options {
	padding-top: 15px;
	text-align: center;
}

#user-search-option {
	margin-left: 30px;
}

#ad-box 
{
	text-align: center;
}

#ad-box img
{
	width: 570px;
	height: 300px;
}

#page-footer {
	clear: both;
	color: #666666;
	padding-top: 20px;
	text-align: center;
}

#bottom-nav {
	margin-bottom: 8px;
}

#page-footer a {
	color: #0033cc;
}
#page-footer a:active, #page-footer a:link, #page-footer a:visited {
	text-decoration: none;
}
#page-footer a:hover {
	text-decoration: underline;
}