* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
        background-attachment: fixed;
        background-image: url(/tk_website/img/bckgr_tk.jpg);
        background-repeat: no-repeat;
        background-position: right bottom;
	background-color: #ffffff;
	color: #333333;
}
a, a:visited {
	color: #a2181b;
}
a:hover {
	color: #333333;
}
a:active {
	color: #cbd003;
}
#maincontainer {
	font-size: small;
}
h1 {
	font-size: normal;
}
.clearnone {
	clear: none;
	text-align: right;
	padding-left: 10px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
#content {

}
#logo {
	width: 200px;
	float: left;
}
#text {
	margin-left: 300px;
	padding-top: 70px;
	width: 360px;
	clear: right;
	text-align: justify;
}
#content #text h1 {
	font-size: 14px;
}
#content #text h2 {
	font-size: 14px;
	color:  #9DBD19;
}
#content #text h3 {
	font-size: 13px;
	color:  #cbd003;
}
#content #text p {
	font-size: 11px;
}
.smallertext {
	font-size: 0.8em;
}
p {
	padding-top: 2px;
	padding-bottom: 3px;
}
