@charset "utf-8";
/* Basic styles */
*{ margin:0; padding:0; border: 0;}
html,body{ height:100%; }
a img{ border:0 }
a,a:visited{color:#cc9933; cursor:pointer; text-decoration:none }
a:hover{color:#FFFFFF; cursor:pointer; text-decoration:underline }
option{ padding-right:.5em }
ul,ol,dl{}
ul{ list-style:none }
/* Fonts */
body {
	color:#cccccc;
	font:12px/16px "Times New Roman", Times, serif;
	text-align: center;
}
table { color:#fff; font:12px/16px "Times New Roman", Times, serif;}
/* Body,html,wrapper */

#wrapper{
  position:relative;
  width:776px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background: #000000;
}
#body{
  position:absolute;
  top:0;
  left:0;
  z-index:100;
}

/* MAIN */
#main{
  overflow:hidden;
}

/*clear*/
.clear{
  clear:both;
}
#header{
  position:relative;
  height:180px;
  width:776px;
}
#spacer{
  position:relative;
  width:776px;
}
#column1{
  float:left;
  position:relative;
  width:527px;
  padding-left: 23px;
  padding-right: 24px;
}
#column1 .text {
padding-left: 23px;
padding-right: 20px;
}
#column1 p {
text-indent: 15px;
}
#column1 .indent {
padding-left: 23px;
}
#column2{
  float:left;
  position:relative;
  width:192px;
}

