#head {
	position: relative;
	height: 100px;
	width: 760px;
	background-color: #fff;
	text-align:center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px;
}
#sec1 {
	background-color: #333333;
	position: relative;
	width: 190px;
	float: left;
	margin: 5px;
}
#sec2 {
	background-color: #E4E5ED;
	float: left;
	width: 190px;
	position: relative;
	margin: 5px;
}

#sec3 {
	background-color: #66CC99;
	position: relative;
	width: 190px;
	float: left;
	margin: 5px;
}
#sec4 {
	background-color: #CC0033;
	margin: 5px;
	float: left;
	width: 190px;
	position: relative;
}
#sec5 {
	background-color: #CC0033;
	margin: 5px;
	float: left;
	width: 190px;
	position: relative;
}
#sec6 {
	background-color: #CC0033;
	margin: 5px;
	float: left;
	width: 190px;
	position: relative;
}
#sec7 {
	background-color: #CC0033;
	margin: 5px;
	float: left;
	width: 190px;
	position: relative;

}
#sec8 {
	background-color: #CC0033;
	margin: 5px;
	float: left;
	width: 190px;
	position: relative;

}
#sec9 {
	background-color: #CC0033;
	margin: 5px;
	float: left;
	width: 190px;
	position: relative;

}
#sec10 {
	background-color: #CC0033;
	margin: 5px;
	float: left;
	width: 190px;
	position: relative;

}
#sec11 {
	background-color: #CC0033;
	margin: 5px;
	float: left;
	width: 190px;
	position: relative;

}
#sec12 {
	background-color: #CC0033;
	margin: 5px;
	float: left;
	width: 190px;
	position: relative;

}
#sec13 {
	background-color: #CC0033;
	margin: 5px;
	float: left;
	width: 190px;
	position: relative;

}
#sec14 {
	background-color: #CC0033;
	margin: 5px;
	float: left;
	width: 190px;
	position: relative;

}
#sec15 {
	background-color: #CC0033;
	margin: 5px;
	float: left;
	width: 190px;
	position: relative;

}


#wrap {
	background-color: #D8FFCA;
	width: 760px;
	position: absolute;
	margin: 0 auto;
	text-align: center;
	padding:10px;
	border-style:solid;
	border-width:1px;
	border-color:grey;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
	border-radius:15px;
}

table {
	text-align: left;
}
#footer {
	background-color: #A1FF7F;
	clear: left;
	float: left;
	height: 100px;
	width: 760px;
	position: relative;
}
#bottom {
	text-align:center;
	padding-top:10px;
}
input {
	margin-top:5px;
	margin-bottom:5px;
}
fieldset {border:none}
a {color:#666;text-decoration:none;}
a:hover {color:#333;text-decoration:underline;}

/* -----------------HEADER-----------------------------*/
#top {
  /*display:none;*/
  font-size:14px;
  position:fixed;
  background-color:#FAFCEF;
  width:260px;
  float:left
  /*margin:0 auto;*/
  height:50px;
  top:0px;
  left:0px;
  right:0px;
  margin-left:20px;	
  z-index: 9999;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
  box-shadow: 0px 0px 10px rgba(0,0,0,.8);	
	
} 
#top_right{
  padding-top:5px;
  padding-bottom:5px;
  width:80px;
  height:15px;
  float:right;	
}
#top_left{
  padding-top:5px;
  padding-bottom:5px;
  margin-left:15px;
  width:100px;
  height:15px;
  float:left;	
} 
#top a {
  color:#999;
  text-decoration:none;
}
#top a:hover {
  color:#222;
  text-decoration:none;
}
/*------------------/HEADER--------------------------------*/
