/*  layout.css  */

/*so: Main Layout*/
#page{
	margin: 10 auto;
	width: 960px;
	height: 414px;
	color: #808080;
}
#logoImage
{
	float:left;
	margin:5px;
	left:0px;
}	
#homeText
{
	font-family: Georgia;
	font-size: small;
	float:left;
	margin:14px;
}
#footer
{
	font-family: Georgia;
	font-size: x-small;
	top: 15px;
	margin:5px;
}

a
{
	color: #116D9F;
}
a:hover
{
	color: #CCCC13;
}
