body { 
	/* margin: 8px; */
	font-size: 70% !important;
}

/*****************************
* Page structure styles
*****************************/

.page-wrapper { 
	width: 900px; 
	position: relative; 
}

.content-wrapper { 
	width: 900px; 
	position: relative; 
	margin: 1em 0; 
	background: url('/f5world/images/column-background.png') top left;
}

.content-wrapper li {
	padding-bottom: .3em;
	line-height: 1.3em;
}

.column-1 { 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 225px;
}

.column-2 { 
	margin: auto 225px; 
	padding-left: 5px;
}

.column-3 { 
	position: absolute; 
	right: 0px; 
	top: 0px; 
	width: 225px;
}

.column-1-padding, .column-2-padding, .column-3-padding { 
	padding: 10px;
}

/*****************************
* Section specific styles
*****************************/

.articles {
	padding: 0 0 .5em 0;
	_padding: 0 !important;
	background: url('/f5world/images/article-background.png') top right repeat-y;
	border-bottom: 1px dashed #8BB1C0;
}

.noBackground {
	background: none !important;
}

.articleImage {
	text-align: right;
}

#f5publications {
	display: block;
	margin: 1em auto 2em auto;
	text-align: center;
}

/*****************************
* Text styles
*****************************/

h1 {
	margin: 4px auto 10px auto;
	font-size: 95%;
	text-align: center;
	text-transform: uppercase;
}

h2 {
	margin: 5px 0 .5em 0;
	padding-left: 47px;
	font-size: 130%;
	line-height: .75em;
	text-transform: uppercase;
	background: url('/f5world/images/heading-bars.png') top left no-repeat;
}

h3 {
	margin-bottom: 1px;
	padding-top: 8px;
	font-size: 125%;
	text-decoration: none;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

#cover {
	display: block;
	margin: .5em auto;
	padding-left: 10px;
	text-align: center;
}

hr {
	margin: 1.5em 0;
	_margin: 0 0 .5em 0;
	height: 2px;
	border: 0;
	background: #8AB0BF;
	color: #8AB0BF;
}

ul {
	margin-left: 1.5em;
}

.column-2-padding h3 {
	width: 83%;
	margin-bottom: .25em;
}

.column-2-padding p {
	width: 80%;
	margin-bottom: .5em;
	_margin-top: 0;
	font-size: 105%;
	line-height: 1.2em;
}

.column-2-padding ul {
	width: 80%;
	_margin-left: 0 !important;
	_margin-bottom: 0 !important;
	_padding-bottom: 1em !important;
}

.column-2-padding ul li {
	_margin-left: 0 !important;
}

/*****************************
* Overwriting css for IE6
*****************************/

* html li.icon { 
	_height: 1% !important;
}

