body {
	background-image: none;
}

#content-container {
	width: 929px;
	padding-left: 24px;
	margin: 10px auto 8px auto;
	background-image:url(divider-grey.jpg);
	background-repeat: repeat-y;
	background-position: 241px;
}

#signup-container {
	width: 910px;
	padding-left: 24px;
	margin: 10px auto 8px auto;
}

/*|--- Logo small ---|*/

#logo-small {
	clear: both;
	margin-bottom: 24px;
}

/*|--- Content columns ---|*/

#content-left {
	float: left;
	width: 220px;
	padding-left: 5px;
}

#content-right {
	float: left;
	width: 684px;
	min-height: 500px;
	padding-left: 12px;
}

#content-right>h1 {
	margin: 0px;
	padding-top: 15px;
	font-size: 24px;
	font-weight: normal;
	background-image:url(dots-horiz-grey.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 4px;
}

#content-right h5 {
	color: #65B6DD;
	margin: 0px;
	padding-top: 8px;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px dotted #aeaeae;
	padding-bottom: 4px;
}

.posted {
	font-size: 10px;
	color: #aeaeae;
}

#content-right-textarea {
	margin: 16px 75px 16px 16px;
	font-size: 13px;
	color: #747474;
}

#content-right-textarea h1 {
	margin: 0 0 12px 0;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #257EBA;
}

#content-right-textarea h2 {
	margin: 0 0 12px 0;
	padding: 0px;
	font-weight: normal;
	font-size: 13px;
	color: #65B6DD;
}

#content-right-textarea>li {
	list-style-image: url(blue-bullet.jpg);
	margin-bottom: 6px;
	margin-right: 75px;
	color: #8AA3BD;
}

#content-right-textarea>p a {
	color: #7EC5E4;
	text-decoration: none;
	border-bottom: 1px dotted #7EC5E4;
}

#content-right-textarea>p a:hover {
	color: #BA4025;
	border-bottom: 1px dotted #BA4025;
}

.categories {
	font-size: 13px;
	color: #8194A1;
	margin: 0 24px 24px 0;
}

.categories h1 {
	font-size: 13px;
	font-weight: bold;
	color: #6F9CBA;
	border-bottom: 1px dotted #CCCCCC;
	margin: 0 0 6px 0;
	padding: 0 0 0 10px;
	background-image: url(bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.categories a {
	color: #6F9CBA;
	text-decoration: none;
}

.categories a:hover {
	color: #C95D40;
}

.categories ul {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;
}

.categories li {
	margin-bottom: 4px;
}

.categories li a {
	margin-left: 10px;
	text-decoration: none;
	color: #8194A1;
	border-bottom: 1px dotted #8194A1;
}

.categories li a:hover {
	color: #C95D40;
	border-bottom: 1px dotted #C95D40;
}

.categories li span {
	margin-left: 10px;
	color: #A2BFD2;
}

/*|--- Web Results ---|*/

#results-web {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}

#resuls-web ul {
	margin-top: 10px;
}

#results-web li {
	padding: 8px 0px 0px 0px;
	font-size: 12px;
}

#results-web li a {
	color: #257EBA;
	text-decoration: none;
	border-bottom: 1px dotted #257EBA;
	font-size: 16px;
}

#results-web li span {
	font-size: 12px;
	color: #CCCCCC;
}

.premium-ads {
	background-color: #F5FBFF;
	border: 1px dotted #3E99D4;
	padding: 0px 10px 10px 10px;
}