html,body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	margin:0;
	padding:0;
	background:#C2C2C2 url(../images/bg.jpg) left top repeat-x; 
	color: #000;
	width: 100%;
              height: 100%;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #C00000;
	text-decoration: none;
}

#outouter {
	width: 780px;
	margin: 0 auto;
}

#outer {
	position: relative;
	left: 0;
	top: 0;
	width: 780px;
	text-align:center;
}

#maincontainer {
	width: 780px;
	margin-top: 4px;
}

#topsection {
	width: 780px;
	height: 100px;
	background: #FFF url(../images/logo.gif) top left no-repeat; 
	text-align: right;	
}

#menusection {
	width: 780px;
	height: 32px;
	background: url(../images/menubg.gif) bottom left repeat-x;
}

#contentsection {
	width: 780px;
}

.contentsection a {
	color: #C00000;
}

#center {
	padding-top: 4px;
	text-align: justify; 
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

.progframe { 
	position:relative; 
	left:0; 
	top:0; 
	padding: 10px; 
}

.fpics {
	border: 2px solid #FFF;
}

.leftmargin {
	margin-left: 10px;
}

.itemtitle {
	font-size: 16px; 
	font-weight: bold;
	color: #C00000;
}

.itempic {
	padding-right: 10px; 
	border: 0;
}

.item {
	text-align: justify;
}

.pagetop {
	font-size: 10px;
}

.wrap1, .wrap2, .wrap3, .wrap4 {
  display:inline-table;
  /* \*/display:block;/**/
}

.wrap1 {
  float: left;
  width: 780px;
  min-height: 480px;
  height: auto !important;
  height: 480px;
  background: transparent url(../images/fppic.jpg) left center no-repeat;
}

.wrap2 {
  width: 780px;
  min-height: 480px;
  height: auto !important;
  height: 480px;
}

.wrap3 {
  width: 350px; /* stupid IE.. must be defined for opacity */
  height: 280px; 
  margin-top: 130px;
  margin-left: 380px;
  background-color: #FFF;
  filter: alpha(opacity = 55); /* for IE */
  -moz-opacity: .55;
  opacity: .55; /* for css3 */
}

.wrap4 {
  width: 350px;
  margin: 15px;
  text-align: justify;
}

.wrap4 img {
  display: block;
}


.fpitemtitle {
	color: #C00000;
	font-size: 18px; 
	font-weight: bold;
	margin: 10px;
}

.fpitem {
	color: #000;
	font-weight: bold;
	text-align: justify;
	margin: 10px;
}

.fppagetop {
	color: #6E0404;
	font-size: 10px;
}