body {
	text-align: center;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1em;
	color: #000000;
	margin: 5px 10px;
	padding: 0pt;
	background-color: #fff;
	background-image:
		url(images/background.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
}

a {
	color: #2671af;
	text-decoration: underline;	
}

a:hover {
	text-decoration: none;	
}

ul {
	list-style: none;
}

.display {	
}

#page {
	margin: 0 auto 0 auto;
	width: 775px;
	background-color: transparent;
	overflow: hidden;
	text-align: left;
}

#menu {
	padding: 0 20px 5px 0;
	text-align: right;
	color: #fff;
}

#menu a {
	color: #fff;
}

#menu a:hover {
	color: #2671af;	
}

#header {
	height: 81px;
	background-color: transparent;
	background-image: url(images/bgTop.gif);
	background-position: left top;
}

#content {
	height: auto;
	width: 775px;
	min-height: 600px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 1px;
	text-align: left;
	background-image: url(images/bgContent.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: left top;
}

#content_products {
	margin: 25px;
	margin-bottom: 0px;
}

#select {
	color: #2671af;
	text-decoration: underline;
	cursor: pointer;
}

#select:hover {
	text-decoration: none;
}

#footer {
	margin: 0 10px;
}
