body {
font: 1.0em verdana, arial, sans-serif;
text-align: center;
}

* {
margin:0;
padding:0;
}


div#mainwrap {  /*Wrap for whole page*/
min-width: 70%;
max-width: 80%;
margin-left: auto;
margin-right: auto;
text-align: left;
}



div#top {     /*For the 2 links at the very top of the page*/
text-align: right;
font-size: .8em;
padding: 5px;
}

div#top p {
color: #a8212a;
}

div#top a {
text-decoration: none;
color: #a8212a;
}

div#top a:hover {
text-decoration: underline;
}

div#header {   /* The Header*/
background-image: url(images/header.gif);
height: 140px;
border-right: 2px solid #a8212a;
border-left: 2px solid #a8212a;
border-top: 2px solid #a8212a;
}

div#header h1 {
color: grey;
margin-top:15px;
}

div#header img {
border: none;
margin-top: 15px;
}

div#contentarea { /*Part of layout, do not edit unless you know what you are doing!*/
background-color: #fff;
background:url(images/binary.gif) repeat-y top left;
position: relative;
margin-top:-21px;
border-left: 1px solid #a8212a;
}

div#contentarea2 {   /*Part of layout, do not edit unless you know what you are doing!*/
background-color: #fff;
background:url(images/binary.gif) repeat-y top right;
position: relative;
margin-top:21px;
border-right: 1px solid #a8212a;
}

div#c1 { /*The Right column*/
width: 180px;
position:absolute;
top:-08px;
left:-12px;
overflow: hidden;
text-align: center;
}

.ad1 {
margin-top: 100px;
margin-left:15px;
}
/*ENd for main menu*/



/*Main Content Area (middle of page)*/

div#c2 {
margin: 0 0 0 185px;
border-left: 1px solid #a8212a;

padding: 10px;
}


div#c2 blockquote { /*For the column that starts with heading "title"*/
width: 140px;
text-align: center;
margin-bottom: 20px;
margin-left: 25px;
float: right;
font-size: .7em;
border-left: 1px dotted #a8212a;
border-bottom: 1px dotted #a8212a;
padding-left: 3px;
}

div#c2 blockquote p {
margin: 0;
padding: 2px;
}


div#c2 span { /*For the picture, picture must be 250px wide or you need to edit this*/
float: left;
width: 250px;
margin: 10px 10px 10px 0;
}

div#c2 h1 {
font-size: 1.4em;
color: #a8212a;
}

div#c2 h2 {
color: #a8212a;
}

div#c2 p {
font-size:.8em;
margin: 0 30px 1em;
}

div#thanks { /*For the Thanks at the bottom of the page*/
text-align: center;
margin-top: 20px;
margin-bottom:100px;
}



div#footer { /*The footer*/
background: url(images/header.gif);
text-align:center;
color: yellow;
border: 1px solid #a8212a;
}

div#footer p {
color: #b49e7c;
font-size: .8em;
font-weight: bold;
}

div#footer a {
color: #b49e7c;
text-decoration:none;
}

div#footer a:hover {
text-decoration: underline;
}


.clearfix:after { /*Part of layout, do not edit unless you know what you are doing!*/
content:".";
display: block;
height:0;
clear: both;

}

.clearfix {    /*Part of layout, do not edit unless you know what you are doing!*/
display: inline-block;
}

* html .clearfix {height: 1%;}   /*Part of layout, do not edit unless you know what you are doing!*/
.clearfix {display: block;}

.tube {
text-align:center;
margin-top: 10px;
}
