@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #B6CD11;
	background-image: url(images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.border {
	width:790px;
	background: url(images/big_bg.png);	
	margin: 0px auto 0px auto; 
	overflow:auto;
}
.outside {
	margin: 0px auto 0px auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	width:770px;
	background-color:#FFF;
	overflow:auto;

}

.header {
	width:750px;
	height:97px;
	background-image:url(images/logo.jpg);
	margin: 0px auto 0px auto;
	font-size:14px;	
}

.header ul { margin-top:4px; margin-bottom:0px; list-style-image:url(images/check.gif)}
.header .paypal { margin-left:600px; }
.header .message{ position:absolute; margin-left:310px; margin-top:8px; width:200px; height:65px; background-color:#FFFFFF;}
.content{
	
	width:756px;
	margin: 5px auto 5px auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */

	
}

.item img {
	margin-left:60px;	
	margin-top:40px;	
}

.item .title{
	width:144px;
	height:40px;
	margin-left:23px;
	margin-top:5px;
	text-align:center;

}

.item  a,a:visited {
	
	color:#000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	
}

.item a:hover {
	text-decoration:underline;	
}

.item{
	width:189px;
	height:154px;
	background-image:url(images/container.jpg);
	float:left;	
}

.objects {
width:756px;
float:left;	
	
}

.clear {
	float:clear;
}