/* General styles */
body {
    margin:auto;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:800px;
    background: #6699ff;
    min-width:600px;    	/* Minimum width of layout - remove line if not required */
    font-size:90%;
}

a.butt:hover img {opacity: 0.7;}
a.butt:link img {border:0px;}
a.butt:visited img {border:0px;}

p {margin:.4em 0 .8em 0;}
/* Header styles */
#header {
    clear:both;
    float:left;
    width:100%;
    height: 300px;
    background-color: #4f7dff;

}
#header img {
    position: relative;
    margin: auto;
    top: 0px;
}

/* column container */
.colmask {
    position:relative;	/* This fixes the IE7 overflow hidden bug */
    clear:both;
    float:left;
    width:100%;			/* width of whole page */
    overflow:hidden;		/* This chops off any overhanging divs */
    top: 50px;
    background: #ffffff;
	padding-bottom: 0px;
}
/* common column settings */
.colleft {
    float:left;
    width:100%;
    position:relative;
    right: 690px;
    background: #4f7dff;
    border: 0px solid #000000;
}
.col1 {
    float:left;
    position:relative;
    overflow:hidden;
    width: 690px;
    left: 800px;
    top: 10px;
    background: #ffffff;
	padding-bottom: 100px;
}

.col2 {
    float:left;
    position:relative;
    overflow:hidden;
    width:100px;
    left: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
    background: #4f7dff;
}

.col2 img {
    position: relative;
    margin: auto;
    top: 0px;
}
/* Footer styles */
.gap {
    clear:both;
    float:left;
    width:100%;
    height:20px;
    background-color: #ffffff;
}

.gap img {
    position: relative;
    margin: auto;
    top: 0px;
}

.text {
    color: #000000;
    font-family: arial;
    font-size:small;
    text-align:left;
    position: relative;
    left: 20px;
    width: 95%;
	border-collapse: collapse;
}

.text_big {
/*     background-color: #ffffff; */
/*     background-color: #6699cc; */
    color: #000000;
    font-family: arial;
    font-size:large;
    position:relative;
    text-align:left;
	justify: left;
    margin: 10px;
    border-collapse: collapse;
}

.footer {
    position: absolute;
    margin: auto;
    width: 690px;
    height: 20px;
    bottom: 0px;
    right: 0px;
    border: 0px solid #123432;

}