/* CSS Document */

html,body {
	text-align:center;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
}

a, a:visited {
	color:#0099FF;
	text-decoration:none;
	border-bottom: 1px #0099FF dashed;
}

a:hover {
	color:#0099FF;
	text-decoration:none;
	border-bottom: 1px #0099FF solid;
}

#wrapper {
	width:900px;
	margin:0 auto;
	padding:0px;
	text-align:left;
}
	
#contentright {
	width:260px;
	padding:5px;
	float:left;
	background:#fff;
	margin-top:30px;
}

#contentcenter {
	width:575px;
	padding:20px;
	float:left;
	background:#EEE;
	color:#000099;
	font-size:12px;
}


#contentcenter h2 {
	font-size:14px;
	color:#0066FF;
	margin:0;
}

#contentcenter .textfield {
	width:300px;
	border:1px #0066FF solid;
	padding:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	background:#FFFFCC;
}

#contentcenter #csscode, #contentcenter #widgetcode {
	width:560px;
	border:1px #000 solid;
	padding:2px;
	font-size:11px;
	font-family:"Courier New", Courier, monospace;
	background:#fff;
}
		
p,h1 {
	margin:10px;
}

h1 {
	font-size:20px;
	color:#0099FF;
}
	
