/*
74DF00
f00b0b
*/

#logo {
	padding-top: 32px;
}

.logo_left {
	color: #444;
	position: relative;
	font-weight: bolder;
	font-size: 35px;
	font-family: "trebuchet ms", "lucida grande", arial, helvetica,	sans-serif;
	display: inline;
}

.logo_left SPAN {
	color: #ddd;
	display: block;
	position: absolute;
	top: -3px;
	left: -3px;
}

.logo_left A, .logo_left A SPAN {
	text-decoration: none;
	cursor: hand;
}

.logo_right {
	color: #444;
	position: relative;
	font-weight: bolder;
	font-size: 35px;
	font-family: "trebuchet ms", "lucida grande", arial, helvetica,	sans-serif;
	display: inline;
}

.logo_right SPAN {
	color: #7bea04;
	display: block;
	position: absolute;
	top: -3px;
	left: -3px;
}

.logo_right A, .logo_right A SPAN {
	text-decoration: none;
	cursor: hand;
}