@charset "utf-8";
/* CSS Document */

body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #038DBA;
}
img {
	border: 0;
}
a:link {
	color: #038DBA;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #0C0;
	text-decoration: none;
}
h1 {
	font-size: 22px;
}
h1 a:link {
	text-decoration: underline;
}
h1 a:hover {
	text-decoration: none;
}
h1 a:visited {
	color: #0C0;
	text-decoration: none;
}

#container {
	width: 799px;
	background: #FFF;
	margin: 0 auto;
	text-align: left;
} 
.header { 
	margin-top: 10px;
} 

.container1 {
    float:left;
	padding-left: 10px;
    background: #B6EEFF;
	overflow: hidden;
}
.col1 {
    float:left;
    width:50%;
    overflow:hidden;
}
.col2 {
    float:right;
    width:43%;
    overflow:hidden;
}
.screenshot {
	background-image: url("screenshot-bg.gif");
	padding: 10px;
}
.footer {
	text-align: center;
	font-size: 10px;
	background: url("footerbg.gif") repeat-x;
	width: 799px;
	color: #FFF;
	padding-top: 8px;
	clear: both;
} 

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}