@import url(layout.css);
@import url(navigation.css);
@import url(text.css);
@import url(modules.css);
@import url(boxes.css);
@import url(form.css);
@import url(news.css);


html {
   height: 100%;
   margin: 0px;
   padding: 0px;
} 

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	background-color: #ffffff;
	background-image:url(images/body_bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
}

/*----------------------------------------------------------------------------*/
/* sidebar news */

div#news_js_rss_feed {
    padding: 2px 14px 10px 14px;
}

div#news_js_rss_feed a {
    display: inline-block;
    margin-bottom: 6px;
}

div#plusone-div {
    float: right !important;
}

div.clear {
    both: clear;
}
