
body {
background-color:#FFFFFF;
color:#000000;
font-family:Arial, Sans-Serif;
font-size:13px;
margin:0;
padding:0;
}

h1 {
color:#954da3;
font-size:34px;
font-weight:400;
margin:0 0 15px;
padding:0;
}

h2 {
color:#954da3;
font-size:16px;
font-weight:700;
margin:0;
padding:0;
}

a {
color:#954da3;
text-decoration:underline;
}

a:hover {
text-decoration:none;
}

.nofloat {
clear:both;
margin:0;
padding:0;
}


img {
border:0;
}

input{
border:1px solid #954da3;
padding:7px 5px;
font-size:16px;
font-weight: bold;
}

#container{
background-image:url(./images/background.jpg);
background-repeat: repeat-y;
width:669px;
margin:20px auto;


}

#logo{
background-image:url(./images/logo.jpg);
background-repeat: no-repeat;
width:669px;
height:163px;
}


#content{
width:579px;
padding:20px 55px;
font-size:15px;
line-height: 110%;

}



#footer{
width:579px;
padding:20px 55px 5px;
font-size:11px;
line-height: 110%;
color:#6d6f71;

}


#sponsor{
background-image:url(./images/sponsor.jpg);
background-repeat: no-repeat;
width:150px;
height:150px;
position:absolute;
top:0px;
left:0px;
display:block;
z-index: 999;

}

.loading{
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

