/* General */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
img {
	display: none;
}
a {
	color: #000000;
	text-decoration: none;
}

/* Layout */
#user, #testimonials-frame, #footer, #col-left {
	display: none;
}
#col-right {
	clear: both;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li {
	float: left;
	display: block;
	margin-right: 15px;
	margin-bottom: 20px;
}
#menu ul li.current a {
	font-weight: bold;
}
.carstar, .carstar-no-indent {
	margin: 0 0 20px 35px;
	padding: 0;
}


/* General Styles */
p, h1, h2, h3, h4, h5 {
	margin: 0 0 20px 0;
}
h1 {font-size: 19px;}
h2 {font-size: 16px;}
h3 {font-size: 12px;}
h4 {font-size: 12px;}
