BODY, TD, INPUT {
	font-family: Arial;
	font-size: 13px;
}

A {
	color: blue;
}

H1 {
	font-size: 17px;
}

H2, H2 A {
	font-size: 15px;
	color: green;
	text-decoration: none;
	margin: 15px 0 10px 0;
}

OL.links LI {
	margin-bottom: 15px;
}

OL.links LI A {
	text-decoration: none;
	color: #000;
}

SPAN.title { 
	color: blue;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}

SPAN.desc {
	font-size: 13px;
	margin: 2px 0;
}

SPAN.domain { 
	color: green;
	text-decoration: underline;
	font-size: 12px;
}

#all {
	width: 1000px;
	text-align: left;
}

#menu {
	clear: both;
	float: left;
	width: 220px;
	padding-bottom: 10px;
	background: #EFEFEF;
}

#menu A, #menu H2 {
	display: block;
	padding: 5px 10px;
}



#menu A:hover {
	background: #EFEFEF;
}

#content {
	float: right;
	width: 760px;
}

#copy {
	clear: both;
	text-align: center;
	background: #EFEFEF;
	padding: 5px 10px;
	font-size: 11px;

}

#logo {
	display: block;
	width: 280px;
	height: 80px;
	float: left;
}

#logo IMG {
	width: 100%;
	height: 100%;
	border: 0;
}

#slogan {
	float: right;
}

#search {
	clear: both;
	text-align: center;
}

#query {
	width: 50%;
}

#slogan {
	font-size: 22px;
	position: relative;
	left: -20px;
	top: 25px;
}