@import url(header.css);
@import url(navi.css);
@import url(content.css);


html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0; /*	color: #E7EFF7;*/
	background: #F3B21A url(img/background.gif) repeat-y;
	font-family: arial;
	font-size: 12px; /* IE5 Win */
}


html>body {
	/* be nice to Opera */
	font-size: 12px;;
}

h1 {
	color: #233A63;
}
h2 {
	color: #233A63;	
}
h1 a,h2 a{
	color: #233A63;
}
h3 {
	color: #233A63;
}

a {
	color: #233A63;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#headTitle {
left:0;
text-align: center;
top: 50px;
width:170px;	
}







#Box_1 div.head {
z-index:999;
	top:0px;
   width: 170px;
   height: 170px;
   background: url('/style/img/userlogo.png') no-repeat;
	margin:0px 0px 5px 0px;	
}

* html #Box_1 div.head {
   background-image: none;

 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/img/userlogo.png',sizingMethod='width:170px;height:170px;');
}

