/* Set browser defaults */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img, div {border:none;margin:0;padding:0;}

/* Web page styling */
body {
	background: #fff;
	font: 80% Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}
a {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}
#header {
	width: 100%;
	height: 147px;
	background: #fff url(../../images/header.jpg) no-repeat;
}
#content {
	width: 540px;
	padding: 0 130px;
	background: #fff url(../../images/divbg.jpg) repeat-y;
}
#footer {
	width: 100%;
	height: 97px;
	background: #fff url(../../images/footer.jpg) no-repeat;
}

h1 {
	color: #000;
	font-weight: bold;
	font: 1.6em Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	color: #000;
	font-weight: bold;
	font: 1.4em Verdana, Arial, Helvetica, sans-serif;
}
small {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
}
.error {
	color: red;
}
.small {
	width: 300px;
}
.clear {
	clear: both;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.centerblock {
	margin: 0 auto;
}
textarea.small {
	width: 200px;
	height: 40px;
}
.stickynote textarea {
	width: 270px;
	height: 250px;
}
.adsense {
	width: 150px;
	float: right;
	padding-left: 20px;
}
.adsensetop {
	width: 600px;
	margin: 0 auto;
}
