html {
	height:100%;
}

body {
	font-size:12pt;
	font-family: verdana helvetica arial sans-serif;
	padding:0;
	width:900px;
	margin:0 auto;
	min-height:100%;
	position:relative;
}

* html body {
	width: 900px;
	height:100%;
}

#main {
	float:left; width:70%;
}

* html #main {
	margin-left:0%;
}

#header {
	height: 120px;
	background: url('/images/cn_logo_small.gif') left center no-repeat; 
}

#header h1 {
	width: 100%;
	text-align: center;
	font-size: 1.5em;
	height: 100%;
	line-height: 120px;
	margin: 0px;
	padding: 0px;
}

#content {
	overflow:hidden; width:100%;
	clear:both;
}


#col1 {
	float:left; width:32%
}
#col2 {
	float:left; width:32%
}
#col3 {
	float:left; width:35%
}

.colcontent {
	margin: 0;
	padding: 0px 5px;
	color: #666;
}

.colcontent a {
	color: #666;
	text-decoration: none;
}

.colcontent a:hover {
	text-decoration: underline;
}

.colcontent ul {
	margin-top: 0;
	padding-top: 0;
}

.colcontent h3 {
	font-size: 1em;
	padding: 20px 0;
	margin:0;
	color: #999;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
}

.rndimg {
	text-align: center;
}
.rndimg img {
	margin: 5px 0;
	padding: 5px 5px;
	border: 1px solid #ccc;
	width: 130px;
	height: 100px;
}


#langs {
	position: absolute;
	top:5px; right: 5px;
}
#langs img {
	border: none;;
}