@CHARSET "ISO-8859-1";

/***** divisions *****/

body {
	 background: #000;
	 margin:0px auto;
	 width: 1024px;
	 color: #fff;
	 }
	 
#navbar_home {
	float: right;
	width: 100%;
	height: 189px;
	background: url(../images/navbar_background_home.png);
}

#navbar_about {
	float: right;
	width: 100%;
	height: 189px;
	background: url(../images/navbar_background_about.png);
}

#navbar_contact {
	float: right;
	width: 100%;
	height: 189px;
	background: url(../images/navbar_background_contact.png);
}

#navbar_news {
	float: right;
	width: 100%;
	height: 189px;
	background: url(../images/navbar_background_news.png);
}

#navbar_portfolio {
	float: right;
	width: 100%;
	height: 189px;
	background: url(../images/navbar_background_portfolio.png);
}

#navbar_services {
	float: right;
	width: 100%;
	height: 189px;
	background: url(../images/navbar_background_services.png);
}

#content_top {
		background:url(../images/content_top.png) top right no-repeat;;
		width: 100%;
		float: left;
		min-height: 400px;
}

.content {
		width: 80%;
		position: relative;
		top: 100px;
		left: 100px;
		color: #fff;
		font-family: "Helvetica";
		margin: 0px;
		float: left;
	}

#content_bottom {
		float: left;
		margin-top: -50px;
		background:url(../images/content_bottom.png) no-repeat;;
		width: 100%;
		height: 243px;
}

#footer {
		float: left;
		width: 100%;
		padding-top: 1em;
}

#links {
		width: 500px;
		margin: 0px auto;
	}
	
#logo {
	float: left;	
}

.portfolio_pic {
		width: 320px;
		height: 210px;
		clear: both;
		float: left;
		border: dotted 2px #01a1e3;
		padding: 10px;
		margin-top: 5%;

	}
	
.portfolio_link {
		width: 320px;
		float: right;
		height: 251px;
		margin-top: 5%;
		padding: 10px;
	}


.p_pic {
		width: 100%;
		height: 100%;
	}

/***** navbar  *****/


#navbar_left {
		float: left;
		margin: 79px 0px 0px 527px;

	}
	
#navbar_right {
		margin-top: 79px;
	}

.navlist_start {
	margin: 79px 0px 0px 0px;

}

.navlist {
		margin-top: 79px;

	}

a.navlist_start, a.navlist  {
	height:30px;
	width: 75px;
	list-style: none;
	display: inline;
	float: left;
	display:block;
	background:url(../images/navbar_back.png) repeat-x;
	text-align: center;	
	color: #fff;
	text-decoration: none;
	font-family: "Helvetica";
	font-size: 13px;
	line-height: 30px;
}

/*a:hover.navlist_start, a:hover.navlist {
		background:url(../images/navbar_back_hover.png) repeat-x;
		color: #01a1e3;
	}*/
	
#active {
		color: #000;
	}
	
/***** footer nav *****/

a.footer_nav, a.footer_nav_end {	
	height:15px;
	width: 80px;
	list-style: none;
	display: inline;
	float: left;
	display:block;
	text-align: center;	
	color: #fff;
	text-decoration: none;
	font-family: "Helvetica";
	font-size: 13px;
	line-height: 12px;
	margin-bottom: 1em;
}

a.footer_nav {
		border-right: 1px solid #fff;
	}

p#copyright {
		clear: both;
		color: #fff;
		font-family: "Helvetica";
		font-size: 11px;
		text-align: center;
	}

a#bostonitpro {
		text-decoration: none;
		color: #01a1e3;
	}
