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;color: black;background: white;}
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: "" "";}
/*** Basic ***/
body{
	background-color: #F6F6F6;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0;
}
strong{
	font-weight:bold;
}
/** Layout **/
#wrapper{
	margin: 0 0;
	padding: 0;
	text-align:center;
}
#content-wrapper{
	position: relative;
	margin: 0 auto;
	padding-top:3em;
	padding-left:1em;
	padding-right:1em;
	width:750px;
}
#content{
	/*float: left;*/
	text-align: left;
	padding-right: 0px;
	margin-right: 280px;
}
h1{
	font-size:130%;
	margin-top: 1em;
	margin-bottom: 1em;
}
/* Twitter */
#twitter_div span{
	color:#15335b;
	text-decoration: none;
	font-size: 80%;
}
#twitter_div{
	font-size: 80%;
}
#twitter_div span{
	color:#15335b;
	text-decoration: none;
	font-size: 100%;
}
#twitter_div li a{
	text-decoration: none;
	color: #ee4723;
	font-style: italic;
}

#twitter-link{
	margin-top: 1em;
	font-size: 120%;
	color:#15335b;
	text-decoration: none;
	font-weight:bold;
}