BODY,html {
	font-family:verdana,arial;
	font-size:90%;
	background-image: url("../images/tile3.jpg");
    background-repeat: repeat-x;

}

#logo 
{
    position : absolute;
	left     : -10px;
	top      : 10px;
	max-width: 465px;
    height: auto;
    z-index  : 1;
}

#menupos 
{
    position : relative;
	right     : 10px;
	top      : 40px;
    z-index  : 5;
}

#title 
{
    position : relative;
	left     : 10px;
	top      : 40px;
    z-index  : 2;
}


#privacy {
		position: absolute;
		top: 5px;
		right:40px;
		z-index: 95;
		float: right;
		color: #ffffff;
	}

#barpic 
{
    position : relative;
	right     : -12px;
	top      : 50px;
    z-index  : 3;
}

#rcorners2 {
    border-radius: 25px;
    border: 2px solid rgb(116,113,167);
    padding: 10px; 
    width: 50%;
    background-image: url("../images/tiletd.jpg");
    background-repeat: repeat-x;
 
}


#rcorners3 {
    border-radius: 15px;
    border: 2px solid rgb(116,113,167);
    padding: 10px;
 
}

#rcorners4 {
    border-radius: 25px;
    border: 2px solid rgb(116,113,167);
    padding: 10px; 
    width: 33%;
    background-image: url("../images/tiletd.jpg");
    background-repeat: repeat-x;
 
}

#resizer {
    max-width: 150px;
    height: auto;
}

#resiz {
    width: 100%;
    height: auto;
}

#h3 
{
    color: #454289;
}

.bodi :link {COLOR: rgb(116,113,167); text-decoration: none;}
.bodi :visited {COLOR: #808080; text-decoration: none;}
.bodi :hover {COLOR: #808080; font-weight: bold;}
.bodi :active {COLOR: #ECE9D8; text-decoration: none;}