/********************************************/
/*				 GENERAL					*/
/********************************************/
.floatLt {
	float:left;
}
.floatRt {
	float:right;
}
.clearFloat {
	height:0px;
	font-size:1px;
	line-height:0px;
	clear:both;
}

.marginLt {
	margin-left:10px;
}
.marginRt {
	margin-right:10px;
}

/********************************************/
/*				    MAIN					*/
/********************************************/
#wrap {
	width:800px;
	margin:auto;
	background:#000000;
	clear:both;
}
#row {
	width:800px;
	margin:auto;
	clear:both;
}
#contentRow {
	width:585px;
	margin:auto;
	clear:both;
}

/********************************************/
/*				BACKGROUNDS					*/
/********************************************/
#LOGO-b {
	width:300px;
	height:125px;
	float:left;
}
#TEM01-b {
	width:250px;
	height:125px;
	background:url(/images/TEM_01b.jpg);
	float:left;
}
#TEM04-b {
	width:220px;
	height:70px;
	background:url(/images/TEM_04b.jpg);
	padding:80px 0px 0px 55px;
	float:left;
}
#LOGO {
	width:300px;
	height:125px;
	float:left;
}
#TEM01 {
	width:250px;
	height:125px;
	background:url(../images/TEM_01.jpg);
	float:left;
	text-align:right;
}
#TEM02 {
	width:218px;
	height:122px;
	padding:3px 22px 0px 0px;
	background:url(../images/TEM_02.jpg);
	text-align:right;
	float:left;
}
#TEM02 a:link, #TEM02 a:visited, #TEM02 a:hover {
	color:#9c8cb9;
}
#TEM03 {
	width:143px;
	height:100px;
	padding:50px 0 0 7px;
	background:url(../images/TEM_03.jpg);
	float:left;
}
#TEM03 img {
	padding:2px;
}
#TEM04 {
	width:220px;
	height:70px;
	background:url(../images/TEM_04.jpg);
	padding:80px 0px 0px 55px;
	float:left;
}
#TEM05 {
	width:375px;
	height:150px;
	background:url(../images/TEM_05.jpg);
	float:left;
}
#content {
	width:585px;
	background:url(../images/BG_content.jpg) no-repeat;
	padding:0px 10px 20px 55px;
	float:left;
}
.BGtransparent {
	background:url(../images/BG_transparent.png) transparent;
	padding:5px;
}
.columnRt {
	width:350px;
	float:right;
}

/********************************************/
/*				 CONTENT					*/
/********************************************/
.column01 {
	width:370px;
	padding-right:10px;
	float:left;
}
.column02 {
	width:370px;
	padding-left:10px;
	border-left:solid 1px #cccccc;
	float:right;
}
/********************************************/
/*				   FORMS					*/
/********************************************/
.label {
	width:100px;
	padding-right:10px;
	float:left;
}
.control {
	width:350px;
	float:left;
}

.size {
	float:right;
	width:85px;
	border-left:solid 1px #9c8cb9; 
	padding-left:10px;
	margin-left:15px;
}