﻿@charset "UTF-8";

body {
	background-color: rgb(60,60,60);  /* dark gray */
}
div.wrapper {
	background-color: lightyellow;
}
div.banner {
	height: 200px;
	background: url(../images/tech_banner.gif);
	background-repeat: no-repeat right 0px;
}
.mobile_break {
	display: none;
}
div.main_blocks{
	width: 100%;
	font-size: 15px;
	line-height: 150%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
div#tech_section {
	background-color: lightblue;
	background: azure;
}
h1 {
	clear: left;
	margin: 0 auto;
	text-align: center;
	font-size: 200%;
	line-height: 35px;
	padding: 15px 30px 5px 30px;
}
.p2 {
	font-size: 20px;
	text-align: center;
}



