@charset "utf-8";
/* CSS Document */
a {text-decoration: none;}
a:link {color: white;}
a:visited {color: #cccccc;}
a:active {color: white;}
a:hover {color: #999999;}
#address{
text-align: right;
float:right;
}
.floatleft{float: left;}
body{
background-image:url('Images/bodyBg.jpg');
background-repeat:repeat;
line-height: 1.5em;margin:0;padding:0px 0px 25px 0px;
}
b{font-size: 110%;}
em{color: black;font-weight:bold;}
p{font-family:Georgia, Garamond, "Times New Roman", Times, serifmargin:20px;text-align:justify;}
img{border:none;}
#maincontainer{
background: #000033;
width: 900px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background-image:url('Images/bodyBg.jpg');
background-repeat:repeat;
color: #000033;
font-weight:bold;
height: 93px; /*Height of top section*/
padding-top:25px;
}

#menu{
background-color:#000033;
background-image:url('Images/menuBg.jpg');
background-repeat:repeat-x;
color:white;
font-size:12px;
height:27px;
text-align:justify;
text-transform:uppercase;
word-spacing:30px;
padding-left:25px;
border-bottom:2px solid white;
}
#fold{background-color:white;
/*height:342px;*/
}
#topsection h1{margin: 0;padding-top: 15px;}
#contentwrapper{
background-image:url('Images/btnBg.jpg');
background-repeat:repeat-x;
color: white;float: left;width: 100%;
}
#contentcolumn{
margin-left: 600px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/
margin-top:25px;
padding-top:25px;
text-align:center;
}
#leftcolumn{
color: white;
float: left;
width: 300px; /*Width of left column in pixel*/
margin-left: -900px; /*Set left margin to -(MainContainerWidth)*/
margin-top:25px;
padding-top:25px;
text-align:center;
border-right:2px solid white;
}
#rightcolumn{
color: white;
float: left;
width: 300px; /*Width of right column in pixels*/
margin-left: -600px; /*Set right margin to -(MainContainerWidth - LeftColumnWidth)*/
margin-top:25px;
padding-top:25px;
text-align:center;
border-right:2px solid white;
}
#footer{
clear: left;
font-size:10px;
width: 100%;
color: #FFF;
text-align: center;
text-transform:uppercase;
padding: 4px 0;
}

#footer a{color: #FFF;}

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