@charset "UTF-8";
/* CSS Document */

body {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000;
	text-align: center; /* Centers the container */
	margin: 10;
	padding: 0;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #369;
}

a:link {
	color:#FFFFFF;
	text-decoration: none;
	background-color: #666;
}

iframe {

	left: 75px;
	position: relative;
	}
	
a:visited {
	text-decoration: none;
	color: #96C;
}
a:hover {
	text-decoration: underline;
	color:#3333CC;
}
a:active {
	text-decoration: underline;
	color:#FF0;
}


.headerimages {
	border-top-width: 0px;
	border-right-width: 15px;
	border-bottom-width: 0px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
      }

#wrapper {
	width: 800px; /* 780px is just wide enough to fill and 800px screen */
	margin: 0 auto; /* It's important to set the margin to auto if you want the layout to center */
	background: #fff;
	text-align: left;
	border: 5px double #369;
}

#column1, #column2, #column3, #column4 ,#footer{
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#header {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: lighter;
	background-image: url(images/headerbg.gif);
	padding-bottom: 2px;
}

#section1 {
	float: left; /* Sets this section to the left */
	background: #fff;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

    #column1 {
	float: left; /* Sets this column to the left inside its section */
	width: 170px;
    }

    #column2 {
        float: right; /* Sets this column to the right inside its section*/
        width: 170px;
    }

#section2 {
	float: right; /*Sets this sectionto the right */
	background: #fff;
	width: 400px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

    #column3 {
        float: left; /* Sets this column to the left inside its section */
        width: 170px;
    }

    #column4 {
        float: right; /* Sets this column to the right inside its section*/
        width: 170px;
    }

#footer {
	background: #369;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding: 3px;
}
