body {
	
}

#faux_column{
	padding:0 10px;
	background-color:#fff;
}


.content{
	float:left;
	width:640px;
	background: url(images/filli.jpg) right 20px no-repeat;
}

.pubCol{
	float:right;
	background-color:#eee;
	padding:10px;
	
}

.pubCol object{
	cursor:pointer;
}
.content h2{
	background:#0A4366 url(images/title_bluegradiant.png) bottom repeat-x;
	color:#fff;
	padding:5px;
	line-height:1em;
	margin:0px 0px 0px 0px;
	font-size:18px;
	position:relative;
	font-weight:normal;
	letter-spacing:1px;
}


.content li{
	font-size:14px;
	font-weight:bold;
	color:#666;
	line-height:20px;
	margin: 15px 0;
	max-width:450px;
}


.content ul{
	
	list-style-image: url(images/ul_arrow.gif);
	margin-top:0px;
	padding-top:10px;
	list-style-position:inside;
	
}

.button{clear:both;}

.button a{
	display:inline-block;
	color:#0A4366;
	
	font-size:14px;
	float:left;
	width:190px;
	margin:15px;
	padding:5px;
	height:50px;
	padding-left:58px;
}

.button a:hover{
	color:#990000;
	text-decoration:none;
}

.button a.download{
	background: url(images/download.png) 5px 5px no-repeat;
}


.button a.connect{background: url(images/user.png) 5px 5px no-repeat;}
.button a.subscribe{background: url(images/pencil.png) 5px 5px no-repeat;}

.content p{
	text-indent:20px;
	font-size:14px;
	line-height:1.2em;
	width:450px;
	margin: 15px 20px;
}

div.supp_text {
	color:#666;
	clear:both;
	padding:20px;
	border:1px solid #aaa;
	margin:20px 0;
	background:#eee url(images/what.png) right center no-repeat;
}

div.aboutElement{
	margin:15px;
	border:1px solid #ddd;
	padding:3px;
	cursor:default;
}

div.aboutElement p{text-indent:0;}

div.aboutElement img{
	display:block;
	float:left;
	margin-right:15px;
}

