* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/cuca_bg.jpg);
	font-size: 12px;
	margin-top: 20px;
}
img {
	border: 0;
}
a {
	color: #666666;
}
a:hover {
	border-bottom: 3px solid #ee1d23;
}
#a #aa, #b #bb, #c #cc, #d #dd {
	border-bottom: 3px solid #ee1d23;
}
.left {
	float: left;
}
.right {
	float: right;
	text-align: right;
}
.center {
	width: 100%;
	text-align: center;
}
.justify {
	text-align: justify;
}
.red {
	color: #ee1d23;
}
h1, h2, h3, h4 {
	font-weight: normal;
	color: #ee1d23;
}
h3 {
	font-size: 1.2em;
}
li {
	margin-left: 20px;
}
#wrapper {
	width: 880px;
	margin: 0 auto;
}
#nav {
	font-size: 18px;
	line-height: 28px;
}
#content {
	float: left;
	width: 760px;
	background: url(../images/cuca_middle.jpg) repeat-y;
	margin: -3px 0 0 0;
	padding: 0 60px 10px 60px;
	line-height: 2em;
	text-align: justify;
}
#home_right {
	float: right;
	text-align: right;
	width: 200px;
	padding: 10px 20px 0 0;
}
#footer {
	width: 100%;
	text-align: center;
}
