@import url();

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	line-height: 1.3em;
	text-align: left;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: rgb(255, 255, 255) url(./TradBackground.gif);
	color: rgb(0, 0, 0);
	width: 660px;
	position: absolute;
	top: 20px;
	left: 20px;
}

div#header {
	position: absolute;
	top: 0px;
	left: 140px;
	width: 500px;
}

div#footer {
	position: fixed;
	bottom: 0px;
	width: 520px;
	left: 140px;
	background: url(./TradBackground.gif);
	font-size: 75%;
	text-align: center;
}

div#mainmenu {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 120px;
}

div#secmenu {
	position: absolute;
	top: 50px;
	left: 140px;
	width: 500px;
	hight: 30px;
	text-align: left;
}

div#content {
	position: absolute;
	top: 80px;
	left: 140px;
	width: 500px;
	text-align: left;
	margin-bottom: 30px;
}

a, a:link {
	text-decoration: none;
	color: #993300;
}

a:visited {
	color: #663300;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-top: 0px;
}

img {
	border: 0;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0px;
}

fieldset.csc-mailform {
	border: 0px;
}

div.csc-mailform-field {
}

.csc-mailform-field label {
	vertical-align: top;
}

.csc-mailform-field input {
}

.csc-mailform-field textarea {
}

input.csc-mailform-submit {
}