/* CSS Document */
html{
	height:100%;
}

body{
	background:#FFF;
	height:100%;
}

#content {
	position:relative;
	width:770px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	border-left: 5px solid #789;
	border-right: 5px solid #789;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	color: #4E4E4E;
	font-size: 1em;
	overflow:auto; /*enclose child floats*/
}

.calc{
	float:right;
}

#header{
	background:#789;
	font:Arial, Helvetica, sans-serif;
	position:relative;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto; /*enclose child floats*/
}

#header img{
	padding:10px;
	margin-right:50px
}

#header h1{
	margin-top:20px;
	padding-left:100px;
}

#info{
	clear:both
}

#footer{
	background:#789;
	position:relative;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	padding-bottom:5px;
	overflow:auto; /*enclose child floats*/
}

#footer a{
	float:right;
	padding-right:20px;
}

#rightpic{
	float:right;
}

