body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	background-image: url(../images/newfade.png);
	background-repeat: repeat-x;
}

h1 {
	font-size: 1.5em;
	color: #003366;
	border-bottom: 1px solid #003366;
}

.clickmore {
	font-size: 0.8em;
}

.robtext {
	font-size: 0.75em;
	text-align: center;
	display: block;
	padding: 4px;
}

#container {
	width: 800px;
	margin: 0 auto;
}

#header {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: center;
}

#content {
	width: 570px;
	padding: 4px;
	float: left;
	text-align: justify;
}

#personaltax_more {
	background-color: white;
	padding: 6px;
}

#personaltax_more ul {
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
}

#corporatetax_more {
	background-color: white;
	padding: 6px;
}

#corporatetax_more ul {
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
}

#accounts_more {
	background-color: white;
	padding: 6px;
}

#accounts_more ul {
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
}

#howto {
	display: block;
	clear: both;
}

#sidebar {
	width: 194px;
	padding: 4px;
	float: right;
	text-align: center;
	z-index: 1;
	position: relative;
}

#flash {
	width: 192px;
	height: 192px;
	z-index: 2;
	position: relative;
}

.imgright {
	border: 1px solid #003366;
	float: right;
}

#contactform {
	margin-left: 20px;
}

#contactform td {
	padding: 4px;
}

.goodresult {
	font-weight: bold;
}

.badresult {
	font-weight: bold;
	color: red;
}

#footer {
	clear: both;
	padding-top: 20px;
	font-size: 0.8em;
}
