/*** Layout Basic Structure ***/

html, body {
	margin: 0;
	padding: 0;
	font: 14px normal Arial, Helvetica, Sans-serif;
	height: 100%;
	background: url(../img/bg.jpg) repeat-x;
}

div#container {
	position: relative; 		/* needed for footer positioning*/
	margin: 0 auto; 			/* center, not in IE5 */
	width: 1000px;
	height: auto !important; 	/* real browsers */
	height: 100%; 				/* IE6: treaded as min-height*/
	min-height: 100%; 			/* real browsers */
}

div#content {
	padding-bottom: 50px;
}

div#bottom {
	position: absolute;
	width: 100%;
	bottom: 0;
}





/*** General ***/
body sup small {
	font-size: 0.5em;
}

img {
	border: 0;
}





#top {
	padding: 25px 45px 0 45px;
	height: 175px;
}

#top div.logo {
	float: left;
	width: 350px;
	text-align: center;
}

#top .logo p.slogan {
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	color: #600;
}

#top div.create {	
	float: right;
	text-align: center;
}

#top .create span {
	font-size: 2em;
	font-weight: bold;
	color: #04070B;
}

#top .create span.highlight {
	color: #5A6C79;
}

#top .create a.create {
	display: block;
	margin: 10px 0 0 0;
}

#top .logo .authentication {
	margin-top: 10px;
}

#top .logo .authentication ul {
	list-style: none outside none;
}

#top .logo .authentication ul li {
	display: inline;
	margin-right: 5px;
}

#top .logo .authentication ul li a {
	color: #416F8D;
	font-size: 0.90em;
	font-weight: bold;
}
#top .logo .authentication ul li a.active {
	color: #024570;
	text-decoration: none;
}

#top .greetings a {
	color: #F96A00;
}

#top .featured-community {
	display: none;
	font-size: 14px;
	margin: 15px 0 30px 0;
}

#top .featured-community a {
	color: #024570;
}





#content {
	clear: both;
	padding: 0 30px 0 30px;
}





#footer {
	clear: both;
	padding: 10px; 
	margin: 10px; 
	color: #000; 
}

#footer a {
	color: #304f61
}

#footer .disclamer {
	background-color: #c5e2f1; text-align: center
}