html, body {
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-image: url('http://tica.org/images/main/background.jpg');
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 16pt;
	margin: 0px 0px 8px 0px;
	text-align: center;
	color: #00337f;
}
h2 {
	font-size: 16pt;
}
h3 {
	font-size: 14pt;
}
h4 {
	font-size: 12pt;
}
h5 {
	font-size: 10pt;
}
h6 {
	font-size: 8pt;
}
ul, ol {
	margin-top: 0;
}
a:link {
	color: #00337f;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #00337f;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #9d8a61;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #9d8a61;
	font-weight: bold;
	text-decoration: none;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1001px;
	text-align: left;
	padding: 0;
	background-color: #ffffff;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
#contentlarge {
	height: auto;
	width: 980px;
	font-size: 13px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	border: 0px;
	background-repeat: no-repeat;
	background-image: url('http://tica.org/images/main/content.jpg');
	padding: 8px 0px 8px 10px;
}
#contentdark {
	height: auto;
	min-height: 500px;
	width: 980px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	border: 0px;
	background-repeat: no-repeat;
	background-image: url('http://tica.org/images/main/darkcontent.jpg');
	padding: 8px 0px 8px 10px;
}
#contentdark p {
	font-size: 17px;
}

