@charset "UTF-8";
/* CSS Document */
body{
margin-top:15px;
padding:0;
line-height: 1.5em;
background: url(images/background.jpg) repeat-x #000000;
color:#ccc;
font:Arial, Helvetica, sans-serif;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 900px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
border:1px solid #ccc;
}

#topsection{
height: 140px; /*Height of top section*/
color:#FFCC00;
text-align:center;
float:left;
clear:both;
width:900px;
background:url(images/greenborderbg.jpg) repeat-x bottom;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
float:left;
width:530px;
margin-top:10px;
margin-left:10px;
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
}

#rightcolumn{
float: right;
width: 180px; /*Width of right column*/
}

#footer{
clear: left;
width: 100%;
color: #FFF;
font-weight:normal;
text-align: center;
padding: 20px 0 4px 0;
background:url(images/greenborderbg.jpg) repeat-x;
font-size:12px;
}

#footer a{
color: #FFFF80;
}
.bottomimages img{
margin-right:7px;
margin-bottom:5px;
}
.bottomimages {
width:520px;
text-align:center;
}
.submit {
color: green;
background-color:#000000;
margin-left:40%;
cursor:pointer;
cursor:hand;
}
input {
background-color:#ccc;
color:#000}
.innertube{
margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}