/* Copyright 2006 Neil MacLeod www.web-studio.co.uk */
html,body { height:100%;}


body {
		text-align:center;
        font-family: "Trebuchet MS", verdana, sans-serif;
        padding:0px;
        margin:0px;
 		font-size:80%;
        color:#000;
        background:#3333FF;

}

	#wrap {
        position:relative;
		width:770px;
       	margin-top:0px;
        margin-left:auto;
        margin-right:auto;
		padding:0px;
		text-align:left;
        background-color:#fff;
  background-image: url(../images/wrap.jpg);
  background-position: right;
  background-repeat: repeat-y
}
#dbg  {
  background-color: #0113CB;
        background-image: url(../images/bg.jpg);
        background-position: top;
        background-repeat: repeat-x;
        margin:0px;
        padding:0px;
}
img{
  border:none;
}

#content {
        width:500px;
	    background:#fff;
	    color:#000;
        margin:0px;
        padding:253px 0px 5px 5px;
        text-align:justify;

}
ul{
  background-image: url(../images/europe.jpg);
  background-position: right;
  background-repeat: no-repeat
}

#right{
        position:absolute;
        top:253px;
        right:10px;
	    width:240px;
        padding-bottom:10px;
     	}
#rcb{
  background-image: url(../images/rac.jpg);
  background-position: center;
  background-repeat: no-repeat;
  width:240px;
  height:185px;
  padding:55px 0px 0px 10px;
  color:#fff;
}
.sidebar{
  background:#eee;
  text-align:center;
  border:1px solid #ccc;
  padding:5px;
  margin-left:5px;
  margin-bottom:7px;
}

#footer{
  width:100%;
  height:123px;
  background-image: url(../images/f-back.jpg);
  background-position: top;
  background-repeat: repeat-x;
  margin-top:-17px;
  padding:0px;
}
#footer-content{
                margin-left:auto;
        margin-right:auto;
        width:952px;
        height:108px;
        padding-top:30px;
        font-size:0.9em;
  background-image: url(../images/foot.jpg);
  background-position: center;
  background-repeat: no-repeat
}

h1{
        font-size:1.8em;
        line-height:30px;
        border-bottom:2px solid #000;
  background-image: url(../images/h1.jpg);
  background-position: right;
  background-repeat: no-repeat;

}
h2,h3,h4,h5,h6 {
  line-height:1em;
  font-size:1em;
  border-bottom:1px dotted #006699;

}

p{
        padding-left:10px;
        padding-right:10px;
}


.header{
  position:absolute;
  right:0px;
  top:0px;
}

.myform{
  width:150px;
  float:left;
}



.breadcrumbs{
  position:absolute;
  top:5px;
  right:5px;
  font-size:0.8em;
}








