body {
    background-image: url(../images/layout/mainBg.jpg);
	background-repeat: repeat;
	background-position: top left;
    background-color: #FFFFFF;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}
div#lang{
    text-align: right;
    float: right;
    width: 100px;
    height: 20px;
    border: 0px solid #f26522;
    margin: 0px auto;
    margin-top: 12px;
    margin-right: 12px;
}
div#dottedcontainer {
    background-image: url(../images/layout/topDottedBg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
    width: auto;
    height: 41px;
    border: 0px solid #f26522;
    margin: 0px auto;
}
.leftFrame{
    background-image: url(../images/layout/leftFrame.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}
.rightFrame{
    background-image: url(../images/layout/rightFrame.jpg);
	background-repeat: repeat-y;
	background-position: top right;
}
.topFrame{
    background-image: url(../images/layout/topFrame.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.bottomFrame{
    background-image: url(../images/layout/bottomFrame.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.contentBg{
    background-image: url(../images/layout/contentBg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
    padding: 20px;
}
a.langLink{
    font-family:  Georgia, Verdana;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
a.langLink:hover{
    font-family:  Georgia, Verdana;
    font-size: 12px;
    color: #AAAAAA;
    font-weight: bold;
    text-decoration: none;
}
a {
  outline: none;
}
td.sippan{
	background-color: #000000; color: black;
	    font-family:  Georgia, Verdana;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
object, embed {
  outline: 0;
}


