/*simple CSS for tutorials/codebits*/

body {
	margin:0;
	background:#fff url(../i/main_bg.jpg) top left repeat-x;
	text-align:center;
	font:x-small Verdana,Georgia,Serif;
	color:#333;
  	font-size/* */:/**/small;
  	font-size: /**/small;
}
a {
  color:#A98107;
  text-decoration:none;
}
a img {
  border-width:0;
}
form {
	margin:0;
}
.alt {
	display:none;
}
.help {
	cursor:help;
}

img.aleft {
	clear:both;
	float:left;
	margin:0 8px 12px 0;
}
img.aright {
	clear:both;
	float:right;
	margin:0 0 12px 8px;
}
br.clear, .clear {
	clear:both;
}

h2 {
	padding:0 0 30px 0;
	margin:0;
	font-size:120%;
	font-weight:bold;
}

#maincont {
	width:990px; /* portal width */
	margin:0 auto;
	text-align:left;
	background:#fff;
}

#header2 {
	clear:both;
	width:990px;
	height:100px;
    background:#fff url(../i/headerbg1024.jpg) top center no-repeat;
}
#header2 span.headerbg {
	display:block;
	width:990px;
	height:100px;
	background:#fff url(../i/headerbg1024.jpg) top center no-repeat;
}
#header2 a {
    cursor:pointer;
}
#header2 a:hover {
    text-decoration:none;
}

#contarea {
	padding:30px 20px;
}