body {
	background: url(img/background_iframe.jpg);
	background-repeat: repeat-x;
}

body,div {
	font-size : 11px;
	font-family : "Verdana", "Tahoma", "Futura","Helvetica",sans-serif;
	vertical-align:top;
	color: #777;
	margin: 0px;

}

#container {
			margin: 0px;
}


#text {
        margin-left: 45px;
        color: #777;
        width: 860px;
}


#subtext {
        float: left;
        width: 605px;
        text-align: justify;
        margin-right: 40px;
}


#panel {
        float: left;
        width: 200px;
        text-align: justify;
}


#footer {
        margin-left: 45px;
        width: 605px;
}


ul {
        list-style-position: outside;
        list-style-type: square;
        list-style-image: url(img/sqr.gif);

}

ol {

        list-style-position: outside;

}

.small {
	font-size : 10px;


}

.sitemap {
	font-size : 11px;
	}

a:link, a:visited, a:active
 {
   font-weight: normal;
   color: #954;
   text-decoration: none;
 }

a:hover
 {
   font-weight: normal;
   color: #777;
   text-decoration: none;
 }
