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

body{
margin:0;
padding:10px;
line-height: 1.5em;
background-image: url(../images/background.jpg);
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
}

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

#maincontainer{
width: 980px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color:#FFFFFF;
border-width: 1px;
 border-style: solid;
 border-color: #7F6E81;
}

#topsection{
background: #fff;
height: 355px; /*Height of top section*/
}

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

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

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

#leftcolumn{
float: left;
width: 190px; /*Width of left column in pixel*/
margin-left: -980px; /*Set margin to that of -(MainContainerWidth)*/
background: #fff;
border-right:2px solid #8A6E85;
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
background: #ccc;
}

#footer{
clear: left;
width: 100%;
background: white;
color: #FFF;
text-align: center;
padding: 4px 0;
color: #967A91;
}

#footer a{
color: #967A91;
font-size:12px;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

img
{
border:none;
}

h1
{
font-size:16px;
color:#21254A;
}

.copyright{
color: #000;
font-size:12px;
text-align:center;
}

.copyright a{
color: #000;
font-size:9px;
text-align:left;
}

.flashbox
{
 position:absolute;
 top:-207px;
 left:395px;
 width: 582px;
}


