﻿/* CSS for index.html */
/* Three main Divs on home page */
.homemain {
	width:50%;
	height:255px;
	border:5px solid #EBDA06;
	background-image:url(grhomemain.jpg);
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	padding: 15px;
}
.homeright
{
	float: left;
	margin-top: 20px;
	margin-left: 10px;	
	padding: 15px;
	width:35%; height:255px;
	border:5px solid #EBDA06;
	background-image:url(grhomeright.jpg);
}
.homebottom
{
	float: left;
	height: 255px;
	width: 28%;
	margin: 10px;
	padding:10px;
	margin-top: 20px;
	border:5px solid #EBDA06;
	background-image:url(grhomebottom.jpg);
} 

/* End of three main Divs on home page */

/* CSS for SEO, CMS, Eccomerce pictures on index.html */
#SEO {
	float: right;
	margin-top:0px;
	margin-right:0px;

}
#ecommerce {
	float: right;
	margin-top:0px;
	margin-right:0px;
	width:95px;

}
#CMS {
	float: right;
	margin-top:0px;
	margin-right:0px;
}
/* End of CSS for SEO, CMS, Eccomerce pictures on index.html */

/* Creates a 20px gap between homebottom and footer */
div.spacer
{
	float: left;
	width: 90%;
	height: 20px;
}
/* End */