@charset "UTF-8";
/* CSS Document */
<!--
#container{
	background:#d0ffd9 url(../images/bckgd.gif) no-repeat;
	border:solid 2px #a9a1c2;
	margin:0 auto;
	width: 960px;
	text-align: left;
}
#graphic_header{
	float:left;
	background:url(../images/logo_bckgd.gif);
	text-decoration:none;
}
#banner_header{
	width:720px;
	height:161px;
}
#nav{
	float:right;
	width:720px;
	height:31px;
}
#home #mainContent{
	width:620px;
	height:197px;
	padding:0px 50px 20px 50px;
	margin:0;
	float:right;
	font-size:16px;
	line-height:20px;
}
#subpage #mainContent{
	font-size:16px;
	float:right;
	padding:0px 50px 20px 50px;
	line-height:20px;
	width:420px;
}
#sidebar_lft{
	width:240px;
	margin:0;
	padding:0;
	float:left;
}
#sidebar_rt{
	width:160px;
	padding:0px 20px 20px 20px;
	float:right;
}
#graphic_buttons{
	float:right;
	width:720px;
	height:273px;
	margin:0;
	padding:0;
}
#linkBox1{
	float:left;
	background:url(../images/envelope.jpg) no-repeat;
	width:240px;
	height:273px;
}
#linkBox2{
	float:left;
	background:url(../images/clients.jpg) no-repeat;
	width:240px;
	height:273px;
}
#linkBox3{
	float:left;
	background:url(../images/blog.jpg) no-repeat;
	width:240px;
	height:273px;
}
#linkBox4{
	float:left;
	background:url(../images/news.jpg) no-repeat;
	width:240px;
	height:273px;
}
#footer{
	background:#a9a1c2;
	width:900px;
	height:20px;
	padding:10px 30px;
	text-align:center;
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#333333;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
-->