@import "logindropd.css";

body {
	background:transparent url(../img/bg_header_large.png) repeat-x scroll 0 0 !important;
}

#header {
    width:100%;
    padding:0;
    height:89px;
}

#registrations #header {
    margin:0 -32px !important; /*only addition for new pages - why is it needed?*/
}

#header #header-content {
    margin:0 auto;
    padding:7px 9px 0 59px;
    width:810px; /*must have width*/
}

#header h1, h2, ul {
margin:0;
padding:0;
}


#header h1{
	background:transparent url(../img/front-swish.png) no-repeat scroll left top; 
	text-indent:-9999px;
	width:318px;
	height:89px;
	padding:0;
	margin:0;
	float:left;
	clear:none !important;
}

#header #headerlinks ul {
    list-style-type:none;
    color:white;
    float:right;
    font-size:0.8em;
}
#header #headerlinks li {
    float:left;
    clear:none;
    padding: 7px 5px;
}
#header #headerlinks li a{
    color:white;
}


#joinbutton {
    margin-left:103px;;
}

#joinbutton a{
    background:#006600 url(../img/front-bg-button.gif) repeat-x scroll left top;
    color:white;
    border-top:1px solid silver;
    border-left:1px solid silver;
    border-right:1px solid black;
    border-bottom:1px solid black;
    padding:6px;
    width:166px;
    min-height:40px;
    margin:2em 0;
    float:left;
    clear:both;
}

#joinbutton .main {
    font-size:1.3em;
    font-weight:bold;
    clear:both;
    width:100%;
}

#joinbutton .sub {
    clear:both;
}