/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

img {
	border: 0px;
}

.top {
	height: 72px;
	background-image: url(images/top_bg.gif);
	background-repeat: no-repeat;
}

.ftp {
	padding: 40px 10px 0px 0px;
}

.body {
	background-image: url(images/index_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 830px;
}

.index {
	width: 265px;
	padding: 10px 0px 10px 90px;
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #3C3C3C;
}

.content {
	float: left;
	width: 500px;
	padding: 30px 0px 20px 90px;
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 11px;
	color: #3C3C3C;
}

.content h5 {
	font-size: 13px;
}

.sidebar {
	float: right;
	width: 225px;
	padding: 115px 0px 20px 15px;
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 11px;
	color: #3C3C3C;
}

.name {
	color: #3a5e8d;
}

.footer {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 10px;
	color: #666666;
}

.footer a {
	color: #666666;
}

.spacer {
	padding: 0px 5px 0px 0px;
}