* {
	margin: 0;
	padding: 0;
	}

body {
	color: #434851;
	font-size: 11px;
	font-family: 'Arial';
	line-height: 140%;
	}

p {
	padding-bottom: 10px;
	}

a {
	color: #315ba6;
	text-decoration: none;
	}

a:hover {
	color: darkgreen;
	text-decoration: none;
	}

.clear {
	clear: both;
	}




#container {
	width: 690px;
	margin: 0 auto;
	}

#column1 {
	width: 230px;
	float: left;
	}

#logo {
	display: block;
	width: 230px;
	height: 63px;
	background: url('pic/logo.gif') no-repeat;
	}

.spacer {
	display: block;
	width: 230px;
	height: 63px;
	}

#img_main {
	width: 230px;
	height: 151px;
	background: url('pic/img_main.jpg') no-repeat;
	}

	#img_infoq {
		width: 230px;
		height: 151px;
		background: url('pic/img_infoq.jpg') no-repeat;
		}

	#img_qcon {
		width: 230px;
		height: 151px;
		background: url('pic/img_qcon.jpg') no-repeat;
		}

#content_main {
	width: 210px;
	padding: 5px;
	margin: 0 auto;
	background: #f7f8f6 url('pic/img_top.jpg') no-repeat top;
	border-bottom: 5px solid #e9ebe5;
	}

#footer {
	text-align: center;
	color: #a0a3a9;
	}

.link1 {
	padding-left: 13px;
	background: url('pic/i_link.gif') no-repeat 0 2px;
	}


