@charset "UTF-8";
/* CSS Document */

body {
	background: #000;
	color: #333;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	line-height:1.4em;
}
.logo {
	margin: 5px 20px 10px 20px;
}
a:link.image, a:visited.image {
	border-bottom:0px dotted;
	text-decoration:none;
}
a:link, a:visited {
	border-bottom:1px dotted;
	text-decoration:none;
}
a:link {
	color: #004374;
}
a:visited {
	color:#cf8b2d;
}
a:hover {
	text-decoration: none;
	border-bottom-style:solid;
}
/*a:active {
	background: #ccc;
}*/
#wrapper {
	width: 700px;
	border: 0;
	margin: 0 auto;
	font-size:small;
	font:Arial, Helvetica, sans-serif;
}
#header {
	height: 240px;
	background: url(/networkingbundle/images/ntwrkbndl_hdr.jpg) no-repeat;
	background-color:#F00;
}
#header h1 { display:none; }
#content {
	background: url(/networkingbundle/images/ntwrkbndl_bg.jpg) repeat-y #fff;
	padding: 15px;
	border-bottom: 2px solid #F00;
}
#grey {
	/* background: #CCC; */
	padding: 10px 0 0 0;
	width: 230px;
	float:right;
}
#white {
	margin: 0;
	padding: 10px 0 0 0;
	width:405px;
}
#callout {
	padding: 0;
	font-weight:bold;
}
#callout h2 {
	color: #F00;
}
#callout img {
	margin: 0;
	border-bottom: 0;
}
#footer {
	background: #fff;
	color: #999;
	text-align:center;
	font: x-small;
	padding: 15px;
}
.clearfloat {
	font-size:1px;
	line-height:0;
	height:0;
	clear:both;
	margin:0;
}

