/* CSS Document */

body {

  text-align: center;
  min-width: 900;
  background-color: #F90;
  font-family: "Georgia", times; 
  font-size: 12px;
  margin: 0 0;
  }

#wrap {

  background: #FF6;
  text-align: left;
  margin: 0 auto;
  width: 950px;
  height: 1100px;
  }

#header {
  width: 100%;
	height: 80px;
	}

#header p { text-align: center; }
#header .top  {	font-size: 16px; color: #009; font-weight: bold; }
#header .top2 { font-size: 24px; }


#lcol2 {

   float: left;
	 width: 435px;
	 height: 730px;
	 margin: 0;
	 font-size: 18px;
	 padding: 1em;
	 }

#rcol2 {
   float: right;
	 width: 435px;
	 height: 730px;
	 margin: 0;
	 font-size: 18px;
	 padding: 1em;
	 }

#boxit { background: #FFD; padding: 5px 20px; height: 375px; }

#rcol2 h3 {	font-size: 18px; color: #900; font-weight: bold; }
#lcol2 h3 {	font-size: 18px; color: #900; font-weight: bold; }

.sml { font-size: 12px; }

#footer {
  clear: both;
  width: 500px;
	height: 200px;
	font-size: 18px;
	text-align: center;
	line-height: 1.2;
	margin-left: auto;
  margin-right: auto;
	}

#footer .info {	font-size: 18px; color: #900; font-weight: bold; }
