html,body {
	margin: 0px;
	padding: 0px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #e5d6c2;
	background-image: url(../images/home/homeBG.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0 0;
}

#containerHome {
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/home/home.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0 0;
	}

#containerHome h1 {display: none;}

#containerHome h2 {
	font-size: 0.97em;
	color: #444;
	width: 475px;
	float: left;
	padding-top: 165px;
	margin: 0;
	}

#mainHome {
	width: 800px;
	height: 400px;
	}
	
#homeSearch {
	width: 140px;
	height: 36px;
	font-size: 10px;
	line-height: 10px;
	padding: 10px 0 0 0;
	margin: 0;
	float: right;
	}
	
#homeGroupsTopics {
	width: 357px;
	height: auto;
	float: left;
	padding: 20px 0 0 35px;
	margin: 0;
	font-size: 0.9em;
	}
	
#homeGroups {
	width: 283px;
	height: 74px;
	margin: 0 0 20px 0;
	padding: 0 0 0 74px;
	background-image: url(../images/home/homeGroups.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	}

#homeGroupsTopics p { padding: 0 0 0 11px; margin: 0;}

#groupsTitle, #groupsTitle a {
	width: 120px;
	height: 40px;
	margin: 0;
	padding: 0;
	background-image: url(../images/home/groupsTitle.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	display: block;
	}
	
#homeTopics {
	width: 283px;
	height: 74px;
	margin: 0;
	padding: 0 0 0 74px;
	background-image: url(../images/home/homeTopics.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	}
	
#topicsTitle, #topicsTitle a {
	width: 110px;
	height: 40px;
	margin: 0;
	padding: 0;
	background-image: url(../images/home/topicsTitle.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	display: block;
	}
	
h2 {
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: normal;
	}

/* TEXT */

p { 
	padding: 0 0 6px 0;
	margin: 0;
	font-size: 0.8em;
}


/* LINKS */

a, a:link, a:visited, a:active { text-decoration: underline; color: #333; }
a:hover { text-decoration: none; }


/* FORMS */

form {margin: 0; padding: 0;}


/* MISC */

.hide { display: none; }

hr {display: none; }

.clear { clear: both; }

