body {
   background: #616870 url(../images/background.gif) repeat-y 50% 0;
   background-attachment: fixed;
   margin: 0;
   padding: 0;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
   color:#272727;
	}
#container {
   margin: 0px auto;
   text-align: left;
   width: 768px;
}
#logoheader{
	background:url(../images/header.gif) repeat-x;
	width: 768px;
	height:36px;
	margin:0px auto;
	}
#logo{
	float:left;
	margin-left:6px;
	}
#logoright{
	width:550px;
	height:16px;
	float:right;
	text-align:right;
	}
#topnavcontainer {
	width: 540px;
	padding: 23px 10px 0 0;
	margin:0;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;	
}
#topnavcontainer a:link{
	color:#FFFFFF;
	text-decoration: none;
}

#topnavcontainer a:visited{
	color:#FFFFFF;
	text-decoration: none;
}

#topnavcontainer a:hover{
	color: #FFBB88;
	text-decoration: none;
}
#topnavcontainer a:active{
	color:#FFFFFF;
	text-decoration: none;
}
#header{
	background: url(../images/header_line.jpg) no-repeat;
	width:581px;
	height:127px;
	float:left;
	}
#headerright{
	background:url(../images/nav_right_top.jpg) repeat-x;
	width:187px;
	height:127px;
	float:left;
	}

#navcontainer {
	width: 187px;		
}
#navcontainer a {
 	display: block;
 	width: 157px;
 	height: 16px;
	padding: 3px 0px 2px 30px;
}
#navcontainer ul {
	margin:0;
 	padding: 0;
 	list-style-type: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}

#navcontainer a:link, #navcontainer a:visited {
	background:url(../images/main_nav.jpg);
	color: #FFFFFF;
 	text-decoration: none;
}
#navcontainer a:hover {
	background:url(../images/main_nav_over.jpg);
	color:#000000;
	text-decoration: none;
}

#navcontainer li a#current  {
	background:url(../images/main_nav_over.jpg);
	color:#000000;
	text-decoration: none;
}
#contentleft{
	width:582px;
	float:left;
	}
#clleft{
	width:378px;
	float:left;
	padding:7px;
	}
#cllcontent{
	width:378px;
	float:left;
	background:#FFFFFF;
	}
#clright{
	width:180px;
	float:left;
	background:#DEECF3;
	padding:10px 3px 3px 3px;
	}
#clrbottom{
	width:180px;
	float:left;
	background:#FFFFFF;
	padding:10px 3px 3px 3px;
	}
#contentright{
	width:186px;
	float:left;
	}
#clpleft{
	width:193px;
	float:left;
	background:url(../images/s_interactive.gif) no-repeat;
	width:193px;
	height:285px;
	}
#clpmiddle{
	width:193px;
	float:left;
	background: url(../images/s_websites.gif) no-repeat;
	width:193px;
	height:285px;
	}
#clpright{
	width:193px;
	float:left;
	background:url(../images/s_architecture.gif) no-repeat;
	width:196px;
	height:285px;
	}
p{ 
	padding: 10px 4px 0 10px;
	color:#272727;
	margin-top:0;
	}
a:link{
	color:#F44903;
	text-decoration: none;
}

a:visited{
	color:#F44903;
	text-decoration: none;
}

a:hover{
	color: #F44903;
	text-decoration:underline;
}
a:active{
	color:#F44903;
	text-decoration: none;
}
#footer{
	width:582px;
	float:left;
	text-align:center;
	font-size:10px;
	color:#666666;
	}
#footer a:link{
	color:#666666;
	text-decoration: none;
}

#footer a:visited{
	color:#666666;
	text-decoration: none;
}

#footer a:hover{
	color: #F44903;
	text-decoration: none;
}
#footer a:active{
	color:#666666;
	text-decoration: none;
}