/* CSS Document */

body{
padding:0px;
margin:0px;
}

.header{
	background-image:url(../images/h-bg.gif);
	height: 74px;
	background-repeat: repeat-x;
	background-position: bottom;

}
.top-links{
	float:left;
	padding-top: 38px;
	width: 77%;
	border: solid 1px green;
}

.top-links ul{
	float:left;
	padding:0px;
	margin:0px;
	height: 4px;
	width: 78%;

}
.top-links li{
	float:left;
	padding:0px;
	margin:0px;
	list-style:none;
	display:block;
	margin-right: 5px;
	border: 1px solid red;

}

.logout{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-top: 34px;
	text-align: right;
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	border: solid 1px red;
	padding-top: 30px;
}

.logout a{
	color:#FFFFFF;
	float:left;
	text-decoration:none;
	text-align: right;
	width: 53px;
}

.logout a:hover{
	float:left;
color:#FFFFFF;
text-decoration:underline;

}

.logo{
	float:left;
	height: 70px;
}

.content{
	width:100%;
	background-color:#ECEAEA;
}
.contentGreay{
	width:100%;
	background-color:#C3C3C3;
}

