/* CSS Document */
html, body{
	padding: 0px;
	margin: 0px;
	width: 100%;

}
body{
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	/* background: #E5E5E5 url(images/bg.png) top left no-repeat; */
}
h1{
	font-size: 30px;
	font-weight: normal;
}
a img{
	border: 0 none;
}
#container{
	width: 1050px;
	padding-top: 130px;
	position: relative;
}
#title{
	width: 250px;
	height: 90px;
	position: absolute;
	top: 0;
	left: 180px;
	/* background: url(images/title.png) top left no-repeat; */
}
iframe{
	padding-left: 15px;
	border: 0 none;
}
/* COLUMN A */
#col-a{
	width: 150px;
	float: left;
	font-size: 13px;
	clear: none;
	padding-right: 30px;
}
#col-a ol{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#col-a ol li{
	display: block;
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
	height: auto;
	padding-bottom: 20px;
	text-align: right;
}

#col-a ol li.current{
	padding-left: 0px;
	font-weight: normal;
	font-style: italic;
}
#col-a ol li a{
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	padding-left: 0;
}
#col-a ol li a:hover{
	color: #000000;
	text-decoration: none;
}

/* SHOWCASE */
#showcase{
	width: 600px;
	float: left;
	font-size: 16px;
	clear: none;
}
#showcase img{
	float: none;
	border: 0 none;
	padding: 0 0 20px 0;
}
/* ABOUT */
#about{
	width: 210px;
	float: left;
	padding-right: 30px;
	font-size: 12px;
	text-align: left;
}
#about p{
	padding: 0;
	margin: 0;
}	

