@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color:#03148b;
}
img {
	border:none;
	text-align: center;
	}
#title {
	width:950px;
	height:93px;
	margin-left:auto;
	margin-right:auto;
	}
#menu {
	width:950px;
	height:33px;
	margin-left:auto;
	margin-right:auto;
}
#content {
	width:930px;
	background-color:#FFFFFF;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	}
#footer1 {
	width:950px;
	height:17px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/layout/images/bottom.gif);

}
#footer2 {
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
.green_corners{
	background-color: #bfe0bd;
}
.green_corners_tl {
	background-color: #bfe0bd;
	width:20px;
	height:20px;
	background-image:url(../images/corners/green.gif);
	background-position: top left;

}
.green_corners_tr {
	background-color: #bfe0bd;
	width:20px;
	height:20px;
	background-image:url(../images/corners/green.gif);
	background-position: top right;

}
.green_corners_bl {
	background-color: #bfe0bd;
	width:20px;
	height:20px;
	background-image:url(../images/corners/green.gif);
	background-position: bottom left;

}
.green_corners_br {
	background-color: #bfe0bd;
	width:20px;
	height:20px;
	background-image:url(../images/corners/green.gif);
	background-position: bottom right;

}
form {
	border:0px;
	margin:0px;
	}
#basket_left {
	float:left;
	width:620px;

}
#basket_right {
	float:right;
	width:280px;

}
.freeexamples li {
	padding-top:5px;
	}
