/* CSS Document */

body {
 margin: 0;
 padding: 0;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 70%;
 background: #669999;
}

#holder {
 width: 950px;
 margin-left: auto; 
 margin-right: auto;
}

#header {
 height: 97px;
 background: url(../images/hdr_bg.gif) repeat-x;
}

#topbanner {
 float: right;
 border: #336666 1px solid;
 padding: 5px 5px 5px 5px;
 margin: 8px 10px 0 0;
 background: #ffffff;
}

#top01 {
 float: left;
 width: 196px;
 height: 37px;
 background: url(../images/top_bg.gif) no-repeat;
}

#top02 {
 float: right;
}

#wrapper {
 float: left;
 width: 950px;
 background: url(../images/wrp_bg.gif) repeat-y;
 }
 
#left-column {
 float: left;
 width: 188px;
}

#flash-banner {
 margin: 10px 0 10px 0;
}

#middle-column {
 float: left;
 width: 605px;
 margin: 0 0 0 8px;
}
#middle-content 
{
	padding:10px 10px 10px 10px; 
}

#right-column {
 float: right;
 width: 149px;
 text-align: center;
}

.descr {
 background: #66CCCC;
 height: 27px;
}

#calholder { 
 float: left;
 width: 605px;
 text-align: center;
 background: url(../images/calc_bg.gif) repeat-x;
 }

.calc { 
 float: left;
 padding: 15px 0 25px 20px;
 text-align: left;
 }
 
#footer {
 clear: both;
 height: 25px;
 background: url(../images/ftr_bg.gif);
 padding: 10px 0 0 0;
 text-align: center;
}


#flash-banner,.descr, #footer {
 border-top: #003333 1px solid;
 border-bottom: #003333 1px solid;
}