*{
margin: 0px;
padding: 0px;
}

body{
background: url("images/fade_bg.jpg");
text-align:center;
font-family: Arial;
}

#container{
width: 800px;
text-align: left;
margin: 5px auto;
}

#logo{
text-align: center;
}

#header{
margin: 0px 0px 5px 15px;
width: 800px;
height: 25px;
}

.top_form{
font-size: 10px;
text-transform: uppercase;
color: #FFFDD9;
font-weight: bold;
}

.top_input{
width: 95px;
font-size: 10px;
height: 14px;
color: #666666;
padding: 0px;
border-width: 1px;
border-style: solid;
border-color: black;
margin: 5px 0px 0px 3px;
}

.btn_signup{
width: 64px;
height: 19px;
background: url("images/signup_btn.gif");
border-width: 0px;
}

.btn_signup:hover{
width: 64px;
height: 19px;
background: url("images/signup_btn_roll.gif");
border-width: 0px;
}

h1{
color: #F9D485;
font-size: 12px;
text-align: left;
}

#copy{
clear: both;
text-align: left;
color: #F9D485;
font-size: 11px;
width: 770px;
margin: 10px 0px 0px 15px;
}

#image_block{
clear: both;
width: 785px;
margin: 10px auto;
float: right;
text-align: left;
}

#footer{
clear:both;
}

#address1{
float: left;
width: 200px;
color: #F9D485;
font-size: 10px;
text-align: right;
}

#bottom_nav{
float: left;
width: 400px;
color: #F9D485;
font-size: 10px;
text-align: center;
}

#address2{
float: right;
width: 200px;
color: #F9D485;
font-size: 10px;
text-align: left;
}

#copyright{
clear:both;
color: F9D485;
margin: 10px auto;
width: 800px;
font-size: 11px;
font-weight: bold;
text-align: center;
}

.footerlink, .footerlink:hover, .footerlink:visited{
font-size: 11px;
color:  #F9D485;
font-weight: bold;
text-transform: lowercase;
}

#popup{
position: absolute;
margin: 50px 0px 0px 100px;
width: 600px;
height: 500px;
background: url('images/popupbg.jpg');
}