/* Standard elements */

/* CONTENIDO */

/* contenido izquierda */
.contentleft {
	float: left;
	width: 80%;
}

.contentleft .menu {
	padding-top:20px;
	float:left;
	width:24%;
}

.contentleft .menu .sectionheader{
	color: #f53f2c;
	text-transform: lowercase;
	margin-bottom:7px;
}

.content {
	background: #fff;
	font: normal 11px arial, verdana, sans-serif;
	margin-top: 3px;
}

.contentleft .body {
	background: url(../imgs/rgbLines.gif) no-repeat 50% 0%;
	float:right;
	width:75%;
}

.body #blankspace{
	height:40px;
}

.itemcontainer{
	margin-top:10px;
}

.itemcontainer .item{
	width: 96%;
}

#imgbox { width:100px; height:90px;}

/* contenido derecha */
.contentright {
	float: right;
	width: 20%;
}

.blankspace2px {
	height: 2px;
}

