html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
}

h3 {
	color:#008489;
	padding-top: 20px;
	font-weight:normal;
	font-size: 18px;
}

p {
	font-size: 12px;
}

a {
	color:#008489;
	text-decoration:none;
}

a:hover {
	color:#333333;
}

#header, #menux, #content, #menu, #footer {
	overflow:hidden;
	display:inline-block;
}

#layout {
	width: 1000px;
}

#header,#menu {
	float:left;
}

#header {
	width:620px;
	padding-left:20px;
	margin-bottom:0px;
	font-size: 24px;
	font-weight:normal;
}

#content_top_rounded {
	height:12px;
	background-image: url('/conf/2010/iiug/images/rounded_top_860.png');
	width:860px;
	border: 0px solid #000;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 140px;
	clear:both;
}

#content_bottom_rounded {
	height:12px;
	background-image: url('/conf/2010/iiug/images/rounded_bottom_860.png');
	width:860px;
	border: 0px solid #000;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 140px;
	clear:both;
}

#content {
	width:820px;
	float:right;
	border: 0px solid #000;
	padding:0px 20px 0px 20px;
	background-image: url('/conf/2010/iiug/images/rounded_middle_860.png');
}

#menu {
	width:	120px;
	padding: 20px 0px 0px 20px;
}

#menu a {
	color:#008489;
	text-decoration:none;
}

#menu a:hover {
	color:#333333;
}

#just {
	width:	120px;
}

#just a {
	color:#008489;
	text-decoration:none;
}

#just a:hover {
	color:#333333;
}

#bottom {
	background-image: url('/conf/2010/iiug/images/rounded_footer_dark.png');
	height:22px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	width:	860px;
	margin-left:140px;
	clear:	both;
	border: 0px solid #000;
	padding-top:4px;
}

