body {
	font-family: Calibri;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../images/DSC05389.JPG);
	background-repeat: no-repeat;
	background-position: center top;
	font-style: italic;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
	
#wrapper #header {
}
#wrapper #topnega {
	height: 450px;
}
#wrapper #topnega_first {
	height: 40px;
	padding-left: 200px;
}
#wrapper #topnega_second {
	padding-left: 3px;
}
#wrapper #leftcol {
	float: left;
	width: 250px;
	padding-left: 3px;
}
#wrapper #leftcol_first {
	float: left;
	width: 350px;
	padding-left: 3px;
}
#wrapper #rightcol {
	float: none;
	width: 350px;
	margin-left: 600px;
	padding-left: 3px;
}
#wrapper #footer {
}
