/* This is the Holly Hack \*/
* html #main { height: 1% }
/* For Win IE's eyes only */
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-color: #e3decd;
	color: #575757;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 67%;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #73be1e;
	margin-bottom: 10px;
	margin-top: 10px;
}
a, a:visited {
	color: #5aabe2;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li {
	list-style-type: none;
}


#outwrap {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	width: 100%;
}
#wrap {
	width: 742px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/people.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 186px;
	position: relative;
}
.logo {
	height: 89px;
	width: 275px;
	position: absolute;
	left: 0px;
	top: 46px;
	display: block;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}
#main {
	background-image: url(../images/mainmiddle.gif);
	background-repeat: repeat-y;
}
#maintop {
	background-image: url(../images/maintop.gif);
	background-position: top;
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
	margin-bottom: 35px;
	background-repeat: no-repeat;
}
#mainbottom {
	background-image: url(../images/mainbottom.gif);
	background-repeat: no-repeat;
	height: 35px;
}
#mainnav {
	float: left;
	height: 44px;
	width: 49%;
	margin-top: 10px;
	list-style-type: none;
}
#mainnav li {
	float: left;
	margin-right: 13px;
}
#mainnav li a {
	background-repeat: no-repeat;
	display: block;
	height: 44px;
}
.home {
	background-image: url(../images/home.gif);
	width: 68px;
}
.add {
	background-image: url(../images/add.gif);
	width: 50px;
}
.about {
	background-image: url(../images/about.gif);
	width: 89px;
}
.how {
	background-image: url(../images/how.gif);
	width: 89px;
}
.linktous {
	background-image: url(../images/linktous.gif);
	width: 60px;
}
.tutorials {
	background-image: url(../images/tutorials.gif);
	width: 120px;
}
#searchbox {
	float: right;
	width: 47%;
	margin-top: 20px;
}
.input {
	background-color: #FFFFFF;
	border: 1px solid #dde4ee;
	padding: 0.15em;
}
.location {
	line-height: 66px;
	clear: both;
	height: 66px;
	text-align: left;
}
.location a {
	color: #78afc3;
	font-weight: bold;
}
.subcategories {
	list-style-type: none;
}
.subcategories li {
	display: block;
}
.subcategories li a {
	line-height: 16px;
	background-image: url(../images/bullet_green.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	color: #5aabe2;
	text-decoration: none;
	font-weight: bold;
}
.subcategories li a:hover {
	text-decoration: underline;
}
.sponsored li {
	padding: 5px;
	border: 1px solid #adc1ce;
	margin-bottom: 10px;
	background-color: #eaf7fd;
	list-style-type: none;
	margin-left: 20px;
	margin-right: 20px;
}
.sponsored a {
	font-weight: bold;
	color: #fa3430;
}
.sponsored a:hover {
	text-decoration: none;
}

.link, .desc, .url {
}
.link {
	font-weight: bold;
}
.desc {
	color: #575757;
}
.url {
	font-style: italic;
	color: #999999;
}
.regular li, .results li {
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #adc1ce;
	padding-bottom: 10px;
}
.regular a, .results a {
	color: #5aabe2;
	font-weight: bold;
}
.footerlinks {
	color: #313130;
	text-align: left;
	padding-right: 30px;
	padding-left: 30px;
}
.footerlinks a {
	font-weight: normal;
}
.right {
	text-align: right;
}
.center {
	color: #313130;
	clear: both;
	line-height: 30px;
	height: 30px;
}
.alexa {
	text-align: center;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	width: 1px;
}