/* CSS Document */

body {
	background:url(../images/admintilebg.gif) repeat scroll 0%;
	min-width:700px;
	font: 14px normal Arial, Helvetica, sans-serif;
}
#wrapper{
	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	width: 700px;
  	height: 400px;
  	margin: auto;
  	background-color: #FFF;
} 
#title{
	height: 30px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 20px 20px 0 20px;
	width: 660px;
	padding-bottom: 6px;
	}
#content{
	height: 300px;
	margin: 0 20px 0 20px;
	width: 660px;
	padding-bottom: 6px;
	}
#objects{
	width: inherit;
	height: 140px;
	background-color: #E8E7DB;
	margin-top: 30px;
}
#calendar{
	width: 165px;
	background-color: #0099FF;
	float: left;
	height: inherit;
}
#newsletter{
	width: 165px;
	background-color: #0099FF;
	float: left;
	height: inherit;
}
#hosting{
	width: 165px;
	background-color: #0099FF;
	float: left;
	height: inherit;
}
#content{
	width: 165px;
	background-color: #0099FF;
	float: left;
	height: inherit;
}
h4{
	color: #0066CC;
	line-height: 0px;
	
	}
p{
	color: #666666;
	}
