body {
	background: #ffffff url(background.png) repeat-x;
	font-family: verdana, arial, serif;
	font-size: 0.75em;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
}

a {
	background-color: #ffffff;
	color: #666666;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.product {
	border: 1px solid #999999;
}

.title {
	font-size: 1.2em;
	font-weight: bold;
}

#container {
	background-color: #ffffff;
	color: #666666;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 750px;
}

#header {
	background: url(logo.jpg) no-repeat;
	height: 150px;
	text-align: center;
	width: 100%;
}

#sidebar {
	float: left;	
	margin-top: 10px;
	width: 10px;
}

#sidebar ul {
	list-style: none;
	margin-left: 15px;
	padding-left: 0px;
}

#sidebar ul li {
	display: block;
	padding-bottom: 5px;	
}

#sidebar a {
	background-color: #ffffff;
	border-top: none;
	border-left: none;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: #666666;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding: 5px 5px;
	text-decoration: none;
	width: 100px;
}

#sidebar a:hover {
	background-color: #666666;
	color: #ffffff;
}

#sidebar a.subtitle {
	background-color: #ffffff;
	border: none;
	color: #666666;
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	padding: 1px 5px;
	text-decoration: underline;
	width: 100px;
}

#sidebar a.subtitle:hover {
	background-color: #ffffff;
	border: none;
	color: #666666;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding: 1px 5px;
	text-decoration: underline;
	width: 100px;
}


#content {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	width: 590px;
}

#footer {
	background-color: #ffffff;
	clear: right;
	color: #999999;
	font-size: 1.0em;
	margin: 0 auto;
	padding-bottom: 4px;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	text-align: right;
	width: 730px;
}

#footer a {
	border-bottom: 1px dotted #666666;
}

#footer a:hover {
	text-decoration: none;	
}