/* CSS Document */

body{
margin:0;
padding:0;
line-height: 1.5em;
background: url(../Images/trip_bg.jpg) repeat;
}

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

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background:url(../Images/argus1_bg.jpg) repeat-y 0 50%;
}

#topsection{ /*use banner images width:840px by height:180px*/
background: url(../Images/argus1_banner.jpg);
height: 193px; /*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*/
}

#leftcolumn{ /* use this column for vertical navigation menus*/
float: left;
width: 190px; /*Width of left column in pixel*/
margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
}

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

#subfooter{
clear:left;
width:100%;
height: 28px;
background:url(../Images/argus1_subfooter_bg.jpg) no-repeat 0 50%;
} 

#footer{
clear: left;
width: 100%;
background: url(../Images/bg_wood.gif);
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #CCCCCC
}

#footer a:hover{
color: #FFFFFF
}

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

.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 150px;
}

.buttonmenu li a{
color: white;
display: block;
width: 150px;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
background-color: #FF0000;
text-decoration:none;
}


.buttonmenu li a:visited{
color: white;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: black;
background-color: #FF99FF;
}

