input, select	{
	background-color: White;
	border: 1px solid Silver;
	font: 12px Tahoma, Verdana;
	/*color: #333333;*/
	margin: 2px 0;	
	/*height:20px;*/
}
body {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #333333;
	background-color: #FFFFFF;
}
#wrapper {
	width: 980px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color: White;
	margin-top: 20px;
	height: 185px;
}

#logo {
	
	position: absolute;
	top: 0px;
	margin: 0;
}

#menu {
	background-color: #DDDDDD;
	/*height: 50px;*/
}

#container {
	position: relative;
	margin: 10px 0; /* ³]©w¤W¤UÃä¬É¬°10 */
	width: 100%; /* ³]©w°Ï¶ôªº¼e«× */
}
#primary {
	margin-left: 210px;
	padding-bottom: 10px;
}
#secondary {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	width: 200px;
	/*background-color: #F9CFBA;*/
}

/*
#footer {
	background-color: #DDDDDD;
	height: 50px;
}
*/

#footer{

clear: left;
width: 100%;
background: #87CEFA;
color: #FFF;
text-align: center;
padding: 4px 0;
}

