* {
	margin:0px;
	paddding:0px;
}

#container {
	margin-top:10px;
}

#left {
	height:54px;
	float:left;
	background:url(../images/simpleflow_bar.jpg) bottom repeat-x;
}

#center {
	float:left;
	width:225px;
	height:54px;
}

#right {
	float:left;
	background:url(../images/simpleflow_bar.jpg) top repeat-x;
	height:54px;
}


.list li {
	border-left:solid 1px #000000;
}

a {
	color:#000000;
	text-decoration:none;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.list .title {
	font-size:16px;
}

.list li {
	font-size:12px;
}

.description {
	font-size:14px;
	padding-left:50px;
}

#container {
	margin-bottom:20px;
}