
/*////////////////////////////////////
				*****
////////////////////////////////////*/
#wrapper {
	width: 820px;
	margin:0px auto;
	text-align:left;
	background:url(../img/bg_biglogo.gif) no-repeat;
	background-attachment: fixed; 
	background-position:bottom;
}


#header{
	background:url(../img/bg_header.gif) repeat-x;
	height:100px;
	position:relative;
}

#header_inner{
	width:820px;
	margin:0 auto;

}

#logo{
	float:left;
	text-align:left;
	padding:10px 0 0 0;
	width:150px;
}

/*////////////////////////////////////
			loginbox
////////////////////////////////////*/
#loginbox{
	width:315px;
	padding:38px 20px 0 0;
	_heigth:1em;
	font-size:10px;
	float:right;
}

#loginbox input{
	margin:1px 0;
}

#login_l{
	float:left;
	width:230px;
}
#login_l img{
	vertical-align:bottom;
}

#login_r{
	float:right;
	width:70px;
	padding:3px;
}
#logoutbox{
	width:200px;
	padding:50px 20px 0 0;
	text-align:right;
	float:right;	
}
.wellcome{
	font-size:12px;
	padding:2px 0;
}
#footer{
	background:#CCC;
}
#footer p{
	width:800px;
	margin:0 auto;
	padding:5px;
	height:69px;
	text-align:right;
	font-size:12px;
	color:#666666;
}

#footer a:link{
	color:#666666;
}

#footer a:visited{
	color:#666666;
}
#footer a:hover{
	color:#006600;
	text-decoration:underline;
}

/*////////////////////////////////////
			home
////////////////////////////////////*/

#home #main{
	float:left;
	width:340px;
}

#home #sidebar{
	float:right;
	width:476px;
}

