body {
	width: 100%;
	background: #f5f5f5;
	text-align: center;

}

body a {
	color: #1d568c;
font-weight: bold;
text-decoration: underline;
}

body a:hover {
	color: #76b5e2;
}

input, textarea, select {
	font-family: arial;
}

#wrapper {
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: left;
	font-family: arial;
	font-size: 0.75em;
	color: #1d568c;
}

#bigcolumn {
	float: left;
	width: 662px;
	margin: 10px 14px 0 0;
}

#sidebar {
	float: right;
	width: 324px;
}

#leftcolumn {
	float: left;
	width: 662px;
	margin-right: 0px;
}

#rightcolumn {
	float: left;
	width: 662px;
}