body { margin:0px auto; padding:0px; background-color: #004A8C; margin:0px auto; background-image:url(background.jpg); background-repeat:no-repeat; 
	background-attachment:fixed; background-position: center; font-family: Georgia, serif;}
	a, a:visited { color:#0000ff; text-decoration:underline; }
	a:hover { color:#0000ff; text-decoration:none; }
#page { width:1000px; margin:0px auto; border-left:1px solid #fff; border-right:1px solid #fff; }
#logo { height:150px; width:1000px; margin:0px auto; background-image:url(logo.png); background-repeat:no-repeat;  }
#roll { width:970px; height:30px; text-align:right; margin-right:50px; }
#roll a { width: 70px; /* sets the width of your buttons, remove this line if you want variable width */ display: inline-block; text-decoration: none; }
#roll ul { margin: 0; padding: 0; list-style: none; }
#roll ul li { display: inline; list-style-type: none; background: none; }
#roll ul li a, #roll ul li a:visited { /* styles for the default button state */ margin: 0 0 10px 0; padding: 0 12px 0px 12px; line-height: 24px; /* this value must be at least twice the border-radius value */ color: #000; text-align:center; font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
font-size: 12px; font-weight:bold; -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background: #00A0D6; }
#roll ul li a:hover { /* styles for the rollover button state */ color: #000; background: #fff; }

#wrapper { width:1000px;  padding-top:10px; height:500px; height: auto !important; min-height:600px; overflow: hidden;  }
#wrapper .left1 { width:260px; float:left; clear:right; height:100%; height: auto !important; min-height:400px;  margin:20px; text-align:center;  }
#wrapper .right1 { float:right; color:#000; width:650px; text-align:right;   margin:20px; height:100%; height:100%; height: auto !important; min-height:400px;  margin-right:20px; font-size:1.4em; font-weight:bold; }
.right1 p { font-size:18px; padding-top:10px;}

#copyrights { color:#000; width:1000px; text-align:center; font-size:12px; font-weight:bold;  }

#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:384px;
width:408px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:12px;
text-align:left;
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:18px;
right:6px;
top:4px;
position:absolute;
color:#000;
font-weight:700;
display:block;
cursor:pointer;
}
#button{
text-align:right;
margin:0px;
}