* {
	font-family:arial;
}
body,form {
	margin:0px;
	padding:0px;
}
.clear {
	clear:both;
}
.pad {
	padding:8px;
}
.pad h3 {
	margin:0px;
}
dt {
	font-size:16px;
	font-weight:bold;
	padding-top:8px;
}
dt span {
	font-size:12px;
}
dd {
	margin-left:16px;
	padding-bottom:8px;
}



body {
	background-color:#eee;
	text-align:center;
	color:#333;
}


div#wrapper {
	text-align:left;
	width:815px;
	background-color:#fff;
	margin:0px auto;
}


div#container {
	padding:0px 36px;
	font-size:12px;
}


div#logo {
	float:left;
	padding:8px 0px;
}


div#search {
	background-repeat:no-repeat;
	background-position:top center;
	width:745px;
	height:122px;
	color:#fff;
}
div#search table {
	padding:32px 0px 0px 32px;
	font-size:13px;
}
div#search input {
	padding:2px;
	font-size:15px;
	color:#333;
}
div#search select {
	padding:2px;
	font-size:13px;
	color:#333;
	width:180px;
}
div#search select option {
	font-size:12px;
	color:#333;
}


div#chat {
	float:right;
	height:25px;
}
div#chat a, div#chat span { 
	display:block;
	margin:6px 30px 0px 0px;
}
div.chat_online {
	background:transparent url(../icons/chat_online.gif) no-repeat center right;
}
div.chat_offline {
	background:transparent url(../icons/chat_offline.gif) no-repeat center right;
}


div#content {
	padding:12px 0px;
}


div#videos div.pad {
	background:transparent url(../images/video.png) top right no-repeat;
}
div#top_questions div.pad {
	background:transparent url(../images/chat.png) top right no-repeat;
}
div#suggestions div.pad {
	background:transparent url(../images/suggestion.png) top right no-repeat;
}


div#top_questions {
	float:left;
	width:350px;
	margin-left:12px;
}
div#top_questions ol, div#videos ol {
	margin:0px;
}
div#top_questions ol li, div#videos ol li {
	margin:0px;
}


div#home_categories {
	float:left;
	/*
	width:350px;
	margin-left:12px;
	*/
}
div#home_categories div.roundme2 {
	float:left;
	width:49%;
	margin-left:6px;
}
div#home_categories div.roundme2 div.pad {
	padding:2px 8px 0px 24px;
	background:transparent url(../icons/bullet_go.png) no-repeat 6px 0px;
}
div#home_categories div.roundme2 div.starred {
	padding:2px 8px 0px 28px;
	background:transparent url(../icons/star.png) no-repeat 6px 0px;
}


div#thumbs {
	text-align:center;
	width:180px;
	margin:24px auto 0px;
}
div#thumbs div.roundme2 {
	width:40%;
	float:left;
	margin-left:12px;
}
div#thumbs div.roundme2 a {
	text-decoration:none;
	color:#333;
	font-size:14px;
	font-weight:bold;
}


div#related {
	margin-top:24px;
}
div#related ol {
	margin:12px 0px 0px;
}


div#footer {
	padding:8px 0px;
}



/* goop */
.validate {
	background-color:#fcc;
	border:1px solid #f99;
	padding:6px;
	font-size:13px;
	color:#333;
}