@charset "utf-8";
body {
	margin: 0px;
	background-color: #D7E1BC;
}
#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/articles/bg-grad.jpg);
	height: 800px;
}
#top {
	width: 760px;
	margin-left: 20px;
}
#centre {
	width: 760px;
	margin-left: 20px;
}
#bottom {
	width: 760px;
	margin-left: 20px;
}


#logo {
	margin-left: 190px;
	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: 130px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
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;
}

