* {
	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: normal;
	color: #73be1e;
	margin-bottom: 10px;
	margin-top: 10px;
}
a, a:visited {
	color: #5aabe2;
}
li {
	list-style-type: none;
}


#outwrap {
	background-image: url(homeimages/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(homeimages/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(homeimages/logo.jpg);
	background-repeat: no-repeat;
}
#main {
	background-image: url(homeimages/mainmiddle.gif);
	background-repeat: repeat-y;
}
#maintop {
	background-image: url(homeimages/maintop.gif);
	background-position: top;
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
	background-repeat: no-repeat;
	margin-bottom: 35px;
}
#mainbottom {
	background-image: url(homeimages/mainbottom.gif);
	background-repeat: no-repeat;
	height: 35px;
}
#mainnav {
	float: left;
	height: 44px;
	width: 49%;
	margin-top: 13px;
	list-style-type: none;
}
#mainnav li {
	float: left;
	margin-right: 10px;
}
#mainnav li a {
	background-repeat: no-repeat;
	display: block;
	height: 44px;
}
.home {
	background-image: url(homeimages/home.gif);
	width: 68px;
}
.add {
	background-image: url(homeimages/add.gif);
	width: 50px;
}
.how {
	background-image: url(homeimages/how.gif);
	width: 95px;
}

.about {
	background-image: url(homeimages/about.gif);
	width: 89px;
}
.linktous {
	background-image: url(homeimages/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;
	margin-bottom: 10px;
}
.location a {
	color: #78afc3;
	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;
}
.rightcats {
	text-align: left;
	width: 45%;
	float: right;
	margin-right: 14px;
}
.leftcats {
	width: 45%;
	float: left;
	margin-left: 14px;
}
.maincat {
}
.maincat a{
	color: #5aabe2;
	font-size: 1.2em;
	text-decoration: none;
	margin-bottom: 3px;
	font-weight: bold;
}
.subcats a, .subcats {
	color: #313130;
	text-decoration: none;
}
.subcats {
}
.maincat a:hover, .subcats a:hover {
	text-decoration: underline;
}
.leftcats li, .rightcats li {
	margin-bottom: 9px;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	width: 1px;
}
