body {
	background: #cbcbcb;
	margin: 15px;
	padding: 0;
}

#wrap {
	  width: 1200px; 
	  border: 1px solid #000000;
	  text-align: left;
	  vertical-align: middle;
	  margin: 0px auto;
	  padding: 0px;
}

a:link,a:visited,a:active {
	  color: #00749E;
	  text-decoration: none;
}

a:hover {
	  color: #1DA4A1;
	  text-decoration: underline;
}





/****************** Header  ******************/

#header { 
	  width: 1200 px;
	  background-color: #ffffff;
	  display: block;
}



/****************** Content  ******************/

#content {
	  width: 100%;
	  height: 100%;
	  background-color: #ffffff;

	  border-top: none;
	  display: inline-table;
}

#l_content {
         float: left;
	  width: 880px;
	  padding-right: 10px;
	  padding-left: 20px;
	  padding-top: 25px;
	  padding-bottom: 30px;
}

#r_content {
         float: right;
	  width: 250px; 
	  font-family: calibri, 'Trebuchet MS', arial, verdana, helvetica; 
	  color: #000000; 
	  font-size: 12px; 
	  font-weight: normal;
	  padding-right: 10px;
	  padding-left: 20px;
	  padding-top: 25px;
	  padding-bottom: 30px;
}

#inner_content {
	  width: 80%; 
	  background-image: url(../images/bg_popup.gif);
	  font-family: calibri, 'Trebuchet MS', arial, verdana, helvetica; 
	  color: #000000; 
	  font-size: 14px; 
	  line-height: 18px;
	  padding: 15px;
	  border-color: #808285 #C0C1C2 #808285;
	  border-style: solid;
	  border-width: 15px 1px 15px;
}

a.inner_content:link,a.inner_content:visited,a.inner_content:active {
	  color: #00ff00; 
	  font-size: 14px; 
	  line-height: 18px;
         font-weight: bold;
}

a.inner_content:hover {
	  color: #00cccc; 
}


/****************** Footer  ******************/

#footer { 
	  width: 1200 px;
         text-align: right;
	  background-color:#6E7071; 
	  padding-right: 25px;
	  padding-top: 10px;
	  padding-bottom: 10px;
	  font-family: calibri, 'Trebuchet MS', arial, verdana, helvetica; 
	  color: #ffffff; 
	  font-size: 14px; 
	  line-height: 16px;
	  font-weight: normal;
	  display: block;
}

a.footer:link,a.footer:visited,a.footer:active {
	  color: #00cc00; 
	  font-family: calibri, 'Trebuchet MS', arial, verdana, helvetica; 
	  font-size: 14px; 
	  line-height: 16px;
	  font-weight: normal;
}

a.footer:hover {
	  color: #00ff00; 
	  text-decoration: none;

}


