@charset "utf-8";
body {
	width:930px;
	font-family:
	Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: small;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-color:#f2f2f2;
}
h2 {
color:#666666;
font-size:1.2em;
line-height:1.2em;
padding:40px 25px 5px 25px;
}
li {
	font-family:"rebuchet MS", Verdana, Arial, Helvetica;
	color:#333;
	font-weight: lighter;
	line-height: 1.4em;
}
#container {
text-align: left;
}
#header {
text-align:center;
padding-left: 2px;
padding-right: 7px;
margin: 0 auto;
}
#center {
	width:950px;
	position:relative;
	bottom: 165px;
}
#marketing {
position:absolute;
top:225px;
right:680px;
width: 260px;
height: 300px;
margin: 0;
padding: 0;
text-align:left;
background-image:url(../images/box2.jpg);
background-position:bottom;
background-repeat:no-repeat;
}
#services {
position:absolute;
top:225px;
right:45px;
width: 260px;
height: 300px;
margin: 0;
padding: 0px;
text-align:left;background-image:url(../images/box.jpg);
background-position:bottom;
}

#products {
position:absolute;
top:225px;
right:360px;
width: 260px;
height: 300px;
margin: 0;
padding: 0px;
text-align:left;
background-image:url(../images/box1.jpg);
background-position:bottom;
}

#footer {
position:absolute;
top:540px;
right:45px;
background-color:#679c42;
width:895px;
height:100px;
color:#FFFFFF;
text-align:center;
padding-top:5px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.style1 {color: #333333}
