* { padding: 0; margin: 0; }

body {
	background-image: url(images/bg3.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #c70000;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #F00;
	text-decoration: underline;
}
a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ae0000;
	text-decoration: none;
	font-weight: normal;
}
a:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #F00;
	text-decoration: underline;
}

p {
 padding: 10px;
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
	background-color: #FFF;
	background-image: url(images/bg_sx.gif);
}

#content {
	float: left;
	color: #333;
	background: #FFFFFF;
	width: 650px;
	display: compact;
	bottom: 10px;
	padding-top: 20px;
	padding-bottom: 40px;
}

#header {
 width: 1000px;
 float: left;
 height: 375px;
 
}

#footer {
	width: 1000px;
	height: 50px;
	clear: both;
	color: #FFF;
	background: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #C70000;
	text-align: center;
	vertical-align: baseline;
}

#navigation {
	float: left;
	width: 1000px;
	height: 25px;
	color: #FFF;
	font-weight: normal;
	background-color: #ffffff;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #C70000;
}

#leftcolumn {
	color: #666;
	height: auto;
	width: 350px;
	float: left;
	padding-top: 20px;
	padding-bottom: 40px;
}
#content p img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
