* { margin: 0; }
html, body { height: 100%; width:100%; }
body { background:#F1F1F1; color:#178BB0; font-family:Tahoma; font-size:11px;}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	margin: 0 auto -49px; /* the bottom margin is the negative value of the footer's height */
	position: relative;
	text-align: left;
}

.header {
	height: 75px;
	/*background:#7E8081;*/
	background:url(/public/images/bg-header.png) repeat-x;
	width:100%;
}

.headerMenu {}
.headerLogout {position:absolute; right:10px; top:10px; clear:none; color:#ffffff;}
.headerLogout a {text-decoration:none; border:0px; color:#ffffff;}
.headerLogout a:hover, a:focus {color:#ffffff; text-decoration:underline;}

.content {width:97%; padding:0px; margin-right:4px; float:left; clear:none;}

.contentLeft {width:200px; padding:0px; margin:0px; float:left; clear:none;}

.contentRight {width:100%; padding:0px; margin:0px; float:left; clear:none;}

.footer, .push {
	height: 49px; /* .push must be the same height as .footer */
}

.footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	/*background:#78A5C6;*/
	text-align:center;
	background:url("/public/images/bg-footer.png") repeat-x scroll;
}

p {
	padding: 0 0 1em;
	color: #666;
}

div {clear:both;}
