@charset "UTF-8";
/* CSS Document */

body	{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	border: 0px;
	background: #B2A9A1;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a	{
	border: 0;
}
.oneColFixCtr #container {
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 1587px;
	position: top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: opx;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(Icons/Notebook-bkgd.png);
	background-repeat: no-repeat;
}
#logo	{
	position:absolute;
	top:30px;
	padding: 0 0 0 15px;
}
#menu		{
	position:absolute;
	width:200px;
	top:200px;
	padding: 0 0 0 15px;
}
#Services		{
	height:33px;
}
#Services:hover	{
	background: url(Icons/Services-Icon-Yellow-highlight.png) no-repeat;
}
#About-Us		{
	height:33px;
}
#About-Us:hover	{
	background: url(Icons/About-Us-Icon-Highlight.png) no-repeat;
}
#Contact		{
/*	background:url(Icons/Contact-Icon.png) no-repeat; */
	height:33px;
}
#Contact:hover	{
	background: url(Icons/contact-highlight.png) no-repeat;
}

.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 550px;
	margin-left:200px;
	position:relative;
	top:100px;
	right:0;
	}
