#container {
	width: 750px;
	height: 400px;
	margin: auto;
      align: center;
}
#middlecontent
{
	align: center;
      padding-top:2em;	
	text-align: center;
	width:100%;
}

#header {
	align: center;
      height: 200px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background: url(img/livinlife-logo.jpg) no-repeat center;
}
#header h2 {
	color: #70A1EB;
	margin: 0;
	
}
#content {
	text-align: left;
	width: 770px;
	border-bottom: 1px solid #A1A1A1;
	padding: 10px;
	background: url(img/bg-bugs.jpg);
}
#content hr {
	color: #FFE8B7;
	height: 1px;
	width: 300px;
	text-align: center;
}
#content h3 {
	color: #DFA286;
	font: bolder italic;
	margin: 0;
}
#content p {
	font-size: 13px;
}
#content a:hover {
	color: #ABABAB;
}
#content a {
	color: #70A1EB;
	text-decoration: none;
}
.float-left {
	clear: left;
	float: left;
}
.float-right {
	clear: right;
	float: right;
}

#footer {
      width: 650px;
	height: 40px;
	text-align: center;
	color: #FFFFFF;
	background-color: #FF0A0A;
      background-image: url(img/concrete.jpg);
	font-size: 8px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #70A1EB;
}
#navbar
{
	align: center;
      bottom:0px;
	right:0px;
}

#navbar ul
{
	list-style: none;
}

#navbar li
{
	display:inline;
}

#navbar ul li a
{
	height: 35px;
	color: white;
	text-decoration: none;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 30px;
	background-color:#C0C0C0;
      background-image: url(img/concrete.jpg);
}

#navbar ul li a:hover
{
	color: #C71585;
	background-color:white;
}

