/* CSS Document */
body {
  margin:0;
  padding:0;
  border:0;			/* This removes the border around the viewport in old versions of IE */
  width:100%;
  background:#63a8af;
  min-width:600px;    /* Minimum width of layout - remove line if not required */
				/* The min-width property does not work in old versions of Internet Explorer */
  font-size:90%;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
}
#fixed {
  margin:0 auto;
  width:790px;   /* you can use px, em or % */
  text-align:left;
  background-color: #FFFFFF;
}
a {
  	color:#369;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
  h1, h2, h3 {
      margin:.8em 0 .2em 0;
      padding:0;
  }
  p {
      margin:.4em 0 .8em 0;
      padding:0;
  }
img {
	margin:10px 0 5px;
}
/* Header styles */
  #header {
      clear:both;
      float:left;
      width:100%;
  }
#header {
	border-bottom:1px solid #000;
}
#header p,
#header h1,
#header h2 {
    padding:.4em 15px 0 15px;
      margin:0;
}
#contentwrapper{
float: left;
width: 100%;
background: #FFFFFF;
}

#contentcolumn{
margin: 0 190px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 160px; /*Width of left column in pixel*/
margin-left: -790px; /*Set margin to that of -(MainContainerWidth)*/
background: #FFFFFF;
padding: 0 10px 0 10px;
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
background: #FFFFFF;
}
/* Footer styles */
#footer {
      clear:both;
      /*float:left;*/
      width:100%;
      background-color: #FFFFFF;
	border-top:1px solid #000;
  }
  #footer p {
      padding:10px;
      margin:0;
  }
.col2 img{
margin: 0;
}
.col2 h1{
font-size: 85%;
}
.col2 h2{
font-size: 85%;
}
