/* CSS Document */
body { background-color: #E9E9E9;
}

p { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000;
}
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #000000;
}
.style1 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FF3333;
}
.style2 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000;
}

a { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000;
}
a:link { text-decoration: none; font-size: 12px;
}
a:visited { text-decoration: none; color: #000000; font-size: 12px;
}
a:hover { text-decoration: underline; color: #000000; font-size: 12px;
}
a:active { text-decoration: none; color: #000000; font-size: 12px;
}

#page { position: relative; width: 790px; margin-left: auto; margin-right: auto; height: 100%; background-image: url(images/home/div_bg.jpg); 
}
#header { position: relative; top: 0px; width: 760px; margin-left: auto; margin-right: auto; height: 203px; background-color: #FFFFFF;
}
#menu { position: relative; width: 760px; margin-left: auto; margin-right: auto; height: 58px; background-color: #FFFFFF;
}
#content { position: relative; width: 760px; margin-left: auto; margin-right: auto; height: 100%; background-color: #FFFFFF;
}

img.floatLeft { 
    float: left; 
    margin: 4px;
}