@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: TradeGothic;
	src: url('../font/Trade Gothic LT Condensed No 18.ttf');
}

@font-face {
	font-family: TradeGothic;
	font-weight: bold;
	src: url('../font/Trade Gothic LT Bold Condensed No 20.ttf');
}

body{margin:0;padding:0;color:white; font-family:TradeGothic, verdana}
a{color:white; text-decoration:underline}
a:hover{text-decoration:underline}

#main{
position:relative;
width:860px;
margin:80px auto 10px;
padding:33px 40px 0 60px;
background-color:#0081a2;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
behavior: url(./pie/PIE.htc);}

.left_column{width:250px; float:right}

	#download{padding:11px 16px 14px; background-color:white; color:#0081a2;margin:93px 0 45px 0;-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
behavior: url(./pie/PIE.htc);font-size: 15px}
	#download h3{margin:0 0 15px;font-weight:normal;font-size:18px}
	#download a{color:inherit; text-decoration:none}
	#download a:hover{text-decoration:underline}

h1{font-size:18px;font-weight:bold}
h2{font-size:15px; font-weighy:bold;margin:15px 0 0 0}
p{font-size:13px;margin-top:0}

ul{margin:0;padding:0}
ul li{list-style-type:none;font-size: 14px}

.construct{color:#333333; font-family:Arial, Helvetica, sans-serif;font-size:10px}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}