/* Kill Defaults */
html, body, p, ol, dl, h1, h2, h3, h4, img {
     margin: 0;
     padding: 0;
}
ul {
     list-style: none;
}
img {
     border: 0;
}
a {
     outline: none;
}

body {
	
	background-position: center top;
	
	background-repeat: no-repeat;
	
	background-image: url(images/gateway-group-bg.jpg);
	
	font-size: 100%;
	
	font-family: Helvetica, Verdana, Arial, sans-serif;
	
}
#container {
	
	margin-top: 178px;
	
	margin-right: auto;
	
	margin-left: auto;
	
	width: 960px;
	
}
#content {
	
}
.column {
	margin-top: 16px;
	width: 280px;
	float: left;
	padding-left: 12px;
	margin-left: 20px;
}
#navigation {

	padding-top: 2px;

	padding-left: 20px;

	color: #fbd97d;

	font-size: 0.75em;

	height: 20px;

	background-repeat: repeat-x;

	background-image: url(images/nav-bg.gif);

}
#navigation a {
	text-decoration: none;
	color: white;
}
#navigation a:hover {
	text-decoration: underline;
}
p {
	line-height: 1.3em;
	margin-top: 10px;
	font-size: 0.8em;
}
h1 {
	margin-bottom: 0px;
	margin-top: 8px;
	font-size: 1em;
	color: #654e13;
}h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #3b2c0a;
}
.transBox {
	padding: 20px;
	background-image: url(images/trans-bg.png);
	background-repeat: repeat;
}
.transBox p {
	color: white;
}
ul {
	margin: 0px;
	list-style-position: outside;
	list-style-type: disc;
	font-size: 0.8em;
}
li {
	margin-top: 3px;
}
.gallery img {
	padding: 6px 0px 6px 14px;
}
#footer {
	clear: both;
	padding: 40px 20px 20px 0px;
	text-align: right;
	font-size: .75em;
}
.clearer {
	clear: both;
}
/* obsolete */
.galleryBox {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	width: 210px;
}
.galleryBox p.projectName {
	margin: 0px;
	text-transform: uppercase;
	font-size: 1em;
}
.galleryBox p {
	margin: 0px;
}
/* end obsolete */
