body{
scrollbar-face-color: #ffffff; 
scrollbar-highlight-color: #cccccc; 
scrollbar-shadow-color: #cccccc; 
scrollbar-3dlight-color: #ffffff; 
scrollbar-arrow-color: #ff0000; 
scrollbar-track-color: #ffffff; 
scrollbar-darkshadow-color: #ffffff;
margin: 0; 
background: #024b82 url(images/main_fill.jpg) repeat-x 0px 0px; 
font: normal 11px Tahoma; 
color: #333; }
 
a img { border: none; }
h1 { font-size: 24px; margin: 0; }

#main { margin-top: 30px; border: 4px solid #00497E; }
#header { height: 88px; background: #fff; }
#header strong { float: right; position: relative; top: 4px; right: 7px; } 
#header strong a { margin-left: 0px; }
#header strong img { position: relative; top: 3px; }
#home_page { height: 509px; background:  url(../images/home_bk.jpg) no-repeat 0px 0px; }
#inner_page { height: 509px; background: url(../images/inner_bk.jpg) no-repeat 0px 0px; }

#menu { float: left; width: 145px; margin: 20px 0 0 0; padding: 0 0 0 24px; color: #222; line-height: 28px; }
#menu strong { font-size: 13px; }

.link { margin-left: 0px; text-decoration: none; color: #222; }
.link:hover { color: #666699; }

#content { float: right; width: 660px; padding: 10px 10px 0 0; }

#copy { font-size: 9px; color: #fff; float: right; position: relative; top: 492px; right: 7px; }

#upload { float: right; position: relative; top: 270px; right: -175px; }

/* text box - this is for all of your form fields, the button is seperate, you may delete if you want */

.txtBoxStyleMarketEase{
	font-size: 11px;
	color: #666;
	font-family: arial;
	text-align: left;
	border:1px solid #ccc;
	background-color: #fff;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	width: 250px;

}

.txtBoxStyleMarketEaseButton{
	font-size: 11px;
	color: #00497E;
	font-family: arial;
	background-color: #fff;
	text-align: center;
	border:1px solid #ccc;
	cursor: hand;
	font-weight: normal;

}
.txtBoxStyleUploadButton{
	font-size: 11px;
	color: #fff;
	font-family: arial;
	background-color: #990033;
	text-align: center;
	border:1px solid #ccc;
	cursor: hand;
	font-weight: bold;

}
/*Below is the fix for PNG in IE6*/
IMG,DIV 
{behavior: url(iepngfix.htc) }
