html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	background: url(/cfa/bg-top.jpg) top center no-repeat #0f1422;
	font-family: 'Helvetica Neue', arial, sans-serif;
	color: #628094;
	font-size: 13px;
	line-height: 1.5em;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

#wrapper {
	width: 860px;
	margin:20px auto;
}

#wrapper a {
	color: #db5c2a;
	font-weight: bold;
	text-decoration: none;
}

#wrapper a:visited {
	color: #db5c2a;
	font-weight: bold;
	text-decoration: none;
}

#wrapper a:hover {
	color: #939a9f;
	font-weight: bold;
	text-decoration: none;
}

.clear {clear:both;}

/*TWITTER PLUGIN CSS*/
#twitter{width:700px;float:left;} /*twitter container*/
#twitter .twittList{margin:0;padding:0;} /* UL that will contain the list of tweets */
/* Bellow the list of tweets "<li>" */
#twitter .twittLI{list-style:none;margin:0;padding:5px 0 0 0;border-bottom:dotted 1px #293966;padding:10px 0;clear:both;height:55px;font-size:16px;line-height:1.5em;} 
#twitter .twittList A{color:#939a9f;} /*Links inside the tweets list */
#twitter .twittList A:visited{color:#939a9f;}
#twitter .twittList A:hover{color:#db5c2a;}
/* Bellow the CSS for the avatar image  */
#twitter .juitterAvatar{float:left;border:solid 1px #192644;margin-right:10px;padding:2px;width:48px;;height:48px;}
#twitter .jRM{float:right;clear:both} /*read it on twitter link*/
#twitter .extLink{} /*CSS for the external links*/
#twitter .hashLink{} /*CSS for the hash links*/
/*end of twitter CSS*/