@charset "UTF-8";
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	

a:link {
	color: #ebc252;
	text-decoration: underline;
}
a:visited {
	color: #ebc252;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;	
}

.title1 {
	font-size: 14px;
	font-weight: bold;	
	text-decoration: underline;	
}

#content {
	float: left;
	width: 720px;
	margin: 0;
	padding: 0;
}


#description {
	float:right;
	width: 378px;
	margin: 0;
	padding: 0;
	
}

#picture {
	float: left;
	width: 342px;
	margin: 0;	
	padding: 0;
}


.fltrt {
	float: right;
	margin-left: 10px;
}

.fltlft { 
	float: left;
	margin-right: 10px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 233px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 0px; }
#navigation { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->