/* HEADER **********************************************************************/
#links_header {
	position: absolute;
	top: 50px;
	left: 297px;
	font-family: Impact, Verdana, sans serif;
	font-size: 4.5em;
	font-weight: normal;
	color: #999999;
}
/*******************************************************************************/
#column1 {
	width: 231px;
	margin: 0;
	padding: 40px 0 0 0;
	background: url(../images/layout/dotted_vertical_fyi.gif) repeat-y 231px 0px;
}

#column2 {
	width: 428px;
	margin: 0 0 0 -3px;
	padding: 0 15px 0 15px;
	background: url(../images/layout/dotted_vertical_fyi_article.gif) repeat-y 0px 0px;
}

#column3 {
	width: 173px;
	margin: 0 0 0 -3px;
	padding: 40px 0 0 15px;
	background: url(../images/layout/dotted_vertical_fyi.gif) repeat-y 0px 0px;
}
/****************************************************************************************/
#wow {
	position: relative;
	
	background: #ffffff url(../images/layout/links_wow.gif) no-repeat;
	width: 226px;
	height: 216px;
	padding: 20px 0 20px 0;
}

#category_links {
	padding: 0 0 15px 0;
}

.category_block {
	border-top: 1px solid #999999;
	padding: 15px 0;
	clear: both;
}

/* Typography
*****************************************************************************************/
h1 {
	color: #999999;
	font-size: 1.4em;
}

#category_links a{
	color: #0099cc;
	text-decoration: none;
	font-weight: bold;
	border-right: 1px solid #0099cc;
	padding: 0 6px;
}

.category_block img {
	margin: 5px 0;
}

.totop {
	position: relative;
	float: right;
	margin: 0 0 10px 0;
	color: #0099cc;
	text-decoration: none;
	font-weight: bold;
	
}
