@charset "UTF-8";
/* CSS Document */
@charset "UTF-8";

/* 
MAIN INTRO 
--------------------------------------------- 
*/

#main {
	padding: 0px;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/dec_about_tech-image.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #003333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	height: 115px;
}


/* 
PAGE-SPECIFIC ADDITIONAL
--------------------------------------------- 
*/

#content .topic {
	height: 175px;
	width: auto;
	padding-top: 25px;
	padding-bottom: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#content .topic img {
	float: left;
	display: inline;
	border: 1px solid #999999;
}
#content .topic h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;	
}
#content .topic .box {
	float: right;
	width: 350px;
}


