/*  Meeting Universe  */

body {
	margin: 0 0 0 0;
	min-width: 870px;
	color: #5d5d5d;
	background-color: #d1ffd4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

h3  {
	padding-top: 5px;
	color: #e21414;
}

hr  {
	color: #e21414;
}

#header  {
	background-image: url(images/hbg.jpg);
	background-repeat: repeat-x;
	height: 120px;
}

#logo  {
	margin: auto;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 120px;
	width: 300px;
}

#navbar  {
	padding-left: 0;
	margin-bottom: 10px;
	margin-top: 0;
	height: 19px;
	background-color: #FFFFFF;
	background-image: url(images/navbg.gif);
	width: 100%;
	border-bottom: 1px solid #cbc9ae;
	border-top: 1px solid #cbc9ae;
}

#navbar ul  {
	margin: auto;
	text-align: center;
}

#navbar ul li {
	display: inline;
}

#navbar ul li a  {
	padding: 0 1em 0 1em;
	height: 25px;
	text-decoration: none;
	color: #5d5d5d;
	border-right: 1px solid #cbc9ae;
	border-left: 1px solid #cbc9ae;
}

#navbar ul li a:hover  {
	background-color: #e21414;
	color: #FFFFFF;
	background-image: url(images/nabga.gif);
	text-decoration: none;
	border-right: 1px solid #cbc9ae;
	border-left: 1px solid #cbc9ae;
}

#content1  {
	background-color: #fefefd;
	background-image: url(images/contentcorner.jpg);
	background-repeat: no-repeat;
	margin: 15px auto;
	width: 70%;
	padding: 0 10px 0 10px;
	color: #5d5d5d;
}

#container  {
	margin: auto;
	width: 90%;
}

#content2  {
	padding: 0 10px 0 10px;
	width: 30%;
	color: #5d5d5d;
	text-align: center;
	margin: auto;
}

#content3  {
	width: 30%;
	padding: 0 10px 0 10px;
	color: #5d5d5d;
	text-align: center;
	float: left;
}

#content4  {
	float: right;
	width: 30%;
	padding: 0 10px 0 10px;
	color: #5d5d5d;
	text-align: center;
}

.data  {
	background-image: url(images/data.jpg);
	margin: auto;
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
}

.ratings  {
	background-image: url(images/ratings.jpg);
	margin: auto;
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
}

.forums  {
	background-image: url(images/forums.jpg);
	margin: auto;
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
}

.copyright  {
	font-size: .7em;
	padding: 10px 0 10px 0;
	width: 100%;
	text-align: center;
	clear: both;
	margin: auto;
}

	