html {
background: #FFFFFF;
}

body {
font-family: arial;
font-size: 11px;
line-height: 14px;
text-transform: uppercase;
color: #8b8b8b;    
}

img {
padding: 0;
margin: 0;
border: 0;
}

#site_container {
position: relative;
width: 780px;
margin-left: auto; 
margin-right: auto; 
}

#header {
position: absolute;
width: 780px;
height: 147px;
top: 0px;
left: 0px;
}

#left_header {
background: #f7f7f7;
position: absolute;
width: 244px;
height: 147px;
top: 0px;
left: 0px;
}

#right_header {
position: absolute;
width: 536px;
height: 363px;
top: 0px;
right: 0px;
}

#main {
position: absolute;
width: 780px;
top: 147px;
left: 0px;
}

#left_column {
background: #f7f7f7;
position: absolute;
width: 244px;
height: 611px;
top: 0px;
left: 0px;
}

#main_content {
position: absolute;
width: 536px;
height: 611px;
top: 0px;
right: 0px;
}

#footer {
text-align: center;
width: 536px;
height: 12px;
background: #424242;
color: #FFFFFF;
}

#secure_header {
position: absolute;
width: 780px;
height: 56px;
top: 0px;
left: 0px;
}

#secure_left_header {
position: absolute;
width: 244px;
height: 56px;
top: 0px;
left: 0px;
}

#secure_right_header {
position: absolute;
width: 536px;
height: 56px;
top: 0px;
right: 0px;
}

#secure_main {
position: absolute;
width: 780px;
top: 56px;
left: 0px;
}

#secure_left_column {
background: #f7f7f7;
position: absolute;
width: 244px;
height: 611px;
top: 0px;
left: 0px;
}

#secure_main_content {
position: absolute;
width: 536px;
height: 611px;
top: 0px;
right: 0px;
}
