@charset "utf-8";

body, html {height: 100%;}
#outer {height: 100%; overflow: visible;} /* or without overflow */
body{
background-color:#90c7d6;
}
p{
margin-top:0px;
}
#container {
width:955px;
height:600px;
margin-left:auto;
margin-right:auto;
/*position: absolute; 
top: 50%; 
left:50%;
margin-left:-478px;
margin-top: -300px; */
background-color:#90C7D6;
padding:10px;
}
#core_links{
	width:100%;

	height:36px;
	float:left;
	background-image:url(../images/Navbarcurves.gif);
	background-repeat:no-repeat;
}
#footer{
	text-align:center;
padding-top:10px;
	margin:auto;
	width:600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer a{
	text-decoration:none;
	font-size: 0.7em;
	color:#0082a4;
}
#footer a:hover{
text-decoration:underline;
}
#mini_logo{
width:120px;
height:70px;
float:right;
}
#image_john{
float:right;
width:161px;
margin-left:10px;

}
#image_farm{
float:right;
width:269px;
margin-left:10px;

}
#image_factory{
float:right;
width:269px;
margin-left:10px;

}
img {
border:none;
}
.imgRight {
	float:right;
	padding:10px;
}