html, body {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	border: 0px solid #00FF00;
	}
	
body {
	background: #000 url("images/bkg_body.jpg") repeat-y top center;
	}

#container {
	width: 760px;
	height: 100%;
	margin: 0px auto 0px auto; 
	padding: 0px;
	
	border: 0px solid #FFF; /* Change to 1px to see if things are behaving */
	position: relative;
	background: #1d1d1d url() repeat-y;
	}
	
	/* Default link values for the site */
	a:link {color: #000; text-decoration: underline;}
	a:visited {color: #333; text-decoration: underline;}
	a:hover {color: #666; text-decoration: none;}
	a:active {color: #999; text-decoration: none;}

#site_table {
	width: 100%;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #1d1d1d url();
	}

#masthead {
	height: 87px;
	padding: 0px;
	background: #242424 url("images/bkg_masthead.jpg");
	vertical-align: top;
	}
#masthead .logo {
	float: left;
	margin: 10px 0px 0px 15px;
	}
#masthead .banner {
	float: right;
	margin: 10px 15px 0px 0px;
	border: solid 0px #00FF00;
	}
	
#menu {
	height: 33px;
	padding: 0px;
	background: url("images/bkg_menu.png");
	}

#menu_home, #menu_about, #menu_portfolio, #menu_printing, #menu_services, #menu_clients, #menu_partners, #menu_contact {
	display: block;
	height: 33px;
	background-image: url("images/menu.png");
	background-repeat: no-repeat;
	float: left;
	}

#menu_home { width: 65px; background-position: 0px 0px; }
#menu_home:hover, #page_home #menu_home { background-position: 0px -33px; }
#menu_home span { display: none; }

#menu_about { width: 90px; background-position: -65px 0px; }
#menu_about:hover, #page_about #menu_about { background-position: -65px -33px; }
#menu_about span { display: none; }

#menu_portfolio { width: 98px; background-position: -155px 0px; }
#menu_portfolio:hover, #page_portfolio #menu_portfolio { background-position: -155px -33px; }
#menu_portfolio span { display: none; }

#menu_printing { width: 89px; background-position: -253px 0px; }
#menu_printing:hover, #page_printing #menu_printing { background-position: -253px -33px; }
#menu_printing span { display: none; }

#menu_services { width: 85px; background-position: -342px 0px; }
#menu_services:hover, #page_services #menu_services { background-position: -342px -33px; }
#menu_services span { display: none; }

#menu_clients { width: 108px; background-position: -427px 0px; }
#menu_clients:hover, #page_clients #menu_clients { background-position: -427px -33px; }
#menu_clients span { display: none; }

#menu_partners { width: 122px; background-position: -535px 0px; }
#menu_partners:hover, #page_partners #menu_partners { background-position: -535px -33px; }
#menu_partners span { display: none; }

#menu_contact { width: 103px; background-position: -657px 0px; }
#menu_contact:hover, #page_contact #menu_contact { background-position: -657px -33px; }
#menu_contact span { display: none; }

#banner {
	height: 238px;
	padding: 0px;
	background: url("images/bkg_slideshow.png") bottom;
	vertical-align: top;
	}
#banner .banner {
	width: 760px;
	height: 238px;
	border: solid 0px #00FF00;
	}

#overview {
	margin: 0px;
	padding: 0px 15px;
	}
#overview h1 {
	font: bold 33px Arial, Helvetica, sans-serif;
	color: #6e96d5;
	margin: 0px;
	padding: 0px;
	}
#overview h2 {
	font: bold 26px Arial, Helvetica, sans-serif;
	color: #959595;
	margin: 0px;
	padding: 0px;
	}
#overview h3 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	}

#full {
	
	}
#full .h1_spacer {
	color: #6e96d5;
	margin: 0px;
	padding: 0px 4px;
	}
#full h1 a:link {color: #FFF; text-decoration: none;}
#full h1 a:visited {color: #FFF; text-decoration: none;}
#full h1 a:hover {color: #6e96d5; text-decoration: underline;}
#full h1 a:active {color: #FFF; text-decoration: none;}

.portfolio_third {
	width: 232px; 
	margin: 16px 0px 0px 16px; 
	text-align: center; 
	float: left;
	color: #1d1d1d;
	font-size: 11px;
	}
.portfolio_third .thumb_box {
	height: 174px;
	width: 232px; 
	text-align: center; 
	vertical-align: middle; 
	display: table-cell;
	}
.portfolio_third .thumb {
	border: solid 0px #00FF00;
	}
.portfolio_third .info_box {
	text-align: center; 
	vertical-align: top;
	padding: 10px 0px 0px 0px;
	/*background-color:#666666;*/
	height: 30px;
	}
.portfolio_third .moreinfo {
	text-align: center; 
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	/*background-color:#666666;*/
	height: 15px;
	}

#content {
	width: 509px;
	vertical-align: top;
	}
	#content h3 a:link {color: #a1bbe4; text-decoration: none;}
	#content h3 a:visited {color: #a1bbe4; text-decoration: underline;}
	#content h3 a:hover {color: #FFF; text-decoration: none;}
	#content h3 a:active {color: #FFF; text-decoration: none;}

#sidebar {
	width: 251px;
	background-color: #102239;
	vertical-align: top;
	}

#footer {
	height: 10px;
	background: #102239 url() repeat-x top;
	vertical-align: bottom;
	padding: 15px 15px 15px 15px;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	}
	#footer a:link {color: #6e96d5; text-decoration: none;}
	#footer a:visited {color: #6e96d5; text-decoration: none;}
	#footer a:hover {color: #a1bbe4; text-decoration: underline;}
	#footer a:active {color: #FFF; text-decoration: none;}