@import url(/architecture/iepngfix/ie-png-fix.css);

* {
	font-family: Verdana, Helvetica, Arial;
}

html, body {
	margin: 0px;
	padding: 0px;
}

div.box-wrap {
	margin: 0px;
	padding: 0px;
	width: 800px;
	background: #e8e8e8 url(/architecture/two-column/background.gif) repeat-y;
}

div.box-wrap div.column-one {
	padding: 0px 5px 10px;
	float: left;
	width: 540px;
}

div.box-wrap div.column-two {
	float: right;
	width: 250px;
	padding-top: 5px;
}

div.box-wrap div.box-footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	border: none;
	width: 800px;
	height: 100px;
	background: url(/architecture/footer/footer.gif) no-repeat;
}

div.box-wrap div.box-header *, div.box-wrap div.box-footer * {
	font-family: Helvetica, Arial;
}

pre, pre * {
	font-family: monospace;
	font-size: small;
	line-height: normal;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

div.box-wrap a.text-plug {
	display: block;
	padding: 5px;
	border: 1px solid #282898;
	text-decoration: none;
	color: #282898;
}
	
div.box-wrap a.text-plug span.text-plug-title {
	font-weight: bold;
	text-decoration: underline;
}

div.box-wrap a.text-plug span.text-plug-copy {
	color: #000000;
}
