.twit {
    float: right;
    margin-left: 50px;
}


.text-content .sidebar-menu li {
    list-style: square;
}
.text-content .sidebar-menu {
    margin: 20px 40px;
}
.text-content .sidebar-menu ol {
    margin-left: -20px;
}



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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	behavior:url(csshover.php);
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
	-moz-outline-style:none;
}
a:active {outline:none;}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	color:#505050;
	min-width: 1000px;
	width:expression(document.body.clientWidth > 1000? "auto": "1000px" );
	font:normal 12px/14px Trebuchet MS, Arial, Tahoma;
}
a { color:#505050; text-decoration:underline;}
a:hover { color:#000; text-decoration:underline; }
select,input,textarea {border:1px solid #7f9db9; background:#fff;}

.clear { font-size:0; line-height:0; height:0; clear:both; }
.over, .clear { overflow:hidden; _zoom:1; }
.hidden { display: none; }
.ihidden { display: none !important; }