/* CSS Document */	   
@CHARSET "ISO-8859-1";

/*  
	DocTitle: general.css
	Author: zf
	Date: 11.20.08
*/


/* !-- GENERAL PAGE STYLES */

html, body { 
	height: 100%; 
	margin: 0px; 
	padding: 0px; 
}

html
{
	/* to prevent from flickering backgournd image on IE6 */
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
	background: url(../images/win_bg1.jpg) repeat 0 0;
	width: auto;
	margin:0 auto;
	padding: 0px;
}

#top_top {
	margin: 0px;
	margin-top: -2px;
	padding: 0px;
	background: url(../images/top_bar.png) repeat-x 0 -3px;	
}

#top_container {
	display: block;
	width: 980px;
	margin: 0px auto;
	padding: 0px;
	text-align: left; /* set the text-align back to left as is supposed to be by default */
}

#main_container {
	margin: 0px;
	padding: 0px;
	background: url(../images/body_mid.png) repeat-y 0 0;
}

#main_body {
	display: block;
	margin: 15px 0 0 0;
	padding: 10px;
	background: url(../images/body_top.png) no-repeat 0 0;
}

#header_right_top
{
	height: 26px;
}

#main_body
{
	padding: 10px 30px;
}

#main_body div
{
	font-size: 14px;
}

#main_body a
{
	color: blue;
}

