@charset "utf-8";
body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #D7E1BC;
}
#container {
	width: 955px;
	margin-right: auto;	
	margin-left: auto;
	background-image: url(../images/index/bgimg.jpg);
	height: 2500px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
}
#logo {
	margin-left: 140px;
	margin-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#pgname {
	margin-left: 170px;
	padding-top: 10px;
	padding-bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #333333;
}
#header {
	height: 50px;
}
#basics {
	margin-left: 150px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#left {
	float: left;
	margin-left: 25px;
	width: 175px;
	margin-top: 20px;
	}
#centre {
	float: left;
	width: 400px;
	margin-top: 20px;
}
#right {
	float: left;
	width: 175px;
	margin-top: 20px;
}	
p {
	padding-right: 5px;
	padding-left: 5px;	
	font-family: "Courier New", Courier, monospace;
	font-style: italic;
	color: #333333;
	text-indent: 20px;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	text-align: center;
	font-size: small;
	font-weight: 300;
	line-height: normal;
}
#footer {
	clear: both;
	width: 500px;
	margin-left: 130px;
	margin-top: 25px;
	height: 40px;
	}
#footer img {
	margin-left: 40px;
}
#footer #depftr {
	padding-top: 0px;
}
#footer #balftr {
	padding-bottom: 2px;
}
#footer #visftr {
	padding-bottom: 3px;

}
#footer img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

