/*

	-- -- -- -- -- -- --
	klpcpme-com base layout CSS file
	last edit: 2008.11.20
	Powered by: Liu Yixin@Peking University
	Contact: liuyxpp@gmail.com
	-- -- -- -- -- -- --

	File Contents:
	Fluid layout variations
	
*/


body {
	text-align: center;
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: url(#) repeat-y right top;
}

																				/* --------------------------------------------------------------- */
																				/* -- Header -- */
#header {
	/*border-top: solid 8px #660000;*/
}
#header-meta {
	background-color: #000066;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#pku-logo {
	width: 100%;
	height: 60px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
#header-meta h1 {
	text-align:center;
}

																				/* -- Primary Nav -- */
#primary-nav {
	padding-left:80px;
}
#primary-nav ul {
}
																				/* --------------------------------------------------------------- */
																				/* -- Content Area Base Layout -- */
#main-content {
	width: 646px;
}
#sidebar {
	width: 275px;
}
																				/* -- Form Styling -- */
.styled-form label {
	width: 191px;
}
.styled-form input {
	width: 396px;
}
.styled-form textarea {
	width: 388px;
}
																				/* -- Search -- */
#search {
	width: 190px;
}
