@charset "utf-8";
fieldset {position: absolute} 
body 
{
    margin: 0px;
    padding: 0px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background: #FFF url(../img3d/bg.gif) repeat-x;
}

h1 { font-size: 24px; font-weight:bold; }
a { color: #00AEEF;	text-decoration: none; }
a:hover { color: #00AEEF; }
a:focus{-moz-outline-style:none;}
img { border:0; }
form { margin:0; }
.clear { clear: both; }

/* Page Wrapper */
#pagewrapper {
	width: 980px;
	margin: 0px auto;
	position: relative;
}

/* Header */
#headerwrapper {
	height: 300px;
	background-color: #E2F8FF;
}

#headertop {
	height: 20px;
	text-align: right;
	color: #32CCFE;
	font-size: 10px;
}

#headerleft {
	float: left;
	width: 416px;
	height: 280px;
}

#headerright {
float: left;
	width: 504px;
	height: 280px;
	margin-left:60px;
}

#flashanim {
	width: 480px;
	margin-left: 14px;
}

/* Content */

#contentwrapper {
	margin-top: 17px; /* total 40px; 17 instead of resetting H1 margins */
}

#columnleft {
	float: left;
	width: 416px;
	min-height: 350px;
}

#logo {
	position:relative;
	top: -20px;
	left: 10px;
}

#introtext {
	position:relative;
	bottom: 23px;
}

#columnright {
	float: left;
	width: 504px;
	margin-left:60px;
	min-height: 350px;
}

.contenttext {
}

#examples { margin-top: 20px; }
.exbtn { cursor: pointer; }

/* Footer */

#footerwrapper {
	height: 15px;
	margin-top: 20px;
}

#copytext {
	font-size: 10px;
	text-align: right;
}